HomeSort by relevance Sort by last modified time
    Searched refs:ISTOKEN (Results 1 - 4 of 4) sorted by null

  /external/bison/src/
gram.h 110 # define ISTOKEN(i) ((i) < ntokens)
nullable.c 89 if (ISTOKEN (*rp))
state.h 131 (ISTOKEN (TRANSITION_SYMBOL (Transitions, Num)))
reduce.c 185 if (ISTOKEN (*rhsp) || bitset_test (N, *rhsp - ntokens))

Completed in 88 milliseconds