Searched refs:error_prefix (Results 1 - 6 of 6) sorted by last modified time

/netbsd-current/external/gpl3/gdb/dist/gdb/guile/
H A Dscm-exception.c281 const char *error_prefix, const char *error)
286 if (error_prefix != NULL)
291 error_prefix, error, arg_pos);
294 msg = xstrprintf (_("%s %s: ~S"), error_prefix, error);
278 gdbscm_make_arg_error(SCM key, const char *subr, int arg_pos, SCM bad_value, const char *error_prefix, const char *error) argument
/netbsd-current/external/gpl3/gdb.old/dist/gdb/guile/
H A Dscm-exception.c282 const char *error_prefix, const char *error)
287 if (error_prefix != NULL)
292 error_prefix, error, arg_pos);
295 msg = xstrprintf (_("%s %s: ~S"), error_prefix, error);
279 gdbscm_make_arg_error(SCM key, const char *subr, int arg_pos, SCM bad_value, const char *error_prefix, const char *error) argument
/netbsd-current/bin/ksh/
H A Dlex.c848 error_prefix(true);
H A Dproto.h111 void error_prefix ARGS((int));
H A Dio.c32 error_prefix(true);
48 error_prefix(fileline);
67 error_prefix(true);
95 error_prefix(true);
108 error_prefix(fileline) function
/netbsd-current/external/gpl2/gmake/dist/
H A Dfunction.c1593 char *error_prefix;
1622 error_prefix = (char *) alloca (strlen (reading_file->filenm)+11+4);
1623 sprintf (error_prefix,
1627 error_prefix = "";
1645 perror_with_name (error_prefix, "pipe");
1653 perror_with_name (error_prefix, "pipe");
1665 perror_with_name (error_prefix, "spawn");
1671 perror_with_name (error_prefix, "fork");
1586 char *error_prefix; local

Completed in 367 milliseconds