Home
last modified time | relevance | path

Searched refs:do_help (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/libxo/xohtml/
H A Dxohtml.sh.in18 do_help () { function
52 do_help
64 do_help
/freebsd/usr.bin/xohtml/
H A Dxohtml.sh19 do_help () { function
53 do_help
65 do_help
/freebsd/tools/tools/git/
H A Dmfc-candidates.lua156 local do_help = false
167 do_help = true
186 if do_help then
/freebsd/contrib/tcsh/
H A Dtw.decls.h38 extern void do_help (const Char *);
H A Dtw.help.c50 do_help(const Char *command) in do_help() function
H A Dtw.parse.c379 do_help(qline.s + cmd_start); in tenematch()
/freebsd/crypto/heimdal/appl/push/
H A Dpush.c54 static int do_help; variable
78 { "help", 0, arg_flag, &do_help, NULL,
723 if (do_help) in main()
/freebsd/crypto/heimdal/appl/rsh/
H A Drsh.c65 static int do_help; variable
814 { "help", 0, arg_flag, &do_help, NULL }
869 if (do_help) in main()
H A Drshd.c76 static int do_help = 0; variable
866 { "help", 0, arg_flag, &do_help }
896 if(do_help) in main()