Home
last modified time | relevance | path

Searched refs:STANDOUT (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/netbsd-tests/lib/libcurses/tests/
H A Dattributes12 call OK attr_on $STANDOUT
13 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT) 2 attr_get
16 call3 OK ($ACS_IS_WACS | $BOLD | $STANDOUT | $BLINK) 2 attr_get
19 call3 OK ($ACS_IS_WACS | $STANDOUT | $BLINK) 2 attr_get
H A Dstd_defines25 assign STANDOUT 0x00000100
/freebsd/contrib/tcsh/
H A Ded.screen.c932 ((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()
H A Dsh.print.c194 c = (c & ~META) | STANDOUT; in putraw()
H A Dsh.h738 # define STANDOUT 0x02000000 /* Standout flag */ macro
752 # define STANDOUT 0010000 /* Standout flag */ macro
762 # define STANDOUT META /* Standout flag */ macro
H A Dtc.prompt.c520 attributes |= STANDOUT; in tprintf()
529 attributes &= ~STANDOUT; in tprintf()
H A Ded.refresh.c171 if (*cp & (UNDER | BOLD | STANDOUT)) { /* *cp >= STANDOUT */ in Draw()
179 c = *cp & ~(UNDER | BOLD | STANDOUT); in Draw()
/freebsd/contrib/ncurses/ncurses/base/
H A Dlib_screen.c100 DATA(STANDOUT),