
Go to the source code of this file.
| Defines | |
| #define | BUFSIZE 256 | 
| #define | CHAR_SIZE 16384 | 
| Functions | |
| static int | COMPARE_STRING (char *str) | 
| pointer | helpsub () | 
| pointer | helpsub (context *ctx, int n, argv) | 
| static | init_object_module () | 
| static char | READ_CHAR (int fd) | 
| static pointer | READ_TEX (context *ctx, int n, argv) | 
| Variables | |
| static int | bp = 0 | 
| static char | buf [CHAR_SIZE] | 
| static char | md [4] = {0x1b, 0x5b, 0x31, 0x6d} | 
| static char | me [3] = {0x1b, 0x5b, 0x6d} | 
| static char * | rcsid = "@(#)$Id$" | 
| static char | se [3] = {0x1b, 0x5b, 0x6d} | 
| static char | so [4] = {0x1b, 0x5b, 0x37, 0x6d} | 
| static char | ue [3] = {0x1b, 0x5b, 0x6d} | 
| static char | us [4] = {0x1b, 0x5b, 0x34, 0x6d} | 
| #define BUFSIZE 256 | 
Definition at line 19 of file lisp/c/helpsub.c.
| #define CHAR_SIZE 16384 | 
Definition at line 20 of file lisp/c/helpsub.c.
| static int COMPARE_STRING | ( | char * | str | ) |  [static] | 
Definition at line 49 of file lisp/c/helpsub.c.
| static init_object_module | ( | ) |  [static] | 
Definition at line 11 of file lisp/c/helpsub.c.
| static char READ_CHAR | ( | int | fd | ) |  [static] | 
Definition at line 35 of file lisp/c/helpsub.c.
Definition at line 66 of file lisp/c/helpsub.c.
| int bp = 0  [static] | 
Definition at line 22 of file lisp/c/helpsub.c.
Definition at line 23 of file lisp/c/helpsub.c.
| char md[4] = {0x1b, 0x5b, 0x31, 0x6d}  [static] | 
Definition at line 28 of file lisp/c/helpsub.c.
| char me[3] = {0x1b, 0x5b, 0x6d}  [static] | 
Definition at line 29 of file lisp/c/helpsub.c.
| char* rcsid = "@(#)$Id$"  [static] | 
Definition at line 6 of file lisp/c/helpsub.c.
| char se[3] = {0x1b, 0x5b, 0x6d}  [static] | 
Definition at line 27 of file lisp/c/helpsub.c.
| char so[4] = {0x1b, 0x5b, 0x37, 0x6d}  [static] | 
Definition at line 26 of file lisp/c/helpsub.c.
| char ue[3] = {0x1b, 0x5b, 0x6d}  [static] | 
Definition at line 25 of file lisp/c/helpsub.c.
| char us[4] = {0x1b, 0x5b, 0x34, 0x6d}  [static] | 
Definition at line 24 of file lisp/c/helpsub.c.