Home
last modified time | relevance | path

Searched refs:ruleno (Results 1 – 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/byacc/
HDmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
111 int ruleno, tokensetsize; in add_reductions() local
119 ruleno = LAruleno[i]; in add_reductions()
124 actions = add_reduce(actions, ruleno, j); in add_reductions()
132 int ruleno, in add_reduce() argument
148 next->action_code == REDUCE && next->number < ruleno) in add_reduce()
157 temp->number = (Value_t)ruleno; in add_reduce()
158 temp->prec = rprec[ruleno]; in add_reduce()
160 temp->assoc = rassoc[ruleno]; in add_reduce()
344 int count, ruleno; in sole_reduction() local
[all …]
HDgraph.c6 static void graph_LA(int ruleno);
91 graph_LA(int ruleno) in graph_LA() argument
99 if (ruleno == LAruleno[larno]) in graph_LA()
HDclosure.c113 unsigned ruleno; in closure() local
144 ruleno = 0; in closure()
156 itemno = rrhs[ruleno + i]; in closure()
165 ruleno += BITS_PER_WORD; in closure()
HDlalr.c14 static void add_lookback_edge(int stateno, int ruleno, int gotono);
446 add_lookback_edge(int stateno, int ruleno, int gotono) in add_lookback_edge() argument
457 if (LAruleno[i] == ruleno) in add_lookback_edge()
/freebsd-11-stable/usr.sbin/ppp/
HDfilter.c250 int action, family, ruleno, val, width; in filter_Parse() local
252 ruleno = strtol(*argv, &wp, 0); in filter_Parse()
253 if (*argv == wp || ruleno >= MAXFILTERS) { in filter_Parse()
257 if (ruleno < 0) { in filter_Parse()
258 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) { in filter_Parse()
265 ofp += ruleno; in filter_Parse()
277 if (val <= ruleno) { in filter_Parse()
279 ruleno); in filter_Parse()
/freebsd-11-stable/contrib/sendmail/src/
HDparseaddr.c1035 int ruleno; /* current rule number */ local
1090 ruleno = 1;
1117 rulename, ruleno);
1311 ruleno++;
1330 ruleno++;
1387 rulename, ruleno);