Searched refs:st_line (Results 1 – 2 of 2) sorted by relevance
52 print_pos(const char *st_line, const char *st_cptr) in print_pos() argument56 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() argument82 print_pos(st_line, st_cptr); in syntax_error()
504 extern GCC_NORETURN void syntax_error(int st_lineno, const char *st_line, const char *st_cptr);