Searched refs:slc_help (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/ |
| D | commands.c | 1366 static void slc_help(void); 1375 { "help", 0, slc_help, 0 }, 1376 { "?", "Print help information", slc_help, 0 }, 1381 slc_help(void) in slc_help() function
|
| /freebsd-12-stable/contrib/telnet/telnet/ |
| D | commands.c | 1443 static void slc_help(void); 1452 { "help", NULL, (void (*)(int))slc_help, 0 }, 1453 { "?", "Print help information", (void (*)(int))slc_help, 0 }, 1458 slc_help(void) in slc_help() function
|