Home
last modified time | relevance | path

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

/openbsd-src/regress/usr.bin/make/
H A Dmk393 # duplicate target in list, may fuck up groupling
/openbsd-src/usr.bin/make/
H A Dmake.c344 if (gn->groupling != NULL) { in try_to_make_node()
346 for (gn2 = gn->groupling; gn2 != gn; gn2 = gn2->groupling) in try_to_make_node()
H A Dgnode.h146 GNode *groupling; /* target lists, for HELDBACK: do not build two member
H A Dparse.c1475 for (gn2 = gn->groupling; gn2 != gn; gn2 = gn2->groupling) { in build_target_group()
1483 gn->groupling = gn2; in build_target_group()
1487 gn->groupling = gn2; in build_target_group()
H A Dtarg.c174 gn->groupling = NULL; in Targ_mk_node()