Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/newform/
H A Dnewform.c302 pfirst = ++tlast; in center()
307 while (pfirst <= plast) *tfirst++ = *pfirst++; in center()
309 pfirst = tptr; in center()
788 pfirst += n; in begtrunc()
789 if (pfirst >= plast) in begtrunc()
802 if (pfirst >= plast) in endtrunc()
844 pfirst = tfirst; in inputtabs()
866 c = pfirst; in sstrip()
877 c = pfirst; in sstrip()
928 pfirst--; in outputtabs()
[all …]
/illumos-gate/usr/src/cmd/ptools/ptime/
H A Dptime.c62 static int pfirst; variable
201 pfirst++; in look()
225 if (!pflag || pfirst > 1) in look()
/illumos-gate/usr/src/cmd/sgs/yacc/common/
H A Dy1.c102 static LOOKSETS **pfirst; /* vector of pointers to first sets for */ variable
207 pfirst = (LOOKSETS **)malloc(sizeof (LOOKSETS *)*(nnontersz + 2)); in mktbls()
218 (pfirst == NULL) || (pempty == NULL) || (pstate == NULL) || in mktbls()
723 pfirst[i] = flset(&wsets[i].ws); in cpfir()
729 prlook(pfirst[i]); in cpfir()
1071 pfirst[ch-NTBASE]->lset); in closure()
1203 pfirst[i] = pfirst[i] - lookbase + lkst; in exp_lkst()