Home
last modified time | relevance | path

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

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