Home
last modified time | relevance | path

Searched refs:GNode_FprintDetails (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/bmake/
H A Dmake.c195 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 Dtarg.c470 GNode_FprintDetails(opts.debug_file, ", ", gn, "\n"); in Targ_PrintNode()
H A Dmake.h1102 void GNode_FprintDetails(FILE *, const char *, const GNode *, const char *);