Searched refs:Targ_PrintNode (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.3-release/contrib/bmake/
H A Dnonints.h174 int Targ_PrintNode(void *, void *);
H A Dtarg.c627 Targ_PrintNode(void *gnp, void *passp) function
700 Lst_ForEach(gn->cohorts, Targ_PrintNode, &pass);
754 Lst_ForEach(allTargets, Targ_PrintNode, &pass);
H A Dmake.c148 Targ_PrintNode(gn, &two);
149 Lst_ForEach(toBeMade, Targ_PrintNode, &two);
821 Targ_PrintNode(pgn, &two);
H A Dparse.c865 Targ_PrintNode(pgn, 0);
866 Targ_PrintNode(cgn, 0);
1041 Targ_PrintNode(predecessor, 0);
1042 Targ_PrintNode(gn, 0);

Completed in 58 milliseconds