Searched refs:STANDOUT (Results 1 – 8 of 8) sorted by relevance
12 call OK attr_on $STANDOUT13 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT) 2 attr_get16 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT | $BLINK) 2 attr_get19 call3 OK ($ACS_IS_WACS | $STANDOUT | $BLINK) 2 attr_get
25 assign STANDOUT 0x00000100
932 ((cur_atr & STANDOUT) && !(atr & STANDOUT))) { in SetAttributes()947 if ((cur_atr & STANDOUT) && GoodStr(T_se)) { in SetAttributes()949 cur_atr &= ~STANDOUT; in SetAttributes()959 if ((atr & STANDOUT) != (cur_atr & STANDOUT)) { in SetAttributes()960 if (atr & STANDOUT) { in SetAttributes()963 cur_atr |= STANDOUT; in SetAttributes()969 cur_atr &= ~STANDOUT; in SetAttributes()
194 c = (c & ~META) | STANDOUT; in putraw()
738 # define STANDOUT 0x02000000 /* Standout flag */ macro752 # define STANDOUT 0010000 /* Standout flag */ macro762 # define STANDOUT META /* Standout flag */ macro
520 attributes |= STANDOUT; in tprintf()529 attributes &= ~STANDOUT; in tprintf()
171 if (*cp & (UNDER | BOLD | STANDOUT)) { /* *cp >= STANDOUT */ in Draw()179 c = *cp & ~(UNDER | BOLD | STANDOUT); in Draw()
100 DATA(STANDOUT),