Searched refs:ruleno (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | mkpar.c | 16 static action *add_reduce(action *actions, int ruleno, int symbol); 119 int ruleno = LAruleno[i]; in add_reductions() local 125 actions = add_reduce(actions, ruleno, j); in add_reductions() 133 int ruleno, in add_reduce() argument 149 next->action_code == REDUCE && next->number < ruleno) in add_reduce() 158 temp->number = (Value_t)ruleno; in add_reduce() 159 temp->prec = rprec[ruleno]; in add_reduce() 161 temp->assoc = rassoc[ruleno]; in add_reduce() 348 int count, ruleno; in sole_reduction() local 352 ruleno = 0; in sole_reduction() [all …]
|
H A D | graph.c | 6 static void graph_LA(int ruleno); 92 graph_LA(int ruleno) in graph_LA() argument 98 if (ruleno == LAruleno[larno]) in graph_LA()
|
H A D | closure.c | 109 unsigned ruleno; in closure() local 139 ruleno = 0; in closure() 152 itemno = rrhs[ruleno + i]; in closure() 161 ruleno += BITS_PER_WORD; in closure()
|
H A D | lalr.c | 14 static void add_lookback_edge(int stateno, int ruleno, int gotono); 441 add_lookback_edge(int stateno, int ruleno, int gotono) in add_lookback_edge() argument 452 if (LAruleno[i] == ruleno) in add_lookback_edge()
|
/freebsd/tests/sys/netpfil/pf/ |
H A D | macro.sh | 25 …ruleno=$(jexec alcatraz pfctl -sr -vv | awk '/ruleNo/ { gsub(/"ruleNo:/, "", $7); gsub(/"/, "", $7… 26 if [ "${no}" -ne "${ruleno}" ]; 28 atf_fail "Expected ruleNo $no != $ruleno"
|
/freebsd/usr.sbin/ppp/ |
H A 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/contrib/sendmail/src/ |
H A D | parseaddr.c | 1068 int ruleno; /* current rule number */ local 1123 ruleno = 1; 1150 rulename, ruleno); 1344 ruleno++; 1363 ruleno++; 1420 rulename, ruleno);
|