Home
last modified time | relevance | path

Searched refs:touchline (Results 1 – 25 of 33) sorted by relevance

12

/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c65 #undef touchline
68 touchline(WINDOW *w, int y, int n) in touchline() function
/titanic_41/usr/src/ucblib/libcurses/
H A Dinsertln.c49 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln()
57 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln()
H A Ddeleteln.c48 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln()
56 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln()
H A Dtouchwin.c41 (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 Ddelch.c43 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in wdelch()
H A Dinsch.c43 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in winsch()
H A Dclrtobot.c51 (void) touchline(win, y, (int)minx, in wclrtobot()
H A Derase.c53 (void) touchline(win, y, (int)minx, in werase()
H A Dclrtoeol.c54 (void) touchline(win, y, win->_curx, win->_maxx - 1); in wclrtoeol()
H A Doverwrite.c57 (void) touchline(win2, y, startx - win2->_begx, in overwrite()
H A Dtoucholap.c63 (void) touchline(win2, y, startx, endx); in touchoverlap()
H A Dmapfile-vers148 touchline;
/titanic_41/usr/src/lib/libeti/panel/common/
H A Dupdate.c59 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top()
94 (void) touchline(obs_pnl->win, in std_touch_top()
H A Ddelete.c98 (void) touchline(stdscr, panel->wstarty, in _remove_overlap()
/titanic_41/usr/src/lib/libcurses/screen/
H A D_touchline.c49 touchline(WINDOW *win, int y, int n) in touchline() function
H A Dmapfile-vers288 touchline;
H A Dcurses.ed740 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 Dtouchwin.c69 (touchline)(w, y, n) variable
/titanic_41/usr/src/lib/libxcurses/src/
H A Dmapfile-vers330 touchline;
/titanic_41/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers332 touchline;
/titanic_41/usr/src/ucbhead/
H A Dcurses.h211 extern int touchline(WINDOW *, int, int, int);
/titanic_41/usr/src/man/man3xcurses/
H A DMakefile321 touchline.3xcurses \
668 touchline.3xcurses := LINKSRC = is_linetouched.3xcurses
/titanic_41/usr/src/lib/libxcurses/h/
H A Dcurses.h716 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 Dcurses.h623 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 DMakefile497 touchline.3curses \
934 touchline.3curses := LINKSRC = curs_touch.3curses

12