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

/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dexterns2.h65 extern type_t **tlst;
H A Dlint2.h186 #define TP(idx) (tlst[idx])
H A Dread.c81 type_t **tlst; /* array for indexed access */ variable
82 static size_t tlstlen; /* length of tlst */
123 if ((tlst = calloc(tlstlen = 256, sizeof (type_t *))) == NULL)
944 if ((tlst = realloc(tlst, (tlstlen * 2) * sizeof (type_t *)))
947 (void)memset(tlst + tlstlen, 0, tlstlen * sizeof (type_t *));
951 tlst[tidx] = tp;

Completed in 81 milliseconds