HomeSort by: relevance | last modified time | path
    Searched refs:__touchline (Results 1 - 16 of 16) sorted by relevancy

  /src/lib/libcurses/
delch.c 109 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
150 __touchline(win, (int)win->cury, sx, (int)win->maxx - 1);
toucholap.c 77 __touchline(win2, y, startx, endx);
clrtobot.c 114 __touchline(win, y, minx,
clrtoeol.c 124 __touchline(win, y, x, (int)win->maxx - 1);
insch.c 130 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
insdelln.c 135 __touchline(win, y, 0, (int)win->maxx - 1);
179 __touchline(win, y, 0, (int)win->maxx - 1);
getstr.c 182 __touchline(win, win->cury, 0, (int) win->maxx - 1);
insstr.c 216 __touchline(win, (int)win->cury, (int)win->curx, (int)win->maxx - 1);
addbytes.c 443 __touchline(win, *y, *x, *x);
515 __touchline(win, *y, sx, (int) win->maxx - 1);
609 __touchline(win, *y, sx, (int) win->maxx - 1);
638 __touchline(win, *y, sx, ex - 1);
add_wchstr.c 298 __touchline(win, y, sx, ex);
fileio.c 233 __touchline(win, y, 0, (int) win->maxx - 1);
ins_wch.c 213 __touchline(win, y, sx, (int)win->maxx - 1);
touchwin.c 219 __touchline(WINDOW *win, int y, int sx, int ex) function
236 __CTRACE(__CTRACE_LINE, "__touchline: (%p, %d, %d, %d, %d)\n",
238 __CTRACE(__CTRACE_LINE, "__touchline: first = %d, last = %d\n",
250 __CTRACE(__CTRACE_LINE, "__touchline: first = %d, last = %d\n",
curses_private.h 411 int __touchline(WINDOW *, int, int, int);
ins_wstr.c 394 __touchline(win, (int) y, lx, (int) win->maxx - 1);
refresh.c 1817 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1821 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1);
1825 __touchline(__virtscr, target, 0,

Completed in 28 milliseconds