HomeSort by: relevance | last modified time | path
    Searched refs:Targ_GetEndNode (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.bin/make/
compat.c 273 GNode *endNode = Targ_GetEndNode();
564 if (opts.query && gn != Targ_GetEndNode())
741 (void)Targ_GetEndNode();
767 GNode *endNode = Targ_GetEndNode();
targ.c 308 Targ_GetEndNode(void)
job.c 1119 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);
2172 /* Create the .END node, see Targ_GetEndNode in Compat_MakeAll. */
2173 (void)Targ_GetEndNode();
2438 GNode *dotEnd = Targ_GetEndNode();
make.h 932 GNode *Targ_GetEndNode(void);

Completed in 141 milliseconds