Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c76 char *thisvec; variable
84 if (tpcount<0 || thisvec+n > tpvecs[tpcount]+MAXCHS) in alocv()
91 thisvec = tpvecs[tpcount]; in alocv()
92 if (thisvec == 0) in alocv()
95 tp=(int *)thisvec; in alocv()
96 thisvec+=n; in alocv()
97 for(q=tp; q<(int *)thisvec; q++) in alocv()