Searched refs:ruleno (Results 1 – 6 of 6) sorted by relevance
| /freebsd-10-stable/contrib/byacc/ |
| D | mkpar.c | 16 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 …]
|
| D | graph.c | 6 static void graph_LA(int ruleno); 91 graph_LA(int ruleno) in graph_LA() argument 99 if (ruleno == LAruleno[larno]) in graph_LA()
|
| D | closure.c | 113 unsigned ruleno; in closure() local 144 ruleno = 0; in closure() 156 itemno = rrhs[ruleno + i]; in closure() 165 ruleno += BITS_PER_WORD; in closure()
|
| D | lalr.c | 14 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-10-stable/usr.sbin/ppp/ |
| D | filter.c | 248 int action, family, ruleno, val, width; in filter_Parse() local 250 ruleno = strtol(*argv, &wp, 0); in filter_Parse() 251 if (*argv == wp || ruleno >= MAXFILTERS) { in filter_Parse() 255 if (ruleno < 0) { in filter_Parse() 256 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) { in filter_Parse() 263 ofp += ruleno; in filter_Parse() 275 if (val <= ruleno) { in filter_Parse() 277 ruleno); in filter_Parse()
|
| /freebsd-10-stable/contrib/sendmail/src/ |
| D | parseaddr.c | 1026 int ruleno; /* current rule number */ local 1081 ruleno = 1; 1108 rulename, ruleno); 1302 ruleno++; 1321 ruleno++; 1378 rulename, ruleno);
|