HomeSort by: relevance | last modified time | path
    Searched refs:firstch (Results 1 - 5 of 5) 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. */
  /src/external/bsd/nvi/dist/regex/
regcomp.c 110 static int firstch __P((struct parse *p, cset *cs));
780 ordinary(p, firstch(p, cs));
1236 - firstch - return first character in a set (which must have at least one)
1237 == static int firstch(struct parse *p, cset *cs);
1240 firstch(struct parse *p, cset *cs) function
  /src/external/apache2/llvm/dist/llvm/lib/Support/
regcomp.c 227 static int firstch(struct parse *, cset *);
866 ordinary(p, firstch(p, cs));
1305 - firstch - return first character in a set (which must have at least one)
1308 firstch(struct parse *p, cset *cs) function

Completed in 38 milliseconds