Home
last modified time | relevance | path

Searched refs:ISTOKEN (Results 1 – 5 of 5) sorted by relevance

/external/bison/src/
Dgram.h108 # define ISTOKEN(i) ((i) < ntokens) macro
Dnullable.c87 if (ISTOKEN (*rp)) in nullable_compute()
Dstate.h128 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
Dreduce.c182 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols()
/external/bison/
DChangeLog-201213477 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.