Home
last modified time | relevance | path

Searched refs:cohorts (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/make/
H A Dtarg.c162 Lst_Init(&gn->cohorts); in Targ_mk_node()
243 Lst_Concat(nodes, &gn->cohorts); in Targ_FindList()
H A Dgnode.h135 LIST cohorts; /* Other nodes for the :: operator */ member
H A Ddump.c158 for (ln = Lst_First(&gn->cohorts); ln != NULL; ln = Lst_Adv(ln)) in TargPrintNode()
H A Dparse.c340 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()
H A Dsuff.c923 for (ln=Lst_First(&sGn->cohorts); ln != NULL; ln=Lst_Adv(ln)) { in SuffApplyTransform()