Home
last modified time | relevance | path

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

/external/bison/src/
Dgram.h110 # define ISTOKEN(i) ((i) < ntokens) macro
Dstate.h131 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
Dnullable.c89 if (ISTOKEN (*rp)) in nullable_compute()
Dreduce.c184 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols()
/external/bison/
DChangeLog5216 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.