Searched refs:untouchwin (Results 1 – 17 of 17) sorted by relevance
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 55 #undef untouchwin 58 untouchwin(WINDOW *w) in untouchwin() function
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | untouchwin.c | 46 untouchwin(WINDOW *win) in untouchwin() function
|
H A D | curses.ed | 742 extern int untouchwin(WINDOW *); 859 syncok(), touchline(), touchwin(), untouchwin(), vline(), 988 #define untouchwin(win) wtouchln((win), 0, ((win)->_maxy), FALSE) 1015 extern int untouchwin(WINDOW *); 1028 untouchwin();
|
H A D | mapfile-vers | 296 untouchwin;
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 56 (untouchwin)(w) variable
|
/illumos-gate/usr/src/lib/libeti/menu/common/ |
H A D | menucursor.c | 68 (void) untouchwin(us); in _position_cursor()
|
/illumos-gate/usr/src/lib/libeti/form/common/ |
H A D | utility.c | 237 (void) untouchwin(w); in _update_current() 546 (void) untouchwin(w); in _set_current_field()
|
H A D | chg_data.c | 152 (void) untouchwin(w); in _grow_field()
|
/illumos-gate/usr/src/lib/libxcurses/src/ |
H A D | mapfile-vers | 337 untouchwin;
|
/illumos-gate/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 338 untouchwin;
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 326 untouchwin.3xcurses \ 670 untouchwin.3xcurses := LINKSRC = is_linetouched.3xcurses
|
/illumos-gate/usr/src/lib/libcurses/ |
H A D | Makefile.com | 92 untouchwin.o vidputs.o vidupdate.o vwprintw.o \
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 626 extern int untouchwin(WINDOW *); 1085 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0) macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 717 extern int untouchwin(WINDOW *); 1080 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0) macro
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 507 untouchwin.3curses \ 936 untouchwin.3curses := LINKSRC = curs_touch.3curses
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-library.man3xcurses.inc | 378 link path=usr/share/man/man3xcurses/untouchwin.3xcurses \
|
H A D | system-library.man3curses.inc | 642 link path=usr/share/man/man3curses/untouchwin.3curses target=curs_touch.3curses
|