Home
last modified time | relevance | path

Searched refs:lookahead_token (Results 1 – 3 of 3) sorted by relevance

/external/bison/src/
Dprint-xml.c218 print_reduction (FILE *out, int level, char const *lookahead_token, in print_reduction() argument
224 xml_escape (lookahead_token), in print_reduction()
230 xml_escape (lookahead_token), in print_reduction()
Dprint.c216 const char *lookahead_token, in print_reduction() argument
220 fprintf (out, " %s", lookahead_token); in print_reduction()
221 for (j = width - strlen (lookahead_token); j > 0; --j) in print_reduction()
/external/bison/
DChangeLog-20128099 (print_reduction): Rename argument lookahead_token from