Home
last modified time | relevance | path

Searched refs:WA_NORMAL (Results 1 – 15 of 15) sorted by relevance

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dendwin.c70 if (ATTR_STATE != WA_NORMAL) { in endwin()
71 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in endwin()
H A Ddoupdate.c184 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
330 || ATTR_STATE == WA_NORMAL) {
397 if (!move_standout_mode && ATTR_STATE != WA_NORMAL) {
407 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc);
426 WA_NORMAL, 0, (void *) 0, __m_outc
H A Dvid_puts.c135 if (attr == WA_NORMAL) { in vid_puts()
202 new = WA_NORMAL; in turn_off()
H A Dnewwin.c134 &w->_bg, M_MB_L(" "), WA_NORMAL, 0, (void *) 0
137 &w->_fg, M_MB_L(" "), WA_NORMAL, 0, (void *) 0
H A Dattr_on.c126 stdscr->_fg._at = WA_NORMAL;
H A Dwattr_on.c140 w->_fg._at = WA_NORMAL; in wstandend()
H A Dm_cc.c384 (void) __m_wcs_cc(wcs, WA_NORMAL, 0, cc); in __m_wc_cc()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dendwin.c72 if (ATTR_STATE != WA_NORMAL) { in endwin()
73 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in endwin()
H A Dnewwin.c141 (void) setcchar(&w->_bg, L" ", WA_NORMAL, 0, (void *) 0); in __m_newwin()
142 (void) setcchar(&w->_fg, L" ", WA_NORMAL, 0, (void *) 0); in __m_newwin()
H A Dwattr_on.c122 w->_fg._at = WA_NORMAL; in wstandend()
H A Dvid_puts.c188 new = WA_NORMAL; in turn_off()
H A Ddoupdate.c184 (void) vid_puts(WA_NORMAL, 0, (void *) 0, __m_outc); in clear_bottom()
329 (void) vid_puts(WA_NORMAL, 0, NULL, __m_outc); in _clearToEOL()
H A Dm_cc.c397 cc->_at = WA_NORMAL; in __m_wc_cc()
404 (void) __m_wcs_cc(wcs, WA_NORMAL, 0, cc); in __m_wc_cc()
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h79 #define WA_NORMAL 0x0 macro
1074 #define wstandend(w) (wattr_set(w, WA_NORMAL, COLOR_BLACK, \
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h78 #define WA_NORMAL 0x0 macro