Home
last modified time | relevance | path

Searched refs:pfirst (Results 1 – 2 of 2) sorted by relevance

/titanic_44/usr/src/cmd/newform/
H A Dnewform.c106 *pfirst, /* Pointer to beginning of line */ variable
296 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 …]
/titanic_44/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)); 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()