Searched refs:helphelp (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/lpr/lpc/ |
H A D | cmdtab.c | 45 char helphelp[] = "get help on commands"; variable 69 { "help", helphelp, 0, help, 0 }, 79 { "?", helphelp, 0, help, 0 },
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmdtab.c | 59 char helphelp[] = "print local help information"; variable 139 { "help", helphelp, 0, 0, 1, help }, 188 { "?", helphelp, 0, 0, 1, help },
|
/freebsd/contrib/tnftp/src/ |
H A D | cmdtab.c | 112 HSTR helphelp[] = "print local help information"; variable 229 { "help", H(helphelp), 0, 0, 1, CMPL(C) help }, 301 { "?", H(helphelp), 0, 0, 1, CMPL(C) help },
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 2274 helphelp[] = "print help information", variable 2316 { "?", helphelp, help, 0 },
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2517 helphelp[] = "print help information", variable 2561 { "?", helphelp, help, 0 },
|