Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/libxo/xohtml/
H A Dxohtml.sh.in18 do_help () { function
52 do_help
64 do_help
/freebsd-13.1/usr.bin/xohtml/
H A Dxohtml.sh20 do_help () { function
54 do_help
66 do_help
/freebsd-13.1/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-13.1/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-13.1/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()