Home
last modified time | relevance | path

Searched refs:new_message (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/external/bsd/top/dist/
Ddisplay.h73 void new_message(const char *msgfmt, ...);
Ddisplay.c1723 new_message(const char *msgfmt, ...) in new_message() function
DChanges677 Enhanced type field in new_message to handle delayed messages.
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dfinal.cc3222 char *new_message; in output_operand_lossage() local
3230 new_message = xvasprintf (fmt_string, ap); in output_operand_lossage()
3233 error_for_asm (this_is_asm_operands, "%s", new_message); in output_operand_lossage()
3235 internal_error ("%s", new_message); in output_operand_lossage()
3238 free (new_message); in output_operand_lossage()