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

/openbsd-current/usr.bin/yacc/
H A Derror.c92 print_pos(char *st_line, char *st_cptr) argument
96 if (st_line == 0)
98 for (s = st_line; *s != '\n'; ++s) {
105 for (s = st_line; s < st_cptr; ++s) {
116 syntax_error(int st_lineno, char *st_line, char *st_cptr) argument
120 print_pos(st_line, st_cptr);
H A Dreader.c197 char *st_line = dup_line(); local
198 char *st_cptr = st_line + (cptr - line);
204 free(st_line);
210 unterminated_comment(st_lineno, st_line, st_cptr);

Completed in 96 milliseconds