Home
last modified time | relevance | path

Searched defs:touchwin (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libcurses/screen/
H A Dtouchwin.c48 touchwin(WINDOW *win) in touchwin() function
/titanic_50/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c47 (touchwin)(w) variable
/titanic_50/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c52 touchwin(WINDOW *w) in touchwin() function
/titanic_50/usr/src/ucblib/libcurses/
H A Dtouchwin.c32 touchwin(WINDOW *win) in touchwin() function
/titanic_50/usr/src/lib/libxcurses2/h/
H A Dcurses.h1086 #define touchwin(w) wtouchln(__w1 = (w), 0, __w1->_maxy, 1) macro
/titanic_50/usr/src/lib/libxcurses/h/
H A Dcurses.h1081 #define touchwin(w) wtouchln(w, 0, (w)->_maxy, 1) macro