Home
last modified time | relevance | path

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

/freebsd/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1439 static void env_help (void);
1453 { "help", 0, env_help, 0 },
1454 { "?", "Print help information", env_help, 0 },
1459 env_help() in env_help() function
/freebsd/contrib/telnet/telnet/
H A Dcommands.c1526 env_help(void);
1544 { "help", NULL, (void (*)(unsigned char *, unsigned char *))env_help, 0 },
1545 { "?", "Print help information", (void (*)(unsigned char *, unsigned char *))env_help, 0 },
1550 env_help(void) in env_help() function