Searched refs:wattroff (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A DV3.wattroff.c48 #undef wattroff macro
50 wattroff(WINDOW *win, _ochtype attrs) function
H A D_attroff.c51 (void) wattroff(stdscr, at);
H A Dslk_atroff.c59 return (wattroff(win, a));
H A Dwattroff.c48 wattroff(WINDOW *win, chtype a) function
H A Dllib-lcurses1288 /* wattroff.c */
1290 int wattroff(WINDOW *win, chtype attrs);
1292 /* V3.wattroff.c */
1293 #undef wattroff
1294 int wattroff(WINDOW *win, _ochtype attrs);
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dattron.c58 return (wattroff(stdscr, at));
H A Dwattron.c62 wattroff(WINDOW *w, int at) function
H A Dslk.c88 code = wattroff(__m_screen->_slk._w, (int) at);
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwattron.c60 wattroff(WINDOW *w, int at) function
65 __m_trace("wattroff(%p, %ld)", w, at);
71 return __m_return_code("wattroff", OK);
H A Dslk.c91 code = wattroff(__m_screen->_slk._w, at);
/osnet-11/usr/src/lib/libeti/menu/common/
H A Dpost.c100 (void) wattroff(Win(m), Fore(m));
103 (void) wattroff(Win(m), Back(m));
106 (void) wattroff(Win(m), Grey(m));
/osnet-11/usr/src/lib/libcurses/
H A DMakefile.com59 V3.vidattr.o V3.vidputs.o V3.waddch.o V3.wattroff.o V3.wattron.o \
90 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \
/osnet-11/usr/src/cmd/powertop/common/
H A Ddisplay.c309 (void) wattroff(sw[SW_STATUS], A_REVERSE);
/osnet-11/usr/src/lib/libxcurses/src/libc/
H A Dllib-lcurses857 int wattroff(WINDOW *, int);
H A Dllib-lxcurses841 int wattroff(WINDOW *, int);
/osnet-11/usr/src/lib/libxcurses2/src/libc/
H A Dllib-lcurses841 int wattroff(WINDOW *, int);
H A Dllib-lxcurses841 int wattroff(WINDOW *, int);
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h429 extern int wattroff(WINDOW *, int);
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h650 extern int wattroff(WINDOW *, int);

Completed in 65 milliseconds