Public Attributes | |
| FILE * | inputFile |
| char * | inputString |
| unsigned long | curPos |
| unsigned long | inputLen |
| unsigned long | len |
| short | buf [MAX_LEX_LOOKAHEAD] |
| unsigned long | getPtr |
| unsigned long | lexModeStackTop |
| enum LexMode | lexModeStack [MAX_LEX_MODE_STACK_SIZE] |
| unsigned long | maxToken |
| char * | strs |
| unsigned long | strsLen |
|
|
Definition at line 488 of file vcc_yacc.cpp. Referenced by lexGeta(), lexGeta_(), lexGetc(), lexLookahead(), lexPushLookaheadc(), and lexSkipLookahead(). |
|
|
Definition at line 481 of file vcc_yacc.cpp. Referenced by initLex(), and lexGetc_(). |
|
|
Definition at line 489 of file vcc_yacc.cpp. Referenced by initLex(), lexGeta(), lexGeta_(), lexGetc(), lexLookahead(), lexLookaheadWord(), lexPushLookaheadc(), lexSkipLookahead(), and lexSkipLookaheadWord(). |
|
|
Definition at line 478 of file vcc_yacc.cpp. Referenced by initLex(), and lexGetc_(). |
|
|
Definition at line 482 of file vcc_yacc.cpp. Referenced by initLex(), and lexGetc_(). |
|
|
Definition at line 480 of file vcc_yacc.cpp. Referenced by initLex(), and lexGetc_(). |
|
|
Definition at line 487 of file vcc_yacc.cpp. Referenced by initLex(), lexGeta(), lexGeta_(), lexGetc(), lexLookahead(), lexLookaheadWord(), lexPushLookaheadc(), lexSkipLookahead(), and lexSkipLookaheadWord(). |
|
|
Definition at line 492 of file vcc_yacc.cpp. Referenced by initLex(), lexPushMode(), and lexWithinMode(). |
|
|
Definition at line 491 of file vcc_yacc.cpp. Referenced by initLex(), lexPopMode(), lexPushMode(), and lexWithinMode(). |
|
|
Definition at line 494 of file vcc_yacc.cpp. Referenced by initLex(), and lexAppendc(). |
|
|
Definition at line 495 of file vcc_yacc.cpp. Referenced by finiLex(), initLex(), lexAppendc(), and lexStr(). |
|
|
Definition at line 496 of file vcc_yacc.cpp. Referenced by initLex(), lexAppendc(), lexClearToken(), lexSkipLookaheadWord(), and lexStr(). |
1.4.2