/src/usr.sbin/timed/timedc/ |
cmdtab.c | 46 const char quithelp[] = "exits timedc"; variable in typeref:typename:const char[] 55 { "quit", quithelp, quit },
|
/src/usr.sbin/lpr/lpc/ |
cmdtab.c | 55 #define quithelp "exit lpc" macro 67 { "exit", quithelp, quit, 0 }, 71 { "quit", quithelp, quit, 0 },
|
/src/usr.bin/ftp/ |
cmdtab.c | 139 HSTR quithelp[] = "terminate ftp session and exit"; variable in typeref:typename:HSTR[] 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 },
|
/src/usr.bin/telnet/ |
commands.c | 2281 quithelp[] = "exit telnet", 2307 { "quit", quithelp, quit, 0 }, 2273 quithelp[] = "exit telnet", variable in typeref:typename:char[][][][]
|