Searched refs:wstandout (Results 1 – 18 of 18) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | attr_on.c | 98 #undef wstandout 103 (void) wstandout(stdscr); in standout()
|
H A D | wattr_on.c | 107 #undef wstandout 110 wstandout(WINDOW *w) in wstandout() function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | wattr_on.c | 117 #undef wstandout 120 wstandout(WINDOW *w) in wstandout() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | _standout.c | 49 return (wstandout(stdscr)); in standout()
|
H A D | _wstandout.c | 47 wstandout(WINDOW *win) in wstandout() function
|
H A D | curses.ed | 345 extern int wstandout(WINDOW *); 523 slk_restore(), wstandend(), wstandout(), 754 extern int wstandout(WINDOW *); 862 winsstr(), winstr(), wstandend(), wstandout(); 928 #define standout() wstandout(stdscr) 1189 #define wstandout(win) wattron((win), A_STANDOUT) 1226 extern int wstandout(WINDOW *); 1255 wstandend(), wstandout(), beep(), flash(),
|
H A D | mapfile-vers | 363 wstandout;
|
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | standout.c | 34 wstandout(WINDOW *win) in wstandout() function
|
H A D | mapfile-vers | 201 wstandout;
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 121 #define standout() VOID(wstandout(stdscr)) 203 extern char *wstandout(WINDOW *);
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 419 wstandout;
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 801 extern int wstandout(WINDOW *); 1073 #define standout() wstandout(stdscr) 1076 #define wstandout(w) (wattr_on(w, WA_STANDOUT, (void *)0), 1) macro
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 420 wstandout;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 402 wstandout.3xcurses \ 731 wstandout.3xcurses := LINKSRC = standend.3xcurses
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 714 extern int wstandout(WINDOW *); 1082 #define standout() wstandout(stdscr)
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 576 wstandout.3curses \ 649 wstandout.3curses := LINKSRC = curs_attr.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 471 link path=usr/share/man/man3xcurses/wstandout.3xcurses target=standend.3xcurses
|
H A D | system-library.man3curses.inc | 726 link path=usr/share/man/man3curses/wstandout.3curses target=curs_attr.3curses
|