HomeSort by: relevance | last modified time | path
    Searched refs:__BLANK (Results 1 - 5 of 5) sorted by relevancy

  /src/lib/libcurses/
attributes.c 304 ch |= __BLANK;
340 attr |= __BLANK;
391 if (attr & __BLANK && t_enter_secure_mode(t) != NULL)
392 win->wattr |= __BLANK;
443 if (attr & __BLANK)
444 win->wattr &= ~__BLANK;
curses_private.h 152 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT)
155 (__REVERSE | __BLINK | __DIM | __BOLD | __BLANK | __PROTECT \
curses.h 228 #define __BLANK 0x00004000 /* Added characters are blanked. */
252 #define A_BLANK __BLANK
253 #define A_INVIS __BLANK
269 #define WA_INVIS __BLANK /* Invisible */
color.c 187 _cursesi_screen->nca |= __BLANK;
refresh.c 943 if (on & __BLANK && enter_secure_mode != NULL)
946 curscr->wattr |= __BLANK;

Completed in 14 milliseconds