/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | V3.wattroff.c | 48 #undef wattroff 50 wattroff(WINDOW *win, _ochtype attrs) in wattroff() function
|
H A D | _attroff.c | 51 (void) wattroff(stdscr, at); in attroff()
|
H A D | slk_atroff.c | 59 return (wattroff(win, a)); in slk_attroff()
|
H A D | wattroff.c | 48 wattroff(WINDOW *win, chtype a) in wattroff() function
|
H A D | llib-lcurses | 1288 /* wattroff.c */ 1290 int wattroff(WINDOW *win, chtype attrs); 1292 /* V3.wattroff.c */ 1293 #undef wattroff 1294 int wattroff(WINDOW *win, _ochtype attrs);
|
H A D | mapfile-vers | 312 wattroff;
|
H A D | curses.ed | 250 #define wattroff w32attroff 346 extern int wattroff(WINDOW *, chtype); 524 wattroff(), wattron(), wattrset(), wrefresh(); 902 #define attroff(at) wattroff(stdscr, at)
|
/titanic_41/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 100 (void) wattroff(Win(m), Fore(m)); in _post_item() 103 (void) wattroff(Win(m), Back(m)); in _post_item() 106 (void) wattroff(Win(m), Grey(m)); in _post_item()
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | display.c | 231 (void) wattroff(sysglobal_window, A_REVERSE); in print_sysglobal() 294 (void) wattroff(process_window, A_REVERSE); in print_empty_process_bar() 331 (void) wattroff(process_window, A_REVERSE); in print_process() 393 (void) wattroff(taskbar, A_REVERSE); in print_taskbar_process() 482 (void) wattroff(taskbar, A_REVERSE); in print_taskbar_thread() 530 (void) wattroff(process_window, A_REVERSE); in print_thread()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | attron.c | 58 return (wattroff(stdscr, at)); in attroff()
|
H A D | wattron.c | 62 wattroff(WINDOW *w, int at) in wattroff() function
|
H A D | slk.c | 88 code = wattroff(__m_screen->_slk._w, (int) at); in slk_attroff()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wattron.c | 60 wattroff(WINDOW *w, int at) in wattroff() function
|
H A D | slk.c | 91 code = wattroff(__m_screen->_slk._w, at); in slk_attroff()
|
/titanic_41/usr/src/lib/libcurses/ |
H A D | Makefile.com | 61 V3.vidattr.o V3.vidputs.o V3.waddch.o V3.wattroff.o V3.wattron.o \ 92 vwscanw.o waddch.o waddchnstr.o waddnstr.o wattroff.o \
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 361 wattroff;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 362 wattroff;
|
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | display.c | 314 (void) wattroff(sw[SW_STATUS], A_REVERSE); in pt_display_status_bar()
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 346 wattroff.3xcurses \ 462 wattroff.3xcurses := LINKSRC = attroff.3xcurses
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 525 wattroff.3curses \ 645 wattroff.3curses := LINKSRC = curs_attr.3curses
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 857 int wattroff(WINDOW *, int);
|
H A D | llib-lxcurses | 841 int wattroff(WINDOW *, int);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 841 int wattroff(WINDOW *, int);
|
H A D | llib-lxcurses | 841 int wattroff(WINDOW *, int);
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 429 extern int wattroff(WINDOW *, int);
|