Lines Matching refs:tl
189 struct bfelem *tl, *first = NULL; in r_buf() local
205 while ((tl = malloc(sizeof(bfelem_t))) == NULL) { in r_buf()
213 TAILQ_INSERT_TAIL(&head, tl, entries); in r_buf()
218 p = tl->l + len; in r_buf()
226 tl->len = len; in r_buf()
242 tl = TAILQ_LAST(&head, bfhead); in r_buf()
244 while (tl != NULL) { in r_buf()
247 for (p = tl->l + tl->len - 1, llen = 0; p >= tl->l; in r_buf()
249 int start = (tl == first && p == tl->l); in r_buf()
261 tr = TAILQ_NEXT(tl, entries); in r_buf()
275 tl->len = llen; in r_buf()
276 tl = TAILQ_PREV(tl, bfhead, entries); in r_buf()