Home
last modified time | relevance | path

Searched refs:free_after_use (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc750 string->free_after_use = true; in expand_string()
768 if (string->free_after_use) { in expand_string()
772 string->free_after_use = true; in expand_string()
865 if(string.free_after_use) { in ~Wstring()
873 if(string.free_after_use) { in init()
H A Dmacro.cc97 if (destination.free_after_use) { in getvar()
158 sourceb.string.free_after_use = true; in expand_value()
604 if (string.free_after_use) { in expand_macro()
806 if (string.free_after_use) { in expand_macro()
1147 if (destination.free_after_use) { in setvar_daemon()
1196 if (destination.free_after_use) { in setvar_daemon()
H A Dread.cc86 if (source->string.free_after_use && in get_next_block_fn()
/illumos-gate/usr/src/cmd/make/bin/
H A Dread.cc203 source->string.free_after_use = false; in read_simple_file()
392 source->string.free_after_use = false; in read_simple_file()
709 if (name_string.free_after_use) { in parse_makefile()
865 if (destination.free_after_use) { in parse_makefile()
1668 if (name_string.free_after_use) { in parse_makefile()
1739 if (name_string.free_after_use) { in parse_makefile()
1922 name_string.free_after_use) { in parse_makefile()
2033 bp->string.free_after_use = false; in push_macro_value()
H A Dmacro.cc92 if (destination.free_after_use) { in setvar_append()
H A Ddoname.cc1463 if (string.free_after_use) { in dynamic_dependencies()
1940 if (new_cmd.free_after_use) { in vpath_translation()
2437 if (command_line.free_after_use) { in build_command_strings()
2542 if (touch_string.free_after_use) { in touch_command()
2720 if (string.free_after_use) { in sccs_get()
H A Dimplicit.cc949 if (string.free_after_use) { in find_percent_rule()
1252 percent->free_after_use = false; in match_found_with_pattern()
H A Dmain.cc2311 if (makeflags_string.free_after_use) { in read_files_and_state()
2314 if (makeflags_string_posix.free_after_use) { in read_files_and_state()
H A Dread2.cc168 if (tail_present && string->free_after_use) { in enter_name()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h217 Boolean free_after_use:1; member
227 str.free_after_use = false; \