Searched refs:gstate (Results 1 – 4 of 4) sorted by relevance
330 do_arguments(globalstate *gstate, int ac, char **av) in do_arguments() argument348 gstate->percpustates = !gstate->percpustates; in do_arguments()352 gstate->use_color = !gstate->use_color; in do_arguments()367 gstate->interactive = No; in do_arguments()371 gstate->displays = Infinity; in do_arguments()372 gstate->topn = Infinity; in do_arguments()376 gstate->interactive = Yes; in do_arguments()380 gstate->order_name = optarg; in do_arguments()391 gstate->displays = i; in do_arguments()403 gstate->delay = f; in do_arguments()[all …]
551 cmd_quit(globalstate *gstate) in cmd_quit() argument559 cmd_update(globalstate *gstate) in cmd_update() argument570 cmd_redraw(globalstate *gstate) in cmd_redraw() argument573 gstate->fulldraw = Yes; in cmd_redraw()578 cmd_color(globalstate *gstate) in cmd_color() argument581 gstate->use_color = color_activate(-1); in cmd_color()582 gstate->fulldraw = Yes; in cmd_color()587 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);
1597 PyGILState_STATE gstate = PyGILState_Ensure();1637 PyGILState_Release(gstate);1689 PyGILState_STATE gstate = PyGILState_Ensure();1721 PyGILState_Release(gstate);1746 PyGILState_STATE gstate = PyGILState_Ensure();1772 PyGILState_Release(gstate);1796 PyGILState_STATE gstate = PyGILState_Ensure();1820 PyGILState_Release(gstate);