Home
last modified time | relevance | path

Searched refs:error_prefix (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/bin/ksh/
H A Dio.c32 error_prefix(true); in errorf()
48 error_prefix(fileline); in warningf()
67 error_prefix(true); in bi_errorf()
95 error_prefix(true); in internal_errorf()
108 error_prefix(fileline) in error_prefix() function
H A Dproto.h111 void error_prefix ARGS((int));
H A Dlex.c848 error_prefix(true); in yyerror()
/netbsd-src/external/gpl2/gmake/dist/
H A Dfunction.c1586 char *error_prefix; in func_shell() local
1615 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4); in func_shell()
1616 sprintf (error_prefix, in func_shell()
1620 error_prefix = ""; in func_shell()
1638 perror_with_name (error_prefix, "pipe"); in func_shell()
1646 perror_with_name (error_prefix, "pipe"); in func_shell()
1658 perror_with_name (error_prefix, "spawn"); in func_shell()
1664 perror_with_name (error_prefix, "fork"); in func_shell()
H A DChangeLog1099 * function.c (func_shell): When initializing error_prefix, check