IDZEBRA  2.0.54
Data Fields
lexRuleAction Struct Reference

Data Fields

int which
union {
   struct {
      struct DFA *   dfa
      int   body
   }   pattern
   struct regxCode *   code
u
struct lexRuleActionnext

Detailed Description

Definition at line 63 of file mod_grs_regx.c.

Field Documentation

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().


The documentation for this struct was generated from the following file: