Home
last modified time | relevance | path

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; } in IsUnderSet()
67 state |= UNDERSET; in SetDirectUnderline()
88 state |= UNDERSET; in SetIndexedUnderline()
112 state &= ~UNDERSET; in UnsetUnderline()
H A DTermConst.h221 #define UNDERSET 0x0020 macro