Lines Matching defs:tl
266 struct memlist *hl = NULL, *tl, **mlp;
272 tl = *mlp;
277 (*mlp)->ml_prev = tl;
278 tl = *mlp;
289 struct memlist *ml, *tl, *nl;
303 for (tl = ml = mlist; ml; tl = ml, ml = ml->ml_next) {
335 nl->ml_prev = tl;
336 tl->ml_next = nl;
348 struct memlist *ml, *tl, *nlp;
357 for (tl = ml = mlist; ml; tl = ml, ml = nlp) {
399 if ((tl->ml_next = nlp) != NULL)
400 nlp->ml_prev = tl;
402 ml = tl;
417 struct memlist *ml, *tl, *nl;
431 for (tl = ml = mlist; ml; tl = ml, ml = ml->ml_next) {
451 nl->ml_prev = tl;
452 tl->ml_next = nl;