Searched refs:new_message (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/top/
H A Dtop.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(
[all...]
H A Ddisplay.c988 new_message(type, msgfmt, a1, a2, a3) function
/freebsd-9.3-release/contrib/gcc/
H A Dfinal.c2811 char *new_message;
2819 vasprintf (&new_message, fmt_string, ap);
2822 error_for_asm (this_is_asm_operands, "%s", new_message);
2824 internal_error ("%s", new_message);
2827 free (new_message);
2798 char *new_message; local

Completed in 88 milliseconds