Searched refs:Lst_ForEach (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/bmake/lst.lib/
H A DlstForEach.c57 * Lst_ForEach --
59 * function should return 0 if Lst_ForEach should continue and non-
72 Lst_ForEach(Lst l, int (*proc)(void *, void *), void *d) function
/freebsd-11-stable/contrib/bmake/
H A Dtarg.c660 Lst_ForEach(gn->iParents, TargPrintName, NULL);
669 Lst_ForEach(gn->parents, TargPrintName, NULL);
674 Lst_ForEach(gn->order_pred, TargPrintName, NULL);
679 Lst_ForEach(gn->order_succ, TargPrintName, NULL);
693 Lst_ForEach(gn->children, TargPrintName, NULL);
695 Lst_ForEach(gn->commands, Targ_PrintCmd, NULL);
698 Lst_ForEach(gn->cohorts, Targ_PrintNode, &pass);
752 Lst_ForEach(allTargets, Targ_PrintNode, &pass);
755 Lst_ForEach(allTargets, TargPrintOnlySrc, NULL);
776 * Always returns 0, for the benefit of Lst_ForEach()
[all...]
H A Dmake.c149 Lst_ForEach(toBeMade, Targ_PrintNode, &two);
158 * child. Called from MakeOODate via Lst_ForEach.
349 Lst_ForEach(gn->parents, MakeTimeStamp, gn);
512 * Callback function for Lst_ForEach, used by Make_Run on the downward
728 Lst_ForEach(centurion->order_succ, MakeBuildParent, Lst_First(toBeMade));
810 && Lst_ForEach(pgn->order_pred, MakeCheckOrder, 0)) {
853 * node. Called from Make_DoAllVar via Lst_ForEach. A child is added only
972 Lst_ForEach(gn->children, MakeUnmark, gn);
973 Lst_ForEach(gn->children, MakeAddAllSrc, gn);
1033 if (cn->order_pred && Lst_ForEach(c
[all...]
H A Dlst.h159 int Lst_ForEach(Lst, int (*)(void *, void *), void *);
H A Dsuff.c751 * Lst_ForEach
820 * Called from Suff_AddSuffix via Lst_ForEach to search through the
899 * Called from Suff_AddSuffix via Lst_ForEach to search through the
1006 Lst_ForEach(Targ_List(), SuffScanTargets, &gs);
1011 Lst_ForEach(transforms, SuffRebuildGraph, s);
1221 Lst_ForEach(ls->l, PrintAddr, NULL);
1239 Lst_ForEach(ls->l, PrintAddr, NULL);
1270 Lst_ForEach(targ->suff->children, SuffAddSrc, &ls);
1297 Lst_ForEach(l, PrintAddr, NULL);
1329 Lst_ForEach(
[all...]
H A Dcompat.c546 Lst_ForEach(gn->children, Compat_Make, gn);
616 Lst_ForEach(gn->commands, CompatRunCommand, gn);
685 Lst_ForEach(gn->cohorts, Compat_Make, pgnp);
H A Dparse.c850 * Link the parent node to its new child. Used in a Lst_ForEach by
892 * Lst_ForEach call by ParseDoDependency once all targets have
1002 Lst_ForEach(targets, ParseDoOp, &op);
1020 Lst_ForEach(targets, ParseLinkSrc, gn);
1088 Lst_ForEach(targets, ParseLinkSrc, gn);
1128 * Front-end for Dir_AddDir to make sure Lst_ForEach keeps going
1148 * Front-end for Dir_ClearPath to make sure Lst_ForEach keeps going
1559 Lst_ForEach(targets, ParseDoOp, &op);
1596 Lst_ForEach(paths, ParseClearPath, NULL);
1671 Lst_ForEach(path
[all...]
H A Dmeta.c434 if (Lst_ForEach(gn->commands, is_submake, gn)) {
527 Lst_ForEach(gn->commands, printCMD, &mf);
893 /* Lst_ForEach wants 1 to stop search */
950 if (Lst_ForEach(metaIgnorePaths, prefix_match, fname)) {
1346 if (!Lst_ForEach(metaBailiwick, prefix_match, p))
H A Ddir.c795 * when DEBUG(DIR), via Lst_ForEach.
923 Lst_ForEach(expansions, DirPrintWord, NULL);
1605 * Lst_ForEach of its list of paths...
1879 Lst_ForEach(path, DirPrintDir, NULL);
H A Djob.c696 * This function is called from JobStart via Lst_ForEach.
1679 Lst_ForEach(gn->commands, JobPrintCommand, job);
1706 Lst_ForEach(gn->commands, JobPrintCommand, job);
H A Dmain.c2064 Lst_ForEach(gn->commands, addErrorCMD, gn);

Completed in 142 milliseconds