Searched refs:quithelp (Results 1 – 5 of 5) sorted by relevance
/freebsd/usr.sbin/lpr/lpc/ |
H A D | cmdtab.c | 46 char quithelp[] = "exit lpc"; variable 66 { "exit", quithelp, 0, quit, 0 }, 70 { "quit", quithelp, 0, quit, 0 },
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | cmdtab.c | 80 char quithelp[] = "terminate ftp session and exit"; variable 124 { "bye", quithelp, 0, 0, 0, quit }, 164 { "quit", quithelp, 0, 0, 0, quit },
|
/freebsd/contrib/tnftp/src/ |
H A D | cmdtab.c | 147 HSTR quithelp[] = "terminate ftp session and exit"; variable 205 { "bye", H(quithelp), 0, 0, 0, CMPL0 quit }, 220 { "exit", H(quithelp), 0, 0, 0, CMPL0 quit }, 267 { "quit", H(quithelp), 0, 0, 0, CMPL0 quit },
|
/freebsd/crypto/heimdal/appl/telnet/telnet/ |
H A D | commands.c | 2272 quithelp[] = "exit telnet", variable 2300 { "quit", quithelp, quit, 0 },
|
/freebsd/contrib/telnet/telnet/ |
H A D | commands.c | 2515 quithelp[] = "exit telnet", variable 2545 { "quit", quithelp, (int (*)(int, char **))quit, 0 },
|