Searched refs:ID_COLON (Results 1 – 6 of 6) sorted by relevance
87 ID_COLON = 302, enumerator140 #define ID_COLON 302 macro
164 %token ID_COLON "identifier:"195 %type <symbol> ID_COLON196 %printer { fprintf (stderr, "%s:", $$->tag); } ID_COLON415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1
122 ID_COLON = 302, enumerator175 #define ID_COLON 302 macro
341 return ID_COLON;
1745 return ID_COLON;
5962 (%token ID_COLON): New token.