Home
last modified time | relevance | path

Searched refs:wattron (Results 1 – 25 of 26) sorted by relevance

12

/illumos-gate/usr/src/lib/libcurses/screen/
H A DV3.wattron.c46 #undef wattron
48 wattron(WINDOW *win, _ochtype attrs) in wattron() function
H A D_attron.c49 (void) wattron(stdscr, at); in attron()
H A D_wstandout.c49 return (wattron(win, A_STANDOUT)); in wstandout()
H A Dslk_atron.c57 return (wattron(win, a)); in slk_attron()
H A Dwattron.c46 wattron(WINDOW *win, chtype a) in wattron() function
H A Dcurses.ed251 #define wattron w32attron
347 extern int wattron(WINDOW *, chtype);
524 wattroff(), wattron(), wattrset(), wrefresh();
903 #define attron(at) wattron(stdscr, at)
1189 #define wstandout(win) wattron((win), A_STANDOUT)
H A Dmapfile-vers313 wattron;
/illumos-gate/usr/src/lib/libeti/menu/common/
H A Dpost.c48 (void) wattron(Win(m), Grey(m)); in _post_item()
55 (void) wattron(Win(m), Fore(m)); in _post_item()
58 (void) wattron(Win(m), Back(m)); in _post_item()
/illumos-gate/usr/src/cmd/latencytop/common/
H A Ddisplay.c226 (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()
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dattron.c50 return (wattron(stdscr, at)); in attron()
H A Dwattron.c48 wattron(WINDOW *w, int at) in wattron() function
H A Dslk.c75 code = wattron(__m_screen->_slk._w, (int) at); in slk_attron()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwattron.c43 wattron(WINDOW *w, int at) in wattron() function
H A Dslk.c68 code = wattron(__m_screen->_slk._w, at); in slk_attron()
/illumos-gate/usr/src/cmd/powertop/common/
H A Ddisplay.c312 (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()
/illumos-gate/usr/src/lib/libcurses/
H A DMakefile.com62 V3.vidattr.o V3.vidputs.o V3.waddch.o V3.wattroff.o V3.wattron.o \
94 wattron.o wattrset.o wbkgd.o wbkgdset.o wborder.o \
/illumos-gate/usr/src/lib/libxcurses2/
H A DMakefile.com68 deleteln.o killchar.o strcode.o wattron.o wunctrl.o \
/illumos-gate/usr/src/lib/libxcurses/
H A DMakefile.com70 deleteln.o killchar.o strcode.o wattron.o wunctrl.o \
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers363 wattron;
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers364 wattron;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile347 wattron.3xcurses \
463 wattron.3xcurses := LINKSRC = attroff.3xcurses
/illumos-gate/usr/src/man/man3curses/
H A DMakefile526 wattron.3curses \
646 wattron.3curses := LINKSRC = curs_attr.3curses
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h428 extern int wattron(WINDOW *, int);
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h649 extern int wattron(WINDOW *, int);
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-library.man3xcurses.inc408 link path=usr/share/man/man3xcurses/wattron.3xcurses target=attroff.3xcurses

12