Searched refs:GNode_FprintDetails (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/bmake/ |
H A D | make.c | 195 GNode_FprintDetails(FILE *f, const char *prefix, const GNode *gn, in GNode_FprintDetails() function 719 GNode_FprintDetails(opts.debug_file, "", pgn, ""); in Make_Update() 958 GNode_FprintDetails(opts.debug_file, "", cn, "\n"); in MakeBuildChild() 1110 GNode_FprintDetails(stdout, "(", ogn, ")\n"); in MakePrintStatusOrderNode() 1115 GNode_FprintDetails(opts.debug_file, "(", ogn, ")\n"); in MakePrintStatusOrderNode() 1160 GNode_FprintDetails(stdout, " (", gn, ")!\n"); in MakePrintStatus() 1164 GNode_FprintDetails(opts.debug_file, " (", gn, in MakePrintStatus()
|
H A D | targ.c | 470 GNode_FprintDetails(opts.debug_file, ", ", gn, "\n"); in Targ_PrintNode()
|
H A D | make.h | 1102 void GNode_FprintDetails(FILE *, const char *, const GNode *, const char *);
|