|
IDZEBRA
2.0.54
|
Data Fields | |
| int | which |
| union { | |
| struct { | |
| struct DFA * dfa | |
| int body | |
| } pattern | |
| struct regxCode * code | |
| } | u |
| struct lexRuleAction * | next |
Definition at line 63 of file mod_grs_regx.c.
| int lexRuleAction::body |
Definition at line 68 of file mod_grs_regx.c.
| struct regxCode* lexRuleAction::code |
Definition at line 70 of file mod_grs_regx.c.
Referenced by actionListDel(), and execAction().
| struct DFA* lexRuleAction::dfa |
Definition at line 67 of file mod_grs_regx.c.
| struct lexRuleAction* lexRuleAction::next |
Definition at line 72 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 64 of file mod_grs_regx.c.
Referenced by actionListDel(), actionListMk(), and execAction().
1.8.1.2