Home | History | Annotate | Download | only in lint2

Lines Matching defs:tlst

85 type_t **tlst;				/* array for indexed access */
86 static size_t tlstlen; /* length of tlst */
227 tlst = xcalloc(tlstlen = 256, sizeof(*tlst));
958 tlst = xrealloc(tlst, (tlstlen * 2) * sizeof(*tlst));
959 (void)memset(tlst + tlstlen, 0, tlstlen * sizeof(*tlst));
963 tlst[tidx] = tp;