Home
last modified time | relevance | path

Searched refs:ID_COLON (Results 1 – 6 of 6) sorted by relevance

/external/bison/src/
Dparse-gram.h87 ID_COLON = 302, enumerator
140 #define ID_COLON 302 macro
Dparse-gram.y164 %token ID_COLON "identifier:"
195 %type <symbol> ID_COLON
196 %printer { fprintf (stderr, "%s:", $$->tag); } ID_COLON
415 ID_COLON { current_lhs = $1; current_lhs_location = @1; } rhses.1
Dparse-gram.c122 ID_COLON = 302, enumerator
175 #define ID_COLON 302 macro
Dscan-gram.l341 return ID_COLON;
Dscan-gram.c1745 return ID_COLON;
/external/bison/
DChangeLog5962 (%token ID_COLON): New token.