Home
last modified time | relevance | path

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

/external/bison/src/
Dprint.c282 const char *look_ahead_token, in print_reduction() argument
286 fprintf (out, " %s", look_ahead_token); in print_reduction()
287 for (j = width - strlen (look_ahead_token); j > 0; --j) in print_reduction()