Searched defs:thisvec (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c78 char *thisvec; variable
86 if (tpcount<0 || thisvec+n > tpvecs[tpcount]+MAXCHS)
93 thisvec = tpvecs[tpcount];
94 if (thisvec == 0)
97 tp=(int *)thisvec;
98 thisvec+=n;
99 for(q=tp; q<(int *)thisvec; q++)

Completed in 66 milliseconds