Home | History | Annotate | Download | only in make

Lines Matching defs:children

185 	SuffixList children;
217 * Count of existing children, only used for memory management, so we
384 Lst_Done(&suff->children);
438 SuffixList_Insert(&targSuff->children, srcSuff);
450 Lst_Init(&suff->children);
591 children);
592 Lst_Init(&gn->children);
617 * If the node has no commands or children, the children and parents lists
635 if (!Lst_IsEmpty(&gn->commands) || !Lst_IsEmpty(&gn->children)) {
655 SuffixList_Remove(&targSuff->children, srcSuff);
769 Lst_Done(&target->children);
770 Lst_Init(&target->children);
1007 for (ln = cand->suff->children.first; ln != NULL; ln = ln->next) {
1058 debug_printf("free: list %p src %p:%s children %d\n",
1069 debug_printf("keep: list %p src %p:%s children %d:",
1133 * See if any of the children of the candidate's GNode is one from which the
1150 for (gln = tgn->children.first; gln != NULL; gln = gln->next) {
1228 Lst_InsertBefore(&pgn->children, cln, gn);
1239 * children, to keep it from being processed.
1242 Lst_Remove(&pgn->children, cln);
1310 * Expand the names of any children of a given node that contain
1313 * The expanded node is removed from the parent's list of children, and the
1338 * children list.
1369 Lst_InsertBefore(&pgn->children, cln, gn);
1382 * The source is expanded now, so remove it from the list of children,
1386 Lst_Remove(&pgn->children, cln);
1395 for (ln = gn->children.first; ln != NULL; ln = nln) {
1457 Lst_Append(&tgn->children, sgn);
1474 ln = tgn->children.last;
1570 Lst_Append(&gn->children, mem);
1692 * define suffix rules if the gnode had children but we don't do
1709 * dependency operator or [XXX] it has neither children or commands) as
1798 * expand the children, then look for any overriding transformations
1847 for (ln = gn->children.first; ln != NULL; ln = nln) {
1871 if (!Lst_IsEmpty(&gn->children)) {
1962 * Nodes are added to the graph as children of the passed-in node. The nodes
1964 * is set for the given node and all its implied children.
2096 PrintSuffNames("From", &suff->children);