Home | Sort by: relevance | last modified time | path |
/src/lib/liby/ | |
yyerror.c | 33 static char sccsid[] = "@(#)yyerror.c 8.1 (Berkeley) 6/4/93"; 35 __RCSID("$NetBSD: yyerror.c,v 1.9 2012/03/21 10:10:37 matt Exp $"); 42 int yyerror(char *); 45 yyerror(char *msg) function in typeref:typename:int |
/src/usr.bin/m4/ | |
expr.c | 34 extern int yyerror(const char *); 37 yyerror(const char *msg) function in typeref:typename:int |
/src/usr.bin/menuc/ | |
util.c | 55 yyerror(const char *fmt, ...) function in typeref:typename:void |
/src/usr.sbin/gspa/gspa/ | |
gspa.c | 283 yyerror(const char *errs) function in typeref:typename:void |
/src/bin/ksh/ | |
lex.c | 621 yyerror("no closing quote\n"); 824 yyerror("here document `%s' unclosed\n", eof); 839 yyerror(const char *fmt, ...) function in typeref:typename:void 1242 yyerror("missing ]\n"); |