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

/xsrc/external/mit/xedit/dist/
H A Dcommands.c67 #define DC_KILL (1 << 3) macro
582 if (!(dc_state & DC_KILL)) {
585 dc_state |= DC_KILL;
589 dc_state &= ~DC_KILL;

Completed in 3 milliseconds