Searched refs:pfirst (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c106 *pfirst, /* Pointer to beginning of line */ variable
296 if (plast - pfirst > MAXLINE) {
300 if (pfirst < &work[NCOLS]) {
301 tlast = plast + (&work[NCOLS] - pfirst);
303 while (plast >= pfirst) *tlast-- = *plast--;
304 pfirst = ++tlast;
309 while (pfirst <= plast) *tfirst++ = *pfirst++;
311 pfirst = tptr;
700 pfirst
[all...]
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c62 static int pfirst; variable
201 pfirst++;
225 if (!pflag || pfirst > 1)
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c104 static LOOKSETS **pfirst; /* vector of pointers to first sets for */ variable
208 pfirst = (LOOKSETS **)malloc(sizeof (LOOKSETS *)*(nnontersz + 2));
219 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) ||
729 pfirst[i] = flset(&wsets[i].ws);
736 prlook(pfirst[i]);
1080 pfirst[ch-NTBASE]->lset);
1214 pfirst[i] = pfirst[i] - lookbase + lkst;

Completed in 61 milliseconds