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

/freebsd-11-stable/contrib/byacc/
H A Dmkpar.c16 static action *add_reduce(action *actions, int ruleno, int symbol);
111 int ruleno, tokensetsize; local
119 ruleno = LAruleno[i];
124 actions = add_reduce(actions, ruleno, j);
132 int ruleno,
148 next->action_code == REDUCE && next->number < ruleno)
157 temp->number = (Value_t)ruleno;
158 temp->prec = rprec[ruleno];
160 temp->assoc = rassoc[ruleno];
344 int count, ruleno; local
131 add_reduce(action *actions, int ruleno, int symbol) argument
[all...]
H A Dgraph.c6 static void graph_LA(int ruleno);
91 graph_LA(int ruleno) argument
99 if (ruleno == LAruleno[larno])
H A Dclosure.c113 unsigned ruleno; local
144 ruleno = 0;
156 itemno = rrhs[ruleno + i];
165 ruleno += BITS_PER_WORD;
H A Dlalr.c14 static void add_lookback_edge(int stateno, int ruleno, int gotono);
446 add_lookback_edge(int stateno, int ruleno, int gotono) argument
457 if (LAruleno[i] == ruleno)
/freebsd-11-stable/usr.sbin/ppp/
H A Dfilter.c250 int action, family, ruleno, val, width; local
252 ruleno = strtol(*argv, &wp, 0);
253 if (*argv == wp || ruleno >= MAXFILTERS) {
257 if (ruleno < 0) {
258 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) {
265 ofp += ruleno;
277 if (val <= ruleno) {
279 ruleno);
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dparseaddr.c1035 int ruleno; /* current rule number */ local
1090 ruleno = 1;
1117 rulename, ruleno);
1311 ruleno++;
1330 ruleno++;
1386 "rewrite: expansion too long, ruleset=%s, ruleno=%d",
1387 rulename, ruleno);

Completed in 275 milliseconds