Searched refs:gstate (Results 1 – 3 of 3) sorted by relevance
327 do_arguments(globalstate *gstate, int ac, char **av) in do_arguments() argument345 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 …]
550 cmd_quit(globalstate *gstate) in cmd_quit() argument558 cmd_update(globalstate *gstate) in cmd_update() argument569 cmd_redraw(globalstate *gstate) in cmd_redraw() argument572 gstate->fulldraw = Yes; in cmd_redraw()577 cmd_color(globalstate *gstate) in cmd_color() argument580 gstate->use_color = color_activate(-1); in cmd_color()581 gstate->fulldraw = Yes; in cmd_color()586 cmd_number(globalstate *gstate) in cmd_number() argument597 if (newval > gstate->max_topn) in cmd_number()600 gstate->max_topn); in cmd_number()[all …]
35 int command_process(globalstate *gstate, int cmd);