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

  /external/bison/src/
symtab.h 95 #define NUMBER_UNDEFINED (-1)
symtab.c 61 res->number = NUMBER_UNDEFINED;
205 else if (class == token_sym && sym->number == NUMBER_UNDEFINED)
384 if (this->number == NUMBER_UNDEFINED)
390 assert (this->alias->number != NUMBER_UNDEFINED);
399 assert (this->number != NUMBER_UNDEFINED);

Completed in 89 milliseconds