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

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

Completed in 76 milliseconds