Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc756 string->free_after_use = true; in expand_string()
774 if (string->free_after_use) { in expand_string()
778 string->free_after_use = true; in expand_string()
871 if(string.free_after_use) { in ~Wstring()
879 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()
/titanic_44/usr/src/cmd/make/bin/
H A Dread.cc201 source->string.free_after_use = false; in read_simple_file()
390 source->string.free_after_use = false; in read_simple_file()
707 if (name_string.free_after_use) { in parse_makefile()
863 if (destination.free_after_use) { in parse_makefile()
1666 if (name_string.free_after_use) { in parse_makefile()
1737 if (name_string.free_after_use) { in parse_makefile()
1920 name_string.free_after_use) { in parse_makefile()
2031 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.cc1453 if (string.free_after_use) { in dynamic_dependencies()
1930 if (new_cmd.free_after_use) { in vpath_translation()
2427 if (command_line.free_after_use) { in build_command_strings()
2532 if (touch_string.free_after_use) { in touch_command()
2710 if (string.free_after_use) { in sccs_get()
H A Dimplicit.cc946 if (string.free_after_use) { in find_percent_rule()
1249 percent->free_after_use = false; in match_found_with_pattern()
H A Dmain.cc2271 if (makeflags_string.free_after_use) { in read_files_and_state()
2274 if (makeflags_string_posix.free_after_use) { in read_files_and_state()
H A Dread2.cc166 if (tail_present && string->free_after_use) { in enter_name()
/titanic_44/usr/src/cmd/make/include/mksh/
H A Ddefs.h217 Boolean free_after_use:1; member
227 str.free_after_use = false; \