Searched refs:ISTOKEN (Results 1 – 5 of 5) sorted by relevance
110 # define ISTOKEN(i) ((i) < ntokens) macro
89 if (ISTOKEN (*rp)) in nullable_compute()
131 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
184 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens)) in inaccessable_symbols()
5216 * src/gram.h (ISTOKEN, ISVAR): Use i, not s, for int var.