| G | |
| General Primitives | |
| get_color | |
| get_color_pair | |
| get_mouse_pos | |
| get_nth | |
| get_parm | |
| get_property | |
| get_region | |
| get_term_characters | |
| get_term_feature | |
| get_term_features | |
| get_term_keyboard | |
| getenv | |
| geteuid | |
| getopt | |
| getpid | |
| getsubopt | |
| getuid | |
| getwd | |
| glob | |
| global | |
| gmtime | |
| goto_bookmark | |
| goto_line | |
| goto_old_line | |
| GRBACKUP | |
| GRDICTIONARIES | |
| GRDICTIONARY | |
| GRFILE | |
| GRFLAGS | |
| GRHELP | |
| GRIEF Macros | |
| GRIEF Software License | |
| GRIEF-The Glorious Reconfigurable Interactive Editing Facility | |
| grief_version | |
| GRINIT_FILE | |
| GRKBDPATH | |
| GRLEVEL | |
| GRLOG_FILE | |
| GRPATH | |
| GRPROFILE | |
| GRPROGNAME | |
| GRRC | |
| GRRC_FILE | |
| GRRESTORE_FILE | |
| GRSTATE_DB | |
| GRSTATE_FILE | |
| GRTEMPLATE | |
| GRTERM | |
| GRTERMCAP | |
| GRTMP | |
| GRVERSIONMAJOR | |
| GRVERSIONMINOR | |
| GRVERSIONS | |
| H | |
| Help | |
| Hilite Regions | |
| hilite_create | |
| hilite_delete | |
| hilite_destroy | |
| History | |
| hunspell |
Retrieve screen colors.
list get_color( [int flags = 0] )
Retrieve the specific color.
void get_color_pair( string name|int ident, [int|string fg], [int|string bg], [int|string sf] )
Retrieve last mouse action.
void get_mouse_pos( [int &x], [int &y], [int &winnum], [int &line], [int &col], [int &where], [int ®ion], [int &event] )
Retrieve a list element.
declare get_nth( int idx, list expr )
Retrieve the value of a macro parameter.
int get_parm( [int argument], declare & symbol, [string prompt], [int length = MAXPROMPT], [declare default], [int one = FALSE] )
Retrieve a dictionary item.
declare get_property( int obj_id, string key )
Retrieve marked region content.
int get_region( [int bufnum] )
Retrieve terminal special characters.
list get_term_characters( [top_left], [top_right], [bottom_left], [bottom_right], [vertical], [horizontal], [top_join], [bottom_join], [cross], [left_join], [right_join], [scrol], [thumb] )
Get value of a terminal feature.
int get_term_feature( string | int ident, declare value )
Retrieve terminate features.
list get_term_features( ... )
Retrieve the terminal keyboard definitions.
list get_term_keyboard()
Retrieve an environment variable.
string getenv( string name )
Retrieve the effective user identifier.
int geteuid()
Get options.
int getopt( string value, [[string shortopts], list longopts, string|list args, [string caller]] )
Retrieve the process identifier.
int getpid()
Parse suboption arguments from a string.
int getsubopt( string value, [list options], [string|list args], [string delim], [string quotes] )
Retrieve the user identifier.
int getuid()
Get current working directory.
int getwd( int ignored, string dir )
Generate pathnames matching a pattern.
string glob( string pattern )
Declare a global variable.
global sym1, sym2, ..;
Convert a time value to UTC time components.
int gmtime( [int time = NULL], [int &year], [int &mon], [int &mday], [string &monname], [string &dayname], [int &hour], [int &min], [int &sec] )
Seek a bookmark.
int goto_bookmark( int bookid = NULL, [int &bufnum], [int &line], [int &column] )
Move to a particular line.
int goto_line( [int lineno] )
Move to line before buffer modification.
int goto_old_line( [int oldlineno] )
Backup path.
extern const string GRBACKUP;
Dictionary locales.
extern const string GRDICTIONARIES;
Dictionary search path.
extern const string GRDICTIONARY;
Default empty file name.
extern const string GRFILE;
Default command line arguments.
extern const string GRFLAGS;
Help search path.
extern const string GRHELP;
GRIEF version.
int grief_version()
GRIEF initialisation name.
extern const string GRINIT_FILE;
Keyboard library search path.
extern const string GRKBDPATH;
GRIEF Nesting level.
extern const int GRLEVEL;
GRIEF diagnostics log file name.
extern const string GRLOG_FILE;
Macro object search path.
extern const string GRPATH;
Profile directory override.
extern const string GRPROFILE;
GRIEF application path.
extern const string GRPROGNAME;
GRIEF resource file path.
extern const string GRRC;
GRIEF initialisation name.
extern const string GRRC_FILE;
GRIEF restore file name.
extern const string GRRESTORE_FILE;
GRIEF state database name.
extern const string GRSTATE_DB;
GRIEF state file name.
extern const string GRSTATE_FILE;
Source template search path.
extern const string GRTEMPLATE;
Terminal override.
extern const string GRTERM;
Terminal capability database.
extern const string GRTERMCAP;
Temporary dictionary.
extern const string GRTMP;
GRIEF major version.
extern const int GRVERSIONMAJOR;
GRIEF minor version.
extern const int GRVERSIONMINOR;
Backup versions.
extern const int GRVERSIONS;
Create a hilite resource.
int hilite_create( [int bufnam], [int type], [int timeout], [int sline], [int scol], [int eline], [int ecol], [string | int attr], [int ident] )
Delete a hilite resource.
int hilite_delete( [int bufnum], int hilite )
Destroy hilite resources.
int hilite_destroy( [int bufnum], [int type] )