Home
last modified time | relevance | path

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

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