Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/egrep/
H A Degrep.y89 int nxtpos = 0; variable
438 inxtpos = nxtpos; in cgotofn()
494 nxtpos = inxtpos; in nxtst()
604 if (nxtpos + count >= maxpos) { in add()
609 array[n] = nxtpos; in add()
610 positions[nxtpos++] = count; in add()
613 positions[nxtpos++] = i; in add()
976 nxtpos = inxtpos; in clearg()
/titanic_41/usr/src/cmd/sgs/lex/common/
H A Dsub2.c154 temp = nxtpos; in add()
156 array[n] = nxtpos; /* note no packing is done in positions */ in add()
161 nxtpos = temp; in add()
162 if (nxtpos >= positions+maxpos) in add()
1197 array[n] = nxtpos; in padd()
1199 *nxtpos++ = 0; in padd()
H A Donce.h130 int *nxtpos; variable
H A Dldefs.h215 extern int *nxtpos;
H A Dmain.c308 nxtpos = positions = (int *)myalloc(maxpos, sizeof (*positions));
H A Dheader.c374 tptr, treesize, (int)(nxtpos-positions), maxpos, stnum + 1, in statistics()