Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
H A Dtop.c515 if (active_procs > gstate->max_topn) in do_display()
517 active_procs = gstate->max_topn; in do_display()
880 if ((gstate->max_topn = display_init(&statics)) == -1) in main()
891 else if (gstate->topn > gstate->max_topn) in main()
895 gstate->max_topn); in main()
922 if ((gstate->max_topn = display_resize()) == -1) in main()
H A Dglobalstate.h48 int max_topn; member
H A Dcommands.c597 if (newval > gstate->max_topn) in cmd_number()
600 gstate->max_topn); in cmd_number()