Searched defs:untouchwin (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | untouchwin.c | 48 untouchwin(WINDOW *win) function
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 58 (untouchwin)(w) function 62 __m_trace("untouchwin(%p)", w); 65 return __m_return_code("untouchwin", wtouchln(w, 0, w->_maxy, 0));
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 57 #undef untouchwin macro 60 untouchwin(WINDOW *w) function
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 628 extern int untouchwin(WINDOW *); 1087 #define untouchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 0) macro
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 719 extern int untouchwin(WINDOW *); 1082 #define untouchwin(w) wtouchln(w, 0, (w)->_maxy, 0) macro
|
/illumos-gate/usr/src/man/man3xcurses/ |
H A D | Makefile | 326 untouchwin.3xcurses \ 670 untouchwin.3xcurses := LINKSRC = is_linetouched.3xcurses
|
/illumos-gate/usr/src/man/man3curses/ |
H A D | Makefile | 507 untouchwin.3curses \ 936 untouchwin.3curses := LINKSRC = curs_touch.3curses
|
Completed in 68 milliseconds