Home
last modified time | relevance | path

Searched refs:Targ_GetEndNode (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/usr.bin/make/
Dcompat.c273 GNode *endNode = Targ_GetEndNode(); in Compat_RunCommand()
566 if (opts.query && gn != Targ_GetEndNode()) in MakeUnmade()
743 (void)Targ_GetEndNode(); in Compat_MakeAll()
769 GNode *endNode = Targ_GetEndNode(); in Compat_MakeAll()
Dtarg.c308 Targ_GetEndNode(void) in Targ_GetEndNode() function
Djob.c1131 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd); in JobSaveCommands()
2312 (void)Targ_GetEndNode(); in Job_Init()
2578 GNode *endNode = Targ_GetEndNode(); in Job_Finish()
Dmake.h928 GNode *Targ_GetEndNode(void);