Searched defs:rule (Results 1 – 1 of 1) sorted by relevance
283 struct rule { struct284 struct symbol *lhs; /* Left-hand side of the rule */ argument287 int ruleline; /* Line number for the rule */ argument292 const char *code; /* The code executed when this rule is reduced */ argument295 struct symbol *precsym; /* Precedence symbol for this rule */ argument296 int index; /* An index number for this rule */ argument298 Boolean noCode; /* True if this rule has no associated C code */ argument300 Boolean canReduce; /* True if this rule is ever reduced */ argument304 struct rule *nextlhs; /* Next rule with the same LHS */ argument305 struct rule *next; /* Next rule in the global list */ argument[all …]