Searched defs:rule (Results 1 – 2 of 2) sorted by relevance
154 struct rule *rule; /* Linked list of rules of this (if an NT) */ member177 struct rule { struct178 struct symbol *lhs; /* Left-hand side of the rule */ argument180 int ruleline; /* Line number for the rule */ argument185 char *code; /* The code executed when this rule is reduced */ argument186 struct symbol *precsym; /* Precedence symbol for this rule */ argument187 int index; /* An index number for this rule */ argument188 Boolean canReduce; /* True if this rule is ever reduced */ argument189 struct rule *nextlhs; /* Next rule with the same LHS */ argument190 struct rule *next; /* Next rule in the global list */ argument[all …]
370 rewrite_rule *rule = kvb->ptr[i]; in process_rewrite_rules() local