Home
last modified time | relevance | path

Searched refs:show_help (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/binutils/binutils/
H A Dsize.c53 int show_help = 0; variable
114 {"help", no_argument, &show_help, 1},
233 if (show_help) in main()
/freebsd-12.1/usr.bin/top/
H A Dcommands.h19 void show_help(void);
H A Dcommands.c88 show_help(void) in show_help() function
H A Dtop.c821 show_help(); in main()
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dgtest-config.in12 show_help()
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dgmock-config.in12 show_help()
/freebsd-12.1/contrib/subversion/subversion/svnmucc/
H A Dsvnmucc.c524 svn_boolean_t show_help = FALSE; in sub_main() local
646 show_help = TRUE; in sub_main()
651 if (show_help) in sub_main()
/freebsd-12.1/contrib/ntp/scripts/update-leap/
H A Dupdate-leap.in145 show_help();
394 sub show_help {
/freebsd-12.1/gnu/usr.bin/grep/
H A Dgrep.c67 static int show_help; variable
131 {"help", no_argument, &show_help, 1},
1676 show_help = 1; in main()
1767 if (show_help) in main()
/freebsd-12.1/contrib/gdb/
H A Dltmain.sh106 show_help=
170 show_help=yes
256 if test -z "$show_help"; then