Searched refs:quithelp (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/usr.sbin/lpr/lpc/ |
| D | cmdtab.c | 55 #define quithelp "exit lpc" macro 67 { "exit", quithelp, quit, 0 }, 71 { "quit", quithelp, quit, 0 },
|
| /netbsd/src/usr.sbin/timed/timedc/ |
| D | cmdtab.c | 46 const char quithelp[] = "exits timedc"; variable 55 { "quit", quithelp, quit },
|
| /netbsd/src/usr.bin/ftp/ |
| D | cmdtab.c | 139 HSTR quithelp[] = "terminate ftp session and exit"; variable 197 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit }, 212 { "exit", H(quithelp), 0, 0, 0, CMPL0 quit }, 259 { "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
|
| /netbsd/src/usr.bin/telnet/ |
| D | commands.c | 2273 quithelp[] = "exit telnet", variable 2299 { "quit", quithelp, quit, 0 },
|