Searched refs:__touchline (Results 1 - 16 of 16) sorted by relevance

/netbsd-current/lib/libcurses/
H A Ddelch.c106 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
147 __touchline(win, (int)win->cury, sx, (int)win->maxx - 1);
H A Dtoucholap.c73 __touchline(win2, y, startx, endx);
H A Dclrtoeol.c121 __touchline(win, y, x, (int)win->maxx - 1);
H A Dclrtobot.c111 __touchline(win, y, minx,
H A Dinsch.c127 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
H A Dinsdelln.c131 __touchline(win, y, 0, (int)win->maxx - 1);
175 __touchline(win, y, 0, (int)win->maxx - 1);
H A Dgetstr.c179 __touchline(win, win->cury, 0, (int) win->maxx - 1);
H A Dinsstr.c213 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
H A Daddbytes.c428 __touchline(win, *y, *x, *x);
500 __touchline(win, *y, sx, (int) win->maxx - 1);
594 __touchline(win, *y, sx, (int) win->maxx - 1);
623 __touchline(win, *y, sx, ex - 1);
H A Dfileio.c233 __touchline(win, y, 0, (int) win->maxx - 1);
H A Dtouchwin.c208 __touchline(WINDOW *win, int y, int sx, int ex) function
225 __CTRACE(__CTRACE_LINE, "__touchline: (%p, %d, %d, %d, %d)\n",
227 __CTRACE(__CTRACE_LINE, "__touchline: first = %d, last = %d\n",
239 __CTRACE(__CTRACE_LINE, "__touchline: first = %d, last = %d\n",
H A Dins_wch.c210 __touchline(win, y, sx, (int)win->maxx - 1);
H A Dadd_wchstr.c295 __touchline(win, y, sx, ex);
H A Dins_wstr.c391 __touchline(win, (int) y, lx, (int) win->maxx - 1);
H A Dcurses_private.h410 int __touchline(WINDOW *, int, int, int);
H A Drefresh.c1802 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1806 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1810 __touchline(__virtscr, target, 0,

Completed in 123 milliseconds