Home | History | Annotate | Download | only in atc

Lines Matching defs:rule

112 } RULE;
116 RULE *rule;
122 int rule;
127 #define T_RULE stack[level].rule
138 RULE state0[] = { { ALPHATOKEN, 1, "%c:", setplane},
255 st[T_STATE].rule[ruleno].str, tval);
258 newstate = st[T_STATE].rule[ruleno].to_state;
292 if (st[T_STATE].rule[i].token == c ||
293 st[T_STATE].rule[i].token == tval) {
310 func = st[stack[i].state].rule[stack[i].rule].func;