Searched refs:ID_COLON (Results 1 – 6 of 6) sorted by relevance
104 ID_COLON = 304, enumerator163 #define ID_COLON 304 macro
189 %token ID_COLON "identifier:"210 %type <uniqstr> BRACKETED_ID ID ID_COLON TYPE variable213 %printer { fprintf (stderr, "%s:", $$); } ID_COLON651 ID_COLON { $$ = symbol_from_uniqstr ($1, @1); }
330 return ID_COLON;
263 ID_COLON = 304, enumerator322 #define ID_COLON 304 macro
1876 return ID_COLON;
8020 (ID, ID_COLON): Now that the scanner no longer makes them14223 (%token ID_COLON): New token.