Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dtop.c172 new_message(MT_standout, "Username to show (+ for all): "); in handle_user()
192 new_message(MT_standout, " %s: unknown user", buf2); in handle_user()
208 new_message(MT_standout, " too many users, reset with '+'"); in handle_user()
682 new_message(MT_standout, " Write error on stdout"); in main()
792 new_message(MT_standout, " Read error on stdin"); in main()
807 new_message(MT_standout, " Command not understood"); in main()
813 new_message(MT_standout, in main()
844 new_message(MT_standout, in main()
861 new_message(MT_standout, in main()
868 new_message(MT_standout | MT_delayed, in main()
[all …]
H A Ddisplay.h3 #define MT_standout 1 macro
H A Ddisplay.c1002 if (type & MT_standout) { in new_message()
1017 if (type & MT_standout) { in new_message()