Searched refs:endtoken (Results 1 - 4 of 4) sorted by relevance

/external/bison/src/
H A Dsymtab.h176 extern symbol *endtoken;
H A Dsymtab.c43 symbol *endtoken = NULL; variable
373 endtoken = sym;
376 if (endtoken->number != NUMBER_UNDEFINED)
378 endtoken->number = 0;
H A Dreduce.c200 bitset_set (V, endtoken->number); /* end-of-input token */
/external/toybox/kconfig/
H A Dzconf.tab.c_shipped171 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken);
2159 static bool zconf_endtoken(struct kconf_id *id, int starttoken, int endtoken)
2161 if (id->token != endtoken) {

Completed in 562 milliseconds