OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 22:09:57 GMT 2025