Home
last modified time | relevance | path

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

/dragonfly/contrib/byacc/
H A Derror.c45 print_pos(const char *st_line, const char *st_cptr) in print_pos() argument
49 if (st_line == 0) in print_pos()
51 for (s = st_line; *s != '\n'; ++s) in print_pos()
59 for (s = st_line; s < st_cptr; ++s) in print_pos()
71 syntax_error(int st_lineno, char *st_line, char *st_cptr) in syntax_error() argument
75 print_pos(st_line, st_cptr); in syntax_error()
H A Ddefs.h496 extern GCC_NORETURN void syntax_error(int st_lineno, char *st_line, char *st_cptr);