Searched refs:Make_HandleUse (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dmake.h67 int Make_HandleUse(struct GNode *, struct GNode *);
H A Dmake.c71 * Make_HandleUse See if a child is a .USE node for a parent
269 * Make_HandleUse
291 Make_HandleUse(GNode *cgn, GNode *pgn) function
757 if (Make_HandleUse(Lst_Datum(ln), gn))
H A Djob.c1246 Make_HandleUse(DEFAULT, gn);
3093 Make_HandleUse(gn, pgn);
H A Dsuff.c1467 * Pass the buck to Make_HandleUse to apply the rule
1469 Make_HandleUse(gn, tGn);
/freebsd-9.3-release/contrib/bmake/
H A Dmake.h491 void Make_HandleUse(GNode *, GNode *);
H A Dmake.c112 * Make_HandleUse See if a child is a .USE node for a parent
422 * Make_HandleUse --
446 Make_HandleUse(GNode *cgn, GNode *pgn)
452 fprintf(debug_file, "Make_HandleUse: called for plain node %s\n", cgn->name);
516 * This function calls Make_HandleUse to copy the .USE node's commands,
546 Make_HandleUse(cgn, pgn);
442 Make_HandleUse(GNode *cgn, GNode *pgn) function
H A Djob.c1251 Make_HandleUse(DEFAULT, gn);
H A Dsuff.c1836 * Pass the buck to Make_HandleUse to apply the rule
1838 (void)Make_HandleUse(gn, tGn);

Completed in 88 milliseconds