| C | |
| call_registered_macro | |
| Callbacks | |
| car | |
| case | |
| catch | |
| cd | |
| cdr | |
| ceil | |
| cftime | |
| change_window | |
| change_window_pos | |
| Character Literals | |
| Character Types | |
| characterat | |
| chdir | |
| chmod | |
| chown | |
| close_window | |
| color | |
| color_index | |
| Comma Operator | |
| Command Prompt | |
| command_list | |
| Commands | |
| Comments | |
| Common Modules | |
| compare | |
| compare_files | |
| Compatibility | |
| Compilation Model | |
| Compiler Usage | |
| Compound Statements | |
| compress | |
| Condition evaluation | |
| Conditional Compilation | |
| Conditional Operator | |
| connect | |
| const | |
| Constants | |
| continue | |
| continue statement | |
| copy | |
| copy_ea_info | |
| copy_keyboard | |
| copy_screen | |
| Copyright | |
| cos | |
| cosh | |
| create_buffer | |
| create_char_map | |
| create_dictionary | |
| create_edge | |
| create_menu_window | |
| create_nested_buffer | |
| create_syntax | |
| create_tiled_window | |
| create_window | |
| Crisp | |
| CRISP_OPSYS | |
| ctype | |
| cursor | |
| cut | |
| Cut and Paste | |
| cvt_to_object |
Invoke registered macro callbacks.
int call_registered_macro( int type )
Retrieve the first list element.
declare car( list lst )
Switch case statement.
'case' expr:
Catch statement.
catch statement;
Change directory.
int cd( [string dir] )
Retrieve all secondary list elements.
list cdr( list lst )
Round up to integral value.
float ceil( float x )
Format time and date.
string cftime( string format, int time )
Selects a new window.
void change_window( [int direction], [string message] )
Modify window coordinates/size.
int change_window_pos( [int topx], [int topy], [int width], [int height], [int winnum] )
Retrieve the character value within a string.
int characterat( string str, int index )
Change directory.
int chdir( string path )
Change mode.
int chmod( string path, int mode )
Change owner.
int chown( string path, int owner, int group )
Close specified the window.
void close_window( [int winum] )
Set the basic colors.
int color( [int background], [int normal], [int selected], [int message], [int error], [int hilite], [int hilite_fg], ... )
Border color background color index.
int color_index( [int index] )
Retrieve list of built-in and active macros.
list command_list( [int nomacros = FALSE], [string pattern] )
Comparison.
int compare( expr1, expr2 )
Binary file compare.
int compare_files( [int flags], string file1, string file2 )
Compress repeated instances of white-space characters.
string compress( string str, [int trim = FALSE], [string chars = " \\t\\r\\n"], [int replacement = ' '] )
Attach a process to a process.
int connect( int mode, string shell = NULL, string cwd = NULL )
Define a variable as being constant.
const <type> sym1, sym2 ...;
Loop continuation.
continue;
Copy marked area to scrap.
int copy( [int append = FALSE], [int keep = FALSE] )
Copy file extended information.
int copy_ea_info( string sourcename, string destname )
Copy a keyboard.
int copy_keyboard( int kbdid, [string cmd ...] )
Copy the current screen.
void copy_screen()
Cosine.
float cos( float x )
Hyperbolic cosine.
float cosh( float x )
Create and load a buffer.
int create_buffer( string bufname, [string filename], [int sysflag = FALSE], [int editflags = 0], [string encoding = ""] )
Create a display character-map.
int create_char_map( [int mapid|string name], [int start = 0], [list chars], [list flags], [string name] )
Create a dictionary.
int create_dictionary( string ~name, int ~tablesize, int ~tablefactor )
Create an edge, splitting the window.
int create_edge( [int direction] )
Create the menu window.
int create_menu_window( [int create] )
Create or reference a buffer.
int create_nested_buffer( string bufname, [string filename], [int sysflag], [int editflags], [string encoding] )
Syntax table creation.
int create_syntax( string table )
Creates a tiled window.
int create_tiled_window( int lx, int by, int rx, int ty, [int bufnum] )
Create a popup window.
int create_window( int lx, int by, int rx, int ty, [string message] )
Operating system identifier.
extern const string CRISP_OPSYS;
Control cursor display.
int cursor( int state )
Cut marked area to scrap.
int cut( [int append = FALSE], [int syscopy = FALSE] )
Convert string to object.
declare cvt_to_object( string value, [int &length] )