Lines Matching defs:tcl
1378 struct clist *tcl, *wrcl, *cl;
1418 tcl = wcl->c_next;
1423 while (tcl) {
1424 if ((tcl->c_next == NULL) && (tcl->c_len == rnduplen)) {
1428 tcl = tcl->c_next;
1436 tcl = NULL;
1438 if (tcl == NULL) {
1439 tcl = clist_alloc();
1440 wrcl = tcl;
1442 tcl->c_next = clist_alloc();
1443 tcl = tcl->c_next;
1446 *tcl = *cl;
1452 tcl->c_next = NULL;
1465 tcl = wrcl->c_next;
1466 while (tcl) {
1467 tcl->c_smemhandle = fcl.c_smemhandle;
1468 tcl->c_ssynchandle = fcl.c_ssynchandle;
1469 tcl = tcl->c_next;