Home
last modified time | relevance | path

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

/dragonfly/usr.bin/telnet/
H A Dcommands.c1408 static void slc_help(void);
1417 { "help", NULL, (void (*)(int))slc_help, 0 },
1418 { "?", "Print help information", (void (*)(int))slc_help, 0 },
1423 slc_help(void) in slc_help() function