Searched refs:cohorts (Results 1 – 5 of 5) sorted by relevance
162 Lst_Init(&gn->cohorts); in Targ_mk_node()243 Lst_Concat(nodes, &gn->cohorts); in Targ_FindList()
135 LIST cohorts; /* Other nodes for the :: operator */ member
158 for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln)) in TargPrintNode()
340 Lst_AtEnd(&gn->cohorts, cohort); in ParseDoOp()474 for (ln=Lst_First(&gn->cohorts); ln != NULL; in ParseDoSrc()1700 Lst_Concat(listmain, &mainNode->cohorts); in Parse_MainName()
923 for (ln=Lst_First(&sGn->cohorts); ln != NULL; ln=Lst_Adv(ln)) { in SuffApplyTransform()