Home
last modified time | relevance | path

Searched refs:helphelp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/usr.sbin/lpr/lpc/
H A Dcmdtab.c45 char helphelp[] = "get help on commands"; variable
61 { "help", helphelp, help, 0 },
69 { "?", helphelp, help, 0 },
/openbsd-src/usr.bin/ftp/
H A Dcmdtab.c65 char helphelp[] = "print local help information"; variable
152 { "help", H(helphelp), 0, 0, 1, CMPL(C) help },
208 { "?", H(helphelp), 0, 0, 1, CMPL(C) help },
/openbsd-src/usr.bin/telnet/
H A Dcommands.c1937 helphelp[] = "print help information",
1966 { "?", helphelp, help, 0 },
1939 helphelp[] = "print help information", global() variable