Home | History | Annotate | Download | only in libcurses

Lines Matching refs:firstchp

276 	    *y, *x, *win->alines[*y]->firstchp, *win->alines[*y]->lastchp);
297 * firstchp/lastchp are shared between
300 if (newx < *(*lp)->firstchp)
301 *(*lp)->firstchp = newx;
306 *(*lp)->firstchp, *(*lp)->lastchp,
307 *(*lp)->firstchp - win->ch_off,
336 *y, *x, *win->alines[*y]->firstchp, *win->alines[*y]->lastchp);
432 if (newx < *(*lnp)->firstchp)
433 *(*lnp)->firstchp = newx;
475 if (newx < *(*lnp)->firstchp)
476 *(*lnp)->firstchp = newx;
495 if (newx < *(*lnp)->firstchp)
496 *(*lnp)->firstchp = newx;
524 if (newx < *(*lnp)->firstchp)
525 *(*lnp)->firstchp = newx;