Lines Matching defs:tl
367 Grnode_t *hd, *tl, *nd;
391 if(!(tl = grnode(gr, TYPECAST(Void_t*,z), 1)) ||
392 !(e = gredge(gr, tl, hd, (Void_t*)0, 1)) )
401 hd = tl = NIL(Grnode_t*); /* first build the list of root nodes */
405 (hd = tl = nd)->link = NIL(Grnode_t*);
406 else (tl = tl->link = nd)->link = NIL(Grnode_t*);
411 (tl = tl->link = e->head)->link = NIL(Grnode_t*);
486 Grnode_t *tl, *hd, *nd;
499 if(!(tl = grnode(gr, TYPECAST(Void_t*,y), 1)) ||
500 !(e = gredge(gr, tl, hd, (Void_t*)0, 1)) )
508 hd = tl = NIL(Grnode_t*); /* first build the list of root nodes */
512 (hd = tl = nd)->link = NIL(Grnode_t*);
513 else (tl = tl->link = nd)->link = NIL(Grnode_t*);
515 } /**/DEBUG_ASSERT(hd && tl);
518 (tl = tl->link = e->head)->link = NIL(Grnode_t*);