Home
last modified time | relevance | path

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

/src/usr.bin/top/
H A Dcommands.h24 CMD_help, enumerator
H A Dcommands.c61 {'h', "show this help text", true, CMD_help},
62 {'?', NULL, true, CMD_help},
H A Dtop.c825 case CMD_help: in main()