Searched refs:pfirst (Results 1 – 3 of 3) sorted by relevance
106 *pfirst, /* Pointer to beginning of line */ variable296 if (plast - pfirst > MAXLINE) { in center()300 if (pfirst < &work[NCOLS]) { in center()301 tlast = plast + (&work[NCOLS] - pfirst); in center()303 while (plast >= pfirst) *tlast-- = *plast--; in center()304 pfirst = ++tlast; in center()309 while (pfirst <= plast) *tfirst++ = *pfirst++; in center()311 pfirst = tptr; in center()700 pfirst = plast = &work[NCOLS]; in process()712 if (lp->param <= (plast - pfirst)) in process()[all …]
62 static int pfirst; variable201 pfirst++; in look()225 if (!pflag || pfirst > 1) in look()
104 static LOOKSETS **pfirst; /* vector of pointers to first sets for */ variable208 pfirst = (LOOKSETS **)malloc(sizeof (LOOKSETS *)*(nnontersz + 2)); in mktbls()219 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) || in mktbls()729 pfirst[i] = flset(&wsets[i].ws); in cpfir()736 prlook(pfirst[i]); in cpfir()1080 pfirst[ch-NTBASE]->lset); in closure()1214 pfirst[i] = pfirst[i] - lookbase + lkst; in exp_lkst()