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

/external/bison/src/
H A Dparse-gram.h104 ID_COLON = 304, enumerator in enum:gram_tokentype
163 #define ID_COLON 304 macro
H A Dparse-gram.y189 %token ID_COLON "identifier:"
210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable
213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON
651 ID_COLON { $$ = symbol_from_uniqstr ($1, @1); }
H A Dparse-gram.c263 ID_COLON = 304, enumerator in enum:gram_tokentype
322 #define ID_COLON 304 macro
H A Dscan-gram.c1876 return ID_COLON;

Completed in 1208 milliseconds