Home
last modified time | relevance | path

Searched refs:Make_TimeStamp (Results 1 – 5 of 5) sorted by relevance

/openbsd/usr.bin/make/
H A Dcompat.c219 Make_TimeStamp(pgn, gn); in CompatMake()
239 Make_TimeStamp(pgn, gn); in CompatMake()
242 Make_TimeStamp(pgn, gn); in CompatMake()
H A Dengine.h62 extern void Make_TimeStamp(GNode *, GNode *);
H A Dexpandchildren.c71 (void)Make_TimeStamp(pgn, cgn); in LinkParent()
H A Dengine.c276 Make_TimeStamp(GNode *parent, GNode *child) in Make_TimeStamp() function
417 Make_TimeStamp(parent, child); in MakeTimeStamp()
H A Dmake.c284 (void)Make_TimeStamp(pgn, cgn); in Make_Update()