Lines Matching defs:rule
258 struct rule *rule; /* Linked list of rules of this (if an NT) */ member
283 struct rule { struct
284 struct symbol *lhs; /* Left-hand side of the rule */ argument
287 int ruleline; /* Line number for the rule */ argument
292 const char *code; /* The code executed when this rule is reduced */ argument
295 struct symbol *precsym; /* Precedence symbol for this rule */ argument
296 int index; /* An index number for this rule */ argument
298 Boolean noCode; /* True if this rule has no associated C code */ argument
300 Boolean canReduce; /* True if this rule is ever reduced */ argument
304 struct rule *nextlhs; /* Next rule with the same LHS */ argument
305 struct rule *next; /* Next rule in the global list */ argument
385 struct rule *rule; /* List of all rules */ member