Searched defs:touchline (Results 1 - 5 of 5) sorted by relevance
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 69 (touchline)(w, y, n) function 74 __m_trace("touchline(%p, %d, %d)", w, y, n); 77 return __m_return_code("touchline", wtouchln(w, y, n, 1));
|
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | _touchline.c | 49 touchline(WINDOW *win, int y, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 65 #undef touchline macro 68 touchline(WINDOW *w, int y, int n) function
|
/osnet-11/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 623 extern int touchline(WINDOW *, int, int); 1085 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
|
/osnet-11/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 716 extern int touchline(WINDOW *, int, int); 1080 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
|
Completed in 43 milliseconds