Searched refs:cohorts (Results 1 – 4 of 4) sorted by relevance
209 Lst_Init(&gn->cohorts); in Targ_NewGNi()244 Lst_Destroy(&gn->cohorts, NOFREE); in TargFreeGN()319 Lst_Concat(nodes, &gn->cohorts); in Targ_FindList()536 for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln)) in TargPrintNode()
109 LIST cohorts; /* Other nodes for the :: operator */ member
340 Lst_AtEnd(&gn->cohorts, cohort); in ParseDoOp()479 for (ln=Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln)){ in ParseDoSrc()1641 Lst_Concat(listmain, &mainNode->cohorts); in Parse_MainName()
1375 for (ln=Lst_First(&sGn->cohorts); ln != NULL; ln=Lst_Adv(ln)) { in SuffApplyTransform()