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

/xsrc/external/mit/xedit/dist/
H A Dcommands.c68 #define DC_SAVE (1 << 4) macro
219 if (!(dc_state & DC_SAVE)) {
224 dc_state |= DC_SAVE;
229 dc_state &= ~DC_SAVE;

Completed in 2 milliseconds