Lines Matching defs:oldstate
939 state_t oldstate;
944 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1036 if (!S_IS_EXPOSE(oldstate))
1039 restore_state(oldstate);
1095 state_t oldstate;
1100 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1111 restore_state(oldstate);
1632 state_t oldstate;
1634 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), cutit ? S_EXPOSE : 0);
1645 if (!S_IS_EXPOSE(oldstate))
1647 restore_state(oldstate);
1717 state_t oldstate;
1719 oldstate = set_state(~(S_RESTRICT | S_EXPOSE), S_EXPOSE); /* restrict off, expose on */
1732 dot = thread_top(dot); /* do this irrespective of the oldstate */
1733 restore_state(oldstate);