Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/top/
H A Dcommands.h24 CMD_help, enumerator
H A Dcommands.c58 {'h', "show this help text", true, CMD_help},
59 {'?', NULL, true, CMD_help},
H A Dtop.c832 case CMD_help: in main()