Home
last modified time | relevance | path

Searched refs:nxtpos (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c152 temp = nxtpos; in add()
154 array[n] = nxtpos; /* note no packing is done in positions */ in add()
159 nxtpos = temp; in add()
160 if (nxtpos >= positions+maxpos) in add()
1197 array[n] = nxtpos; in padd()
1199 *nxtpos++ = 0; in padd()
H A Donce.h128 int *nxtpos; variable
H A Dldefs.h213 extern int *nxtpos;
H A Dmain.c308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
H A Dheader.c370 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()