Searched refs:tpcount (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/tbl/
H A Dtb.c79 int tpcount = -1; variable
86 if (tpcount<0 || thisvec+n > tpvecs[tpcount]+MAXCHS)
88 tpcount++;
89 if (tpvecs[tpcount]==0)
91 tpvecs[tpcount] = calloc(MAXCHS,1);
93 thisvec = tpvecs[tpcount];
110 tpcount= -1;

Completed in 44 milliseconds