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 1154 Lst_Append(&Targ_GetEndNode()->commands, expanded_cmd);
2207 /* Create the .END node, see Targ_GetEndNode in Compat_MakeAll. */
2208 (void)Targ_GetEndNode();
2473 GNode *dotEnd = Targ_GetEndNode();
make.h 934 GNode *Targ_GetEndNode(void);

Completed in 19 milliseconds