IDZEBRA
2.2.7
|
Data Fields | |
int | which |
union { | |
struct { | |
struct DFA * dfa | |
int body | |
} pattern | |
struct regxCode * code | |
} | u |
struct lexRuleAction * | next |
Definition at line 64 of file mod_grs_regx.c.
int lexRuleAction::body |
Definition at line 69 of file mod_grs_regx.c.
struct regxCode* lexRuleAction::code |
Definition at line 71 of file mod_grs_regx.c.
Referenced by actionListDel(), and execAction().
struct DFA* lexRuleAction::dfa |
Definition at line 68 of file mod_grs_regx.c.
struct lexRuleAction* lexRuleAction::next |
Definition at line 73 of file mod_grs_regx.c.
Referenced by actionListDel(), actionListMk(), and execAction().
struct { ... } lexRuleAction::pattern |
Referenced by actionListDel(), and execAction().
union { ... } lexRuleAction::u |
Referenced by actionListDel(), and execAction().
int lexRuleAction::which |
Definition at line 65 of file mod_grs_regx.c.
Referenced by actionListDel(), actionListMk(), and execAction().