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

/freebsd-10.1-release/contrib/top/
H A Ddisplay.h5 #define MT_standout 1 macro
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,
963 new_message(MT_standout, "
[all...]
H A Ddisplay.c1009 type & MT_standout ? standout(next_msg) :
1021 type & MT_standout ? standout(next_msg) : fputs(next_msg, stdout);

Completed in 39 milliseconds