Home
last modified time | relevance | path

Searched refs:already_expanded (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc205 source->already_expanded = false; in read_simple_file()
396 source->already_expanded = false; in read_simple_file()
619 if (source->already_expanded) { in parse_makefile()
734 !source->already_expanded) { in parse_makefile()
1016 if (source->already_expanded) { in parse_makefile()
1124 if (source->already_expanded) { in parse_makefile()
1753 if (source->already_expanded) { in parse_makefile()
2049 bp->already_expanded = true; in push_macro_value()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h741 Boolean already_expanded:1; member