| /src/usr.sbin/timed/timedc/ |
| cmdtab.c | 44 const char helphelp[] = "gets help on commands"; variable 53 { "help", helphelp, help }, 57 { "?", helphelp, help },
|
| /src/usr.sbin/lpr/lpc/ |
| cmdtab.c | 54 #define helphelp "get help on commands" macro 70 { "help", helphelp, help, 0 }, 78 { "?", helphelp, help, 0 },
|
| /src/usr.bin/ftp/ |
| cmdtab.c | 104 HSTR helphelp[] = "print local help information"; variable 222 { "help", H(helphelp), 0, 0, 1, CMPL(C) help }, 294 { "?", H(helphelp), 0, 0, 1, CMPL(C) help },
|
| /src/usr.bin/telnet/ |
| commands.c | 2283 helphelp[] = "print help information", 2323 { "?", helphelp, help, 0 }, 2275 helphelp[] = "print help information", variable
|