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

/freebsd-10.0-release/contrib/top/
H A Dtop.c697 new_message(MT_standout, " Write error on stdout");
810 new_message(MT_standout, " Read error on stdin");
820 new_message(MT_standout, " Command not understood");
831 new_message(MT_standout,
870 new_message(MT_standout,
888 new_message(MT_standout,
895 new_message(MT_standout | MT_delayed,
917 new_message(MT_standout, "Seconds to delay: ");
929 new_message(MT_standout,
945 new_message(
[all...]
H A Ddisplay.c988 new_message(type, msgfmt, a1, a2, a3) function
/freebsd-10.0-release/contrib/gcc/
H A Dfinal.c2805 char *new_message;
2813 vasprintf (&new_message, fmt_string, ap);
2816 error_for_asm (this_is_asm_operands, "%s", new_message);
2818 internal_error ("%s", new_message);
2821 free (new_message);
2792 char *new_message; local

Completed in 114 milliseconds