Searched defs:touchwin (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A Dtouchwin.c48 touchwin(WINDOW *win) function
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c30 * touchwin.c
40 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/touchwin.c 1.3 1995/06/15 18:43:04 ant Exp $";
47 (touchwin)(w) function
51 __m_trace("touchwin(%p)", w);
54 return __m_return_code("touchwin", wtouchln(w, 0, w->_maxy, 1));
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c32 * touchwin.c
42 static char rcsID[] = "$Header: /rd/src/libc/xcurses/rcs/touchwin.c 1.3 "
49 #undef touchwin macro
52 touchwin(WINDOW *w) function
/osnet-11/usr/src/lib/libxcurses2/h/
H A Dcurses.h624 extern int touchwin(WINDOW *);
1086 #define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1) macro
/osnet-11/usr/src/lib/libxcurses/h/
H A Dcurses.h717 extern int touchwin(WINDOW *);
1081 #define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1) macro

Completed in 33 milliseconds