Searched refs:append_char (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/cmd/make/bin/ |
H A D | main.cc | 1881 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 D | rep.cc | 341 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 D | read.cc | 1448 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 D | macro.cc | 83 append_char(wcs_buffer[0], &destination); in setvar_append()
|
H A D | files.cc | 582 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 D | misc.cc | 730 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 D | ar.cc | 207 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 D | doname.cc | 1444 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 D | misc.h | 30 extern void append_char(wchar_t from, register String to);
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | macro.cc | 338 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 D | dosys.cc | 547 append_char(chr, destination); in sh_command2string()
|
H A D | misc.cc | 793 append_char(wchar_t from, register String to) in append_char() function
|