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