Searched defs:show_help (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c69 static int show_help = FALSE; variable
804 if (!show_help) {
812 if (need_refresh && !show_help) {
882 if (show_help) {
887 show_help = FALSE;
904 show_help = TRUE;
1064 } else if (!show_help) {
/systemd/src/systemctl/
H A Dsystemctl.c4628 bool show_properties, show_status, show_help, new_line = false; local
4637 show_help = streq(argv[0], "help");
4639 if (show_help && argc <= 1) {

Completed in 83 milliseconds