Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dtouchwin.c63 #undef touchline
66 touchline(WINDOW *w, int y, int n) in touchline() function
/illumos-gate/usr/src/ucblib/libcurses/
H A Ddeleteln.c46 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln()
54 (void) touchline(win, y, 0, win->_maxx - 1); in wdeleteln()
H A Dinsertln.c47 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln()
55 (void) touchline(win, y, 0, win->_maxx - 1); in winsertln()
H A Dtouchwin.c39 (void) touchline(win, y, 0, win->_maxx - 1); in touchwin()
48 touchline(WINDOW *win, int y, int sx, int ex) in touchline() function
H A Ddelch.c41 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in wdelch()
H A Dinsch.c41 (void) touchline(win, win->_cury, win->_curx, win->_maxx - 1); in winsch()
H A Derase.c51 (void) touchline(win, y, (int)minx, in werase()
H A Dclrtobot.c49 (void) touchline(win, y, (int)minx, in wclrtobot()
H A Dclrtoeol.c52 (void) touchline(win, y, win->_curx, win->_maxx - 1); in wclrtoeol()
H A Doverwrite.c55 (void) touchline(win2, y, startx - win2->_begx, in overwrite()
H A Dtoucholap.c61 (void) touchline(win2, y, startx, endx); in touchoverlap()
H A Dmapfile-vers158 touchline;
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Dupdate.c57 (void) touchline(pnl->win, line - pnl->wstarty, 1); in touch_top()
92 (void) touchline(obs_pnl->win, in std_touch_top()
H A Ddelete.c96 (void) touchline(stdscr, panel->wstarty, in _remove_overlap()
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_touchline.c47 touchline(WINDOW *win, int y, int n) in touchline() function
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(),
H A Dmapfile-vers288 touchline;
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtouchwin.c67 (touchline)(w, y, n) variable
/illumos-gate/usr/src/lib/libxcurses/src/
H A Dmapfile-vers330 touchline;
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h209 extern int touchline(WINDOW *, int, int, int);
/illumos-gate/usr/src/lib/libxcurses2/src/
H A Dmapfile-vers332 touchline;
/illumos-gate/usr/src/man/man3xcurses/
H A DMakefile321 touchline.3xcurses \
668 touchline.3xcurses := LINKSRC = is_linetouched.3xcurses
/illumos-gate/usr/src/lib/libxcurses2/h/
H A Dcurses.h621 extern int touchline(WINDOW *, int, int);
1083 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
/illumos-gate/usr/src/lib/libxcurses/h/
H A Dcurses.h714 extern int touchline(WINDOW *, int, int);
1078 #define touchline(w, y, n) wtouchln(w, y, n, 1) macro
/illumos-gate/usr/src/man/man3curses/
H A DMakefile497 touchline.3curses \
934 touchline.3curses := LINKSRC = curs_touch.3curses

12