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

/xsrc/external/mit/xedit/dist/
H A Dcommands.c66 #define DC_CLOBBER (1 << 2) macro
249 if (!(dc_state & DC_CLOBBER)) {
254 dc_state |= DC_CLOBBER;
259 dc_state &= ~DC_CLOBBER;

Completed in 3 milliseconds