/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | touchwin.c | 65 #undef touchline 68 touchline(WINDOW *w, int y, int n) in touchline() function
|
/titanic_41/usr/src/ucblib/libcurses/ |
H A D | insertln.c | 49 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln() 57 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln()
|
H A D | deleteln.c | 48 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln() 56 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln()
|
H A D | touchwin.c | 41 (void) touchline(win, y, 0, win->_maxx - 1); in touchwin() 50 touchline(WINDOW *win, int y, int sx, int ex) in touchline() function
|
H A D | delch.c | 43 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in wdelch()
|
H A D | insch.c | 43 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in winsch()
|
H A D | clrtobot.c | 51 (void) touchline(win, y, (int)minx, in wclrtobot()
|
H A D | erase.c | 53 (void) touchline(win, y, (int)minx, in werase()
|
H A D | clrtoeol.c | 54 (void) touchline(win, y, win->_curx, win->_maxx - 1); in wclrtoeol()
|
H A D | overwrite.c | 57 (void) touchline(win2, y, startx - win2->_begx, in overwrite()
|
H A D | toucholap.c | 63 (void) touchline(win2, y, startx, endx); in touchoverlap()
|
H A D | mapfile-vers | 148 touchline;
|
/titanic_41/usr/src/lib/libeti/panel/common/ |
H A D | update.c | 59 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top() 94 (void) touchline(obs_pnl->win, in std_touch_top()
|
H A D | delete.c | 98 (void) touchline(stdscr, panel->wstarty, in _remove_overlap()
|
/titanic_41/usr/src/lib/libcurses/screen/ |
H A D | _touchline.c | 49 touchline(WINDOW *win, int y, int n) in touchline() function
|
H A D | mapfile-vers | 288 touchline;
|
H A D | curses.ed | 740 extern int touchline(WINDOW *, int, int); 859 syncok(), touchline(), touchwin(), untouchwin(), vline(), 1200 #define touchline(win, y, n) wtouchln((win), (y), (n), TRUE) 1234 extern int touchline(WINDOW *, int, int); 1257 box(), touchline(), waddstr(), werase(),
|
/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/libxcurses/src/ |
H A D | mapfile-vers | 330 touchline;
|
/titanic_41/usr/src/lib/libxcurses2/src/ |
H A D | mapfile-vers | 332 touchline;
|
/titanic_41/usr/src/ucbhead/ |
H A D | curses.h | 211 extern int touchline(WINDOW *, int, int, int);
|
/titanic_41/usr/src/man/man3xcurses/ |
H A D | Makefile | 321 touchline.3xcurses \ 668 touchline.3xcurses := LINKSRC = is_linetouched.3xcurses
|
/titanic_41/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
|
/titanic_41/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
|
/titanic_41/usr/src/man/man3curses/ |
H A D | Makefile | 497 touchline.3curses \ 934 touchline.3curses := LINKSRC = curs_touch.3curses
|