Home
last modified time | relevance | path

Searched refs:new_message (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()
675 new_message(MT_standout, " Write error on stdout"); in main()
785 new_message(MT_standout, " Read error on stdin"); in main()
800 new_message(MT_standout, " Command not understood"); in main()
806 new_message(MT_standout, in main()
837 new_message(MT_standout, in main()
854 new_message(MT_standout, in main()
861 new_message(MT_standout | MT_delayed, in main()
[all …]
H A Ddisplay.h27 void new_message(int type, const char *msgfmt, ...);
H A Ddisplay.c980 new_message(int type, const char *msgfmt, ...) in new_message() function