Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dmachine.h58 int modemax; /* optional */ member
H A Dcommands.c886 if (gstate->statics->modemax <= 1) in cmd_mode()
890 gstate->pselect.mode = (gstate->pselect.mode + 1) % gstate->statics->modemax; in cmd_mode()