Home
last modified time | relevance | path

Searched refs:append_char (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/cmd/make/bin/
H A Dmain.cc1881 append_char((int) hyphen_char, &makeflags_string); in read_files_and_state()
1882 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state()
1886 append_char('D', &makeflags_string); in read_files_and_state()
1887 append_char('D', &makeflags_string_posix); in read_files_and_state()
1889 append_char('D', &makeflags_string); in read_files_and_state()
1890 append_char('D', &makeflags_string_posix); in read_files_and_state()
1894 append_char('d', &makeflags_string); in read_files_and_state()
1895 append_char('d', &makeflags_string_posix); in read_files_and_state()
1897 append_char('d', &makeflags_string); in read_files_and_state()
1898 append_char('d', &makeflags_string_posix); in read_files_and_state()
[all …]
H A Drep.cc341 append_char((int) colon_char, &rec); in gather_recursive_deps()
342 append_char((int) space_char, &rec); in gather_recursive_deps()
364 append_char((int) space_char, &rec); in gather_recursive_deps()
367 append_char((int) space_char, &rec); in gather_recursive_deps()
370 append_char((int) space_char, &rec); in gather_recursive_deps()
377 append_char((int) space_char, &rec); in gather_recursive_deps()
H A Dread.cc1448 append_char((int) colon_char, in parse_makefile()
1475 append_char((int) colon_char, in parse_makefile()
1546 append_char((int) in parse_makefile()
1549 append_char(*source_p, in parse_makefile()
1625 append_char((int) space_char, &name_string); in parse_makefile()
1627 append_char((int) backslash_char, &name_string); in parse_makefile()
1848 append_char((int) backslash_char, &name_string); in parse_makefile()
1849 append_char(*source_p, &name_string); in parse_makefile()
H A Dmacro.cc83 append_char(wcs_buffer[0], &destination); in setvar_append()
H A Dfiles.cc582 append_char((int) parenleft_char, &lib_name); in enter_file_name()
584 append_char((int) parenright_char, &lib_name); in enter_file_name()
H A Dmisc.cc730 append_char((int) equal_char, buffer); in cond_macros_into_string()
732 append_char((int) dollar_char, buffer); in cond_macros_into_string()
H A Dar.cc207 append_char((int) parenleft_char, &true_member_name); in read_archive()
209 append_char((int) parenright_char, &true_member_name); in read_archive()
H A Ddoname.cc1444 append_char((int) parenleft_char, &string); in dynamic_dependencies()
1448 append_char((int) parenright_char, &string); in dynamic_dependencies()
1912 append_char(*p++, &new_cmd); in vpath_translation()
/titanic_41/usr/src/cmd/make/include/mksh/
H A Dmisc.h30 extern void append_char(wchar_t from, register String to);
/titanic_41/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc338 append_char(*source_p, &string); in expand_macro()
914 append_char((int) hyphen_char, &result_string); in init_arch_macros()
969 append_char((int) hyphen_char, &result_string); in init_mach_macros()
1037 append_char((int) space_char, destination); in expand_value_with_daemon()
1136 append_char(wcs_buffer[0], &destination); in setvar_daemon()
1187 append_char(wcs_buffer[0], &destination); in setvar_daemon()
H A Ddosys.cc547 append_char(chr, destination); in sh_command2string()
H A Dmisc.cc793 append_char(wchar_t from, register String to) in append_char() function