OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unmade
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/make/unit-tests/
opt-debug-graph1.mk
16
unmade
-target:
unmade
-sources
unmade
-silent-source
18
.SILENT:
unmade
-silent-source
20
unmade
-target-no-sources:
opt-debug-graph1.exp
2
# all,
unmade
, type OP_DEPENDS|OP_HAS_COMMANDS, flags none
3
# made-target,
unmade
, type OP_DEPENDS, flags none
4
# made-target-no-sources,
unmade
, type OP_DEPENDS, flags none
5
# made-source,
unmade
, type OP_DEPENDS, flags none
6
#
unmade
-target,
unmade
, type OP_DEPENDS, flags none
7
#
unmade
-sources,
unmade
, type none, flags none
8
#
unmade
-silent-source,
unmade
, type OP_SILENT, flags non
[
all
...]
/src/usr.bin/make/
make.c
393
pgn->
unmade
--;
460
pgn->
unmade
++;
494
pgn->
unmade
--;
649
* The
unmade
field of pgn is decremented and pgn may be placed on
708
/* Now mark all the parents as having one less
unmade
child */
716
debug_printf(",
unmade
%d ", pgn->
unmade
- 1);
729
* updated to that of its newest child, and its
unmade
753
"- centurion made %d, %d
unmade
cohorts\n",
759
pgn->
unmade
--
[
all
...]
targ.c
191
gn->made =
UNMADE
;
192
gn->
unmade
= 0;
425
case
UNMADE
: return "
unmade
";
482
if (gn->
unmade
> 0)
483
debug_printf("# %d
unmade
children\n", gn->
unmade
);
485
debug_printf("# No
unmade
children\n");
491
} else if (gn->made !=
UNMADE
) {
495
debug_printf("#
unmade
\n")
[
all
...]
suff.c
1230
pgn->
unmade
++;
1241
pgn->
unmade
--;
1314
* parent's
unmade
counter is decremented, but other nodes may be added.
1371
pgn->
unmade
++;
1385
pgn->
unmade
--;
1459
tgn->
unmade
++;
1572
gn->
unmade
++;
make.h
201
*
UNMADE
-> BEINGMADE -> MADE.
204
*
UNMADE
-> BEINGMADE -> ERROR.
207
*
UNMADE
-> DEFERRED -> REQUESTED -> BEINGMADE -> MADE.
210
*
UNMADE
-> DEFERRED -> ABORTED.
213
*
UNMADE
-> BEINGMADE -> UPTODATE.
217
UNMADE
,
443
/* The number of
unmade
children */
444
int
unmade
;
member in struct:GNode
488
/* The number of
unmade
instances on the cohorts list */
parse.c
687
pgn->
unmade
++;
Completed in 19 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025