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

  /src/lib/libcurses/
newwin.c 247 lp->firstchp = &olp->firstch;
335 lp->firstchp = &lp->firstch;
338 lp->firstch = 0;
341 lp->firstch = ncols;
resize.c 314 lp->firstchp = &lp->firstch;
316 lp->firstch = 0;
331 lp->firstchp = &olp->firstch;
curses_private.h 96 int firstch, lastch; /* First and last changed columns. */ member in struct:__line
106 int ch_off; /* x offset for firstch/lastch. */

Completed in 12 milliseconds