Searched refs:dc_state (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/xedit/dist/
H A Dcommands.c70 static int dc_state; variable in typeref:typename:int
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
[all...]

Completed in 2 milliseconds