/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | V3.wattron.c | 48 #undef wattron 50 wattron(WINDOW *win, _ochtype attrs) in wattron() function
|
H A D | _attron.c | 51 (void) wattron(stdscr, at); in attron()
|
H A D | _wstandout.c | 51 return (wattron(win, A_STANDOUT)); in wstandout()
|
H A D | slk_atron.c | 59 return (wattron(win, a)); in slk_attron()
|
H A D | wattron.c | 48 wattron(WINDOW *win, chtype a) in wattron() function
|
H A D | llib-lcurses | 1296 /* wattron.c */ 1298 int wattron(WINDOW *win, chtype attrs); 1300 /* V3.wattron.c */ 1301 #undef wattron 1302 int wattron(WINDOW *win, _ochtype attrs);
|
H A D | mapfile-vers | 313 wattron;
|
/titanic_41/usr/src/lib/libeti/menu/common/ |
H A D | post.c | 50 (void) wattron(Win(m), Grey(m)); in _post_item() 57 (void) wattron(Win(m), Fore(m)); in _post_item() 60 (void) wattron(Win(m), Back(m)); in _post_item()
|
/titanic_41/usr/src/cmd/latencytop/common/ |
H A D | display.c | 226 (void) wattron(sysglobal_window, A_REVERSE); in print_sysglobal() 287 (void) wattron(process_window, A_REVERSE); in print_empty_process_bar() 318 (void) wattron(process_window, A_REVERSE); in print_process() 387 (void) wattron(taskbar, A_REVERSE); in print_taskbar_process() 476 (void) wattron(taskbar, A_REVERSE); in print_taskbar_thread() 515 (void) wattron(process_window, A_REVERSE); in print_thread()
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | attron.c | 52 return (wattron(stdscr, at)); in attron()
|
H A D | wattron.c | 50 wattron(WINDOW *w, int at) in wattron() function
|
H A D | slk.c | 77 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron()
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wattron.c | 45 wattron(WINDOW *w, int at) in wattron() function
|
H A D | slk.c | 76 code = wattron(__m_screen->_slk._w, at); in slk_attron()
|
/titanic_41/usr/src/cmd/powertop/common/ |
H A D | display.c | 312 (void) wattron(sw[SW_STATUS], A_REVERSE); in pt_display_status_bar() 576 (void) wattron(sw[SW_WAKEUPS], A_BOLD); in pt_display_wakeups() 614 (void) wattron(sw[SW_EVENTS], COLOR_PAIR(PT_COLOR_DEFAULT)); in pt_display_events()
|
/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 \ 93 wattron.o wattrset.o wbkgd.o wbkgdset.o wborder.o \
|
/titanic_41/usr/src/lib/libxcurses2/ |
H A D | Makefile.com | 67 deleteln.o killchar.o strcode.o wattron.o wunctrl.o \
|
/titanic_41/usr/src/lib/libxcurses/ |
H A D | Makefile.com | 69 deleteln.o killchar.o strcode.o wattron.o wunctrl.o \
|
/titanic_41/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 363 wattron;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 364 wattron;
|
/titanic_41/usr/src/lib/libxcurses/src/libc/ |
H A D | llib-lcurses | 854 * wattron.c 856 int wattron(WINDOW *, int);
|
H A D | llib-lxcurses | 838 * wattron.c 840 int wattron(WINDOW *, int);
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/ |
H A D | llib-lcurses | 838 * wattron.c 840 int wattron(WINDOW *, int);
|
H A D | llib-lxcurses | 838 * wattron.c 840 int wattron(WINDOW *, int);
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 347 wattron.3xcurses \ 463 wattron.3xcurses := LINKSRC = attroff.3xcurses
|