Home
last modified time | relevance | path

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

/NextBSD/contrib/top/
HDtop.c710 new_message(MT_standout, " Write error on stdout");
823 new_message(MT_standout, " Read error on stdin");
833 new_message(MT_standout, " Command not understood");
844 new_message(MT_standout,
883 new_message(MT_standout,
901 new_message(MT_standout,
908 new_message(MT_standout | MT_delayed,
930 new_message(MT_standout, "Seconds to delay: ");
942 new_message(MT_standout,
958 new_message(0, "kill ");
[all …]
HDdisplay.c988 new_message(type, msgfmt, a1, a2, a3) in new_message() function
HDChanges360 Enhanced type field in new_message to handle delayed messages.
/NextBSD/contrib/gcc/
HDfinal.c2798 char *new_message; in output_operand_lossage() local
2806 vasprintf (&new_message, fmt_string, ap); in output_operand_lossage()
2809 error_for_asm (this_is_asm_operands, "%s", new_message); in output_operand_lossage()
2811 internal_error ("%s", new_message); in output_operand_lossage()
2814 free (new_message); in output_operand_lossage()