Lines Matching defs:rule
127 struct rule *rule; /* Linked list of rules of this (if an NT) */ member
150 struct rule { struct
151 struct symbol *lhs; /* Left-hand side of the rule */ argument
153 int ruleline; /* Line number for the rule */ argument
158 char *code; /* The code executed when this rule is reduced */ argument
159 struct symbol *precsym; /* Precedence symbol for this rule */ argument
160 int index; /* An index number for this rule */ argument
161 Boolean canReduce; /* True if this rule is ever reduced */ argument
162 struct rule *nextlhs; /* Next rule with the same LHS */ argument
163 struct rule *next; /* Next rule in the global list */ argument
234 struct rule *rule; /* List of all rules */ member