Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c1704 static void env_help(void);
1722 { "help", 0, env_help, 0 },
1723 { "?", "Print help information", env_help, 0 },
1728 env_help() in env_help() function