| P | |
| page_down | |
| page_up | |
| Parameter List | |
| parse_filename | |
| paste | |
| pause | |
| pause_on_error | |
| pause_on_message | |
| perror | |
| playback | |
| Polymorphic Types | |
| pop | |
| post++ | |
| post-- | |
| pow | |
| Predefined Symbols | |
| Preprocessor | |
| prev_char | |
| previous_buffer | |
| printf | |
| process | |
| Process Buffers | |
| Process Management Primitives | |
| process_mouse | |
| profile | |
| Punctuators | |
| push | |
| push_back | |
| put_nth | |
| put_parm | |
| putenv | |
| Q | |
| Quick Start | |
| quote_list | |
| quote_regexp |
Move position down a page.
int page_down( [int pages = 1] )
Move position up a page.
int page_up( [int pages = 1] )
Parse a file into its components.
int parse_filename( string fullname, [string &drive], [string &path], [string &filename], [string &ext] )
Insert scrap buffer at cursor location.
int paste( [int syspaste = FALSE] )
Pause keystroke definition.
void pause()
Set the error display mode.
int pause_on_error( [int pause = NULL], [int echo = TRUE] )
Set the message display mode.
int pause_on_message( [int pause = NULL], [int echo = TRUE] )
Print error.
string perror( [int errnum = errno], string format, ... )
Replay a keystroke macro.
int playback( [int macroid] )
Pop the last element.
declare pop( list expr )
Postfix Increment.
expr++
Postfix Decrement.
expr--
Raise to power.
float pow( float x, float y )
Move to the previous character.
int prev_char( [int characters = 1] )
Identifier of the previous buffer.
int previous_buffer( [int sysflag = 0], [int tab] )
Print formatted string to stdout.
int print()
Print formatted string to stdout.
void printf( string format, ... )
Invoke a Grief engine.
void process()
Process mouse event.
void process_mouse( [int b1], [int b2], [int b3], int x, int y )
Profiling support.
void profile( [int flags] )
Add an element onto a list.
declare push( list lst, declare value ... )
Push back a character into the keyboard.
void push_back( int key, [int front], [int x], [int y] )
Modify a list element.
declare put_nth( symbol, ... )
Assign an argument value.
int put_parm( int argidx, declare val, [int optional = TRUE] )
Set an environment variable.
void putenv( string name, [string value] )
Build an unevaluated list.
list quote_list( ... )
Quote regexp special characters.
string quote_regexp( string text )