Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/byacc/dist/
Derror.c52 print_pos(const char *st_line, const char *st_cptr) in print_pos() argument
56 if (st_line == 0) in print_pos()
58 for (s = st_line; *s != '\n'; ++s) in print_pos()
66 for (s = st_line; s < st_cptr; ++s) in print_pos()
78 syntax_error(int st_lineno, const char *st_line, const char *st_cptr) in syntax_error() argument
82 print_pos(st_line, st_cptr); in syntax_error()
Ddefs.h504 extern GCC_NORETURN void syntax_error(int st_lineno, const char *st_line, const char *st_cptr);