/external/bison/src/ |
nullable.c | 58 rule_number ruleno; local 77 for (ruleno = 0; ruleno < nrules; ++ruleno) 78 if (rules[ruleno].useful) 80 rule *rules_ruleno = &rules[ruleno]; 95 rcount[ruleno]++; 106 == ruleno);
|
closure.c | 203 rule_number ruleno; 220 BITSET_FOR_EACH (iter, ruleset, ruleno, 0) 222 item_number itemno = rules[ruleno].rhs - ritem; 200 rule_number ruleno; local
|
graphviz.c | 100 conclude_red (struct obstack *out, int source, rule_number ruleno, 110 char const *color = enabled ? ruleno ? "3" : "1" : "5"; 117 source, ruleno, ed); 133 source, ruleno, ed); 134 if (ruleno) 135 fprintf (fout, "R%d", ruleno); 178 rule_number ruleno = reds->rules[j]->number; local 206 conclude_red (&dout, source, ruleno, false, firstd, fout); 207 conclude_red (&eout, source, ruleno, true, firste && !defaulted, fout);
|
reader.c | 506 rule_number ruleno = 0; 522 rules[ruleno].user_number = ruleno; 523 rules[ruleno].number = ruleno; 524 rules[ruleno].lhs = p->content.sym; 525 rules[ruleno].rhs = ritem + itemno; 526 rules[ruleno].prec = NULL; 527 rules[ruleno].dprec = p->dprec; 528 rules[ruleno].merger = p->merger 502 rule_number ruleno = 0; local [all...] |
/external/libppp/src/ |
filter.c | 248 int action, family, ruleno, val, width; local 250 ruleno = strtol(*argv, &wp, 0); 251 if (*argv == wp || ruleno >= MAXFILTERS) { 255 if (ruleno < 0) { 256 for (ruleno = 0; ruleno < MAXFILTERS; ruleno++) { 263 ofp += ruleno; 275 if (val <= ruleno) { 277 ruleno); [all...] |