Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/byacc/
HDerror.c45 print_pos(const char *st_line, const char *st_cptr) in print_pos() argument
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()
HDdefs.h500 extern void syntax_error(int st_lineno, char *st_line, char *st_cptr) GCC_NORETURN;