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

/haiku/src/apps/terminal/
H A DTerminalLine.h46 inline bool IsUnderSet() const { return (state & UNDERSET) == UNDERSET; }
67 state |= UNDERSET;
88 state |= UNDERSET;
112 state &= ~UNDERSET;
H A DTermConst.h221 #define UNDERSET 0x0020 macro

Completed in 101 milliseconds