OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OP_DOUBLEDEP
(Results
1 - 5
of
5
) sorted by relevancy
/src/usr.bin/make/
targ.c
445
case
OP_DOUBLEDEP
:
513
if (gn->type &
OP_DOUBLEDEP
)
592
if (!(type &
OP_DOUBLEDEP
))
make.c
142
ADD(
OP_DOUBLEDEP
);
246
if (gn->type &
OP_DOUBLEDEP
) {
319
(gn->youngestChild == NULL && (gn->type &
OP_DOUBLEDEP
));
1255
if (gn->type &
OP_DOUBLEDEP
)
1366
if (pgn->type &
OP_DOUBLEDEP
)
make.h
277
OP_DOUBLEDEP
= 1 << 2,
280
OP_OPMASK = OP_DEPENDS | OP_FORCE |
OP_DOUBLEDEP
,
485
* the '::' dependency operator (
OP_DOUBLEDEP
).
1145
return allPrecious || gn->type & (OP_PRECIOUS |
OP_DOUBLEDEP
);
parse.c
683
if ((pgn->type &
OP_DOUBLEDEP
) && !Lst_IsEmpty(&pgn->cohorts))
728
if (op ==
OP_DOUBLEDEP
&& (gn->type & OP_OPMASK) ==
OP_DOUBLEDEP
) {
1199
return *pp += 2,
OP_DOUBLEDEP
;
1987
if ((gn->type &
OP_DOUBLEDEP
) && gn->cohorts.last != NULL)
2993
if (mainNode->type &
OP_DOUBLEDEP
)
suff.c
629
if ((gn->type &
OP_DOUBLEDEP
) && !Lst_IsEmpty(&gn->cohorts))
Completed in 60 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026