Lines Matching refs:dc_state
70 static int dc_state;
109 if (!(dc_state & DC_UNSAVED)) {
123 dc_state |= DC_UNSAVED;
203 if (!(dc_state & DC_LOADED)) {
208 dc_state |= DC_LOADED;
215 dc_state &= ~DC_LOADED;
219 if (!(dc_state & DC_SAVE)) {
224 dc_state |= DC_SAVE;
229 dc_state &= ~DC_SAVE;
249 if (!(dc_state & DC_CLOBBER)) {
254 dc_state |= DC_CLOBBER;
259 dc_state &= ~DC_CLOBBER;
266 if (!(dc_state & DC_NEWER)) {
271 dc_state |= DC_NEWER;
276 dc_state &= DC_NEWER;
556 dc_state = 0;
582 if (!(dc_state & DC_KILL)) {
585 dc_state |= DC_KILL;
589 dc_state &= ~DC_KILL;