Home
last modified time | relevance | path

Searched refs:slc_help (Results 1 – 2 of 2) sorted by relevance

/src/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1366 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
/src/contrib/telnet/telnet/
H A Dcommands.c1441 static void slc_help(void);
1450 { "help", NULL, (void (*)(int))slc_help, 0 },
1451 { "?", "Print help information", (void (*)(int))slc_help, 0 },
1456 slc_help(void) in slc_help() function