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

/freebsd-12-stable/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1447 static void env_help (void);
1461 { "help", 0, env_help, 0 },
1462 { "?", "Print help information", env_help, 0 },
1467 env_help()
1459 env_help() function
/freebsd-12-stable/contrib/telnet/telnet/
H A Dcommands.c1536 env_help(void);
1554 { "help", NULL, (void (*)(unsigned char *, unsigned char *))env_help, 0 },
1555 { "?", "Print help information", (void (*)(unsigned char *, unsigned char *))env_help, 0 },
1560 env_help(void)
1552 env_help(void) function

Completed in 61 milliseconds