Searched refs:line_state (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/byacc/
H A Doutput.c1685 char line_state[20]; local
1694 sprintf(line_state, line_format, 1, "");
1708 if (c == line_state[state + 1])
1711 if (line_state[state + 1] == '\0')
1723 putc_code(code_file, line_state[n]);

Completed in 107 milliseconds