My Project
|
Go to the source code of this file.
Macros | |
#define | YYLP_ERR_NONE 0 |
#define | YYLP_DEF_BR2 1 |
#define | YYLP_BODY_BR2 2 |
#define | YYLP_BODY_BR3 3 |
#define | YYLP_BODY_TMBR2 4 |
#define | YYLP_BODY_TMBR3 5 |
#define | YYLP_EX_BR2 6 |
#define | YYLP_EX_BR3 7 |
#define | YYLP_BAD_CHAR 8 |
#define | YYLP_MISSQUOT 9 |
#define | YYLP_MISS_BR1 10 |
#define | YYLP_MISS_BR2 11 |
#define | YYLP_MISS_BR3 12 |
Enumerations | |
enum | lib_style_types { OLD_LIBSTYLE , NEW_LIBSTYLE } |
enum | lp_modes { LOAD_LIB , GET_INFO } |
Functions | |
procinfo * | iiInitSingularProcinfo (procinfo *pi, const char *libname, const char *procname, int line, long pos, BOOLEAN pstatic=FALSE) |
int | yylplex (const char *libname, const char *libfile, lib_style_types *lib_style, idhdl pl, BOOLEAN autoexport=FALSE, lp_modes=LOAD_LIB) |
void | reinit_yylp () |
Variables | |
EXTERN_VAR char * | text_buffer |
#define YYLP_BAD_CHAR 8 |
Definition at line 93 of file libparse.h.
#define YYLP_BODY_BR2 2 |
Definition at line 87 of file libparse.h.
#define YYLP_BODY_BR3 3 |
Definition at line 88 of file libparse.h.
#define YYLP_BODY_TMBR2 4 |
Definition at line 89 of file libparse.h.
#define YYLP_BODY_TMBR3 5 |
Definition at line 90 of file libparse.h.
#define YYLP_DEF_BR2 1 |
Definition at line 86 of file libparse.h.
#define YYLP_ERR_NONE 0 |
Definition at line 85 of file libparse.h.
#define YYLP_EX_BR2 6 |
Definition at line 91 of file libparse.h.
#define YYLP_EX_BR3 7 |
Definition at line 92 of file libparse.h.
#define YYLP_MISS_BR1 10 |
Definition at line 95 of file libparse.h.
#define YYLP_MISS_BR2 11 |
Definition at line 96 of file libparse.h.
#define YYLP_MISS_BR3 12 |
Definition at line 97 of file libparse.h.
#define YYLP_MISSQUOT 9 |
Definition at line 94 of file libparse.h.
enum lib_style_types |
enum lp_modes |
procinfo * iiInitSingularProcinfo | ( | procinfo * | pi, |
const char * | libname, | ||
const char * | procname, | ||
int | line, | ||
long | pos, | ||
BOOLEAN | pstatic = FALSE |
||
) |
void reinit_yylp | ( | ) |
int yylplex | ( | const char * | libname, |
const char * | libfile, | ||
lib_style_types * | lib_style, | ||
idhdl | pl, | ||
BOOLEAN | autoexport = FALSE , |
||
lp_modes | = LOAD_LIB |
||
) |
EXTERN_VAR char* text_buffer |
Definition at line 83 of file libparse.h.