Searched defs:touchline (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _touchline.c | 49 touchline(WINDOW *win, int y, int n) in touchline() function
|
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | touchwin.c | 69 (touchline)(w, y, n) variable
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 68 touchline(WINDOW *w, int y, int n) in touchline() function
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | touchwin.c | 50 touchline(WINDOW *win, int y, int sx, int ex) in touchline() function
|
/titanic_41/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 1085 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
|
/titanic_41/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 1080 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
|