/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 | 134 __touchline(win, y, 0, (int)win->maxx - 1); 178 __touchline(win, y, 0, (int)win->maxx - 1);
|
addbytes.c | 437 __touchline(win, *y, *x, *x); 509 __touchline(win, *y, sx, (int) win->maxx - 1); 603 __touchline(win, *y, sx, (int) win->maxx - 1); 632 __touchline(win, *y, sx, ex - 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);
|
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 in typeref:typename:int 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 | 1815 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1); 1819 __touchline(__virtscr, target, 0, (int) __virtscr->maxx - 1); 1823 __touchline(__virtscr, target, 0,
|