Home
last modified time | relevance | path

Searched refs:recursive_prop (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc344 for (lines = get_prop(np->prop,recursive_prop); in gather_recursive_deps()
346 lines = get_prop(lines->next, recursive_prop)) { in gather_recursive_deps()
H A Dread2.cc635 for (line = get_prop(target->prop, recursive_prop); in enter_dependencies()
637 line = get_prop(line->next, recursive_prop)) { in enter_dependencies()
647 line2 = append_prop(target, recursive_prop); in enter_dependencies()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h364 recursive_prop, enumerator
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc571 case recursive_prop: in append_prop()