Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/top/dist/
H A Dtop.c330 do_arguments(globalstate *gstate, int ac, char **av) in do_arguments() argument
348 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 …]
H A Dcommands.c551 cmd_quit(globalstate *gstate) in cmd_quit() argument
559 cmd_update(globalstate *gstate) in cmd_update() argument
570 cmd_redraw(globalstate *gstate) in cmd_redraw() argument
573 gstate->fulldraw = Yes; in cmd_redraw()
578 cmd_color(globalstate *gstate) in cmd_color() argument
581 gstate->use_color = color_activate(-1); in cmd_color()
582 gstate->fulldraw = Yes; in cmd_color()
587 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 …]
H A Dcommands.h35 int command_process(globalstate *gstate, int cmd);
/netbsd-src/external/bsd/unbound/dist/pythonmod/
H A Dinterface.i1597 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);