Searched refs:tlstlen (Results 1 – 1 of 1) sorted by relevance
82 static size_t tlstlen; /* length of tlst */ variable122 if (tlstlen == 0) in readfile()123 if ((tlst = calloc(tlstlen = 256, sizeof (type_t *))) == NULL) in readfile()943 if (tidx == tlstlen - 1) { in storetyp()944 if ((tlst = realloc(tlst, (tlstlen * 2) * sizeof (type_t *))) in storetyp()947 (void)memset(tlst + tlstlen, 0, tlstlen * sizeof (type_t *)); in storetyp()948 tlstlen *= 2; in storetyp()