Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dread.cc203 source->already_expanded = false; in read_simple_file()
394 source->already_expanded = false; in read_simple_file()
617 if (source->already_expanded) { in parse_makefile()
732 !source->already_expanded) { in parse_makefile()
1014 if (source->already_expanded) { in parse_makefile()
1122 if (source->already_expanded) { in parse_makefile()
1751 if (source->already_expanded) { in parse_makefile()
2047 bp->already_expanded = true; in push_macro_value()
/titanic_41/usr/src/cmd/make/include/mksh/
H A Ddefs.h741 Boolean already_expanded:1; member