HomeSort by: relevance | last modified time | path
    Searched defs:allsrc (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/make/
make.c 90 * target, including the .ALLSRC variable, making
818 * Add a child's name to the ALLSRC and OODATE variables of the given
823 * If the child is a .JOIN node, its ALLSRC is propagated to the parent.
833 * pgn The parent to whose ALLSRC variable it should
839 const char *child, *allsrc; local in function:MakeAddAllSrc
854 allsrc = GNode_VarAllsrc(cgn);
856 allsrc = child;
858 if (allsrc != NULL)
859 Var_Append(pgn, ALLSRC, allsrc);
    [all...]

Completed in 49 milliseconds