|
IDZEBRA 2.2.8
|
Data Fields | |
| char * | name |
| struct DFA * | dfa |
| struct lexRule * | rules |
| struct lexRuleInfo ** | fastRule |
| int | ruleNo |
| int | initFlag |
| struct lexRuleAction * | beginActionList |
| struct lexRuleAction * | endActionList |
| struct lexRuleAction * | initActionList |
| struct lexContext * | next |
Definition at line 86 of file mod_grs_regx.c.
| struct lexRuleAction* lexContext::beginActionList |
Definition at line 94 of file mod_grs_regx.c.
Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().
| struct DFA* lexContext::dfa |
Definition at line 88 of file mod_grs_regx.c.
Referenced by lexContextCreate(), lexContextDestroy(), lexNode(), readFileSpec(), and readOneSpec().
| struct lexRuleAction* lexContext::endActionList |
Definition at line 95 of file mod_grs_regx.c.
Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().
| struct lexRuleInfo** lexContext::fastRule |
Definition at line 90 of file mod_grs_regx.c.
Referenced by execRule(), lexContextCreate(), lexContextDestroy(), and readFileSpec().
| struct lexRuleAction* lexContext::initActionList |
Definition at line 96 of file mod_grs_regx.c.
Referenced by lexContextCreate(), lexContextDestroy(), lexRoot(), and readOneSpec().
| int lexContext::initFlag |
Definition at line 92 of file mod_grs_regx.c.
Referenced by lexContextCreate(), and lexRoot().
| char* lexContext::name |
Definition at line 87 of file mod_grs_regx.c.
Referenced by execCode(), lexContextCreate(), lexContextDestroy(), and lexRoot().
| struct lexContext* lexContext::next |
Definition at line 97 of file mod_grs_regx.c.
Referenced by execCode(), lexContextCreate(), lexRoot(), lexSpecDestroy(), readFileSpec(), and readOneSpec().
| int lexContext::ruleNo |
Definition at line 91 of file mod_grs_regx.c.
Referenced by execRule(), lexContextCreate(), readFileSpec(), and readOneSpec().
| struct lexRule* lexContext::rules |
Definition at line 89 of file mod_grs_regx.c.
Referenced by lexContextCreate(), lexContextDestroy(), readFileSpec(), and readOneSpec().