Home
last modified time | relevance | path

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

/freebsd/usr.bin/top/
H A Dcommands.h32 CMD_idletog, enumerator
H A Dcommands.c63 {'i', "toggle the display of idle processes", false, CMD_idletog},
64 {'I', NULL, false, CMD_idletog},
H A Dtop.c972 case CMD_idletog: in main()