Searched refs:error_prefix (Results 1 – 5 of 5) sorted by relevance
32 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
111 void error_prefix ARGS((int));
848 error_prefix(true); in yyerror()
1586 char *error_prefix; in func_shell() local1615 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()
1099 * function.c (func_shell): When initializing error_prefix, check