Home
last modified time | relevance | path

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

/dragonfly/usr.bin/top/
HDtop.c327 do_arguments(globalstate *gstate, int ac, char **av) in do_arguments() argument
345 gstate->use_color = !gstate->use_color; in do_arguments()
360 gstate->interactive = No; in do_arguments()
364 gstate->displays = Infinity; in do_arguments()
365 gstate->topn = Infinity; in do_arguments()
369 gstate->interactive = Yes; in do_arguments()
373 gstate->order_name = optarg; in do_arguments()
384 gstate->displays = i; in do_arguments()
396 gstate->delay = i; in do_arguments()
401 gstate->show_usernames = !gstate->show_usernames; in do_arguments()
[all …]
HDcommands.c550 cmd_quit(globalstate *gstate) in cmd_quit() argument
558 cmd_update(globalstate *gstate) in cmd_update() argument
569 cmd_redraw(globalstate *gstate) in cmd_redraw() argument
572 gstate->fulldraw = Yes; in cmd_redraw()
577 cmd_color(globalstate *gstate) in cmd_color() argument
580 gstate->use_color = color_activate(-1); in cmd_color()
581 gstate->fulldraw = Yes; in cmd_color()
586 cmd_number(globalstate *gstate) in cmd_number() argument
597 if (newval > gstate->max_topn) in cmd_number()
600 gstate->max_topn); in cmd_number()
[all …]
HDcommands.h35 int command_process(globalstate *gstate, int cmd);