Home
last modified time | relevance | path

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

/trueos/contrib/byacc/
HDerror.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()
HDdefs.h447 extern void syntax_error(int st_lineno, char *st_line, char *st_cptr) GCC_NORETURN;
HDreader.c186 char *st_line = dup_line(); in skip_comment() local
187 char *st_cptr = st_line + (cptr - line); in skip_comment()
195 FREE(st_line); in skip_comment()
202 unterminated_comment(st_lineno, st_line, st_cptr); in skip_comment()