Lines Matching refs:append_char

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()
1901 append_char('e', &makeflags_string); in read_files_and_state()
1902 append_char('e', &makeflags_string_posix); in read_files_and_state()
1905 append_char('i', &makeflags_string); in read_files_and_state()
1906 append_char('i', &makeflags_string_posix); in read_files_and_state()
1910 append_char('S', &makeflags_string_posix); in read_files_and_state()
1911 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state()
1912 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state()
1914 append_char('k', &makeflags_string); in read_files_and_state()
1915 append_char('k', &makeflags_string_posix); in read_files_and_state()
1919 append_char('k', &makeflags_string_posix); in read_files_and_state()
1920 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state()
1921 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state()
1922 append_char('S', &makeflags_string_posix); in read_files_and_state()
1926 append_char('n', &makeflags_string); in read_files_and_state()
1927 append_char('n', &makeflags_string_posix); in read_files_and_state()
1931 append_char('P', &makeflags_string); in read_files_and_state()
1932 append_char('P', &makeflags_string_posix); in read_files_and_state()
1934 append_char('P', &makeflags_string); in read_files_and_state()
1935 append_char('P', &makeflags_string_posix); in read_files_and_state()
1937 append_char('P', &makeflags_string); in read_files_and_state()
1938 append_char('P', &makeflags_string_posix); in read_files_and_state()
1940 append_char('P', &makeflags_string); in read_files_and_state()
1941 append_char('P', &makeflags_string_posix); in read_files_and_state()
1944 append_char('p', &makeflags_string); in read_files_and_state()
1945 append_char('p', &makeflags_string_posix); in read_files_and_state()
1948 append_char('q', &makeflags_string); in read_files_and_state()
1949 append_char('q', &makeflags_string_posix); in read_files_and_state()
1952 append_char('s', &makeflags_string); in read_files_and_state()
1953 append_char('s', &makeflags_string_posix); in read_files_and_state()
1956 append_char('t', &makeflags_string); in read_files_and_state()
1957 append_char('t', &makeflags_string_posix); in read_files_and_state()
1960 append_char('u', &makeflags_string); in read_files_and_state()
1961 append_char('u', &makeflags_string_posix); in read_files_and_state()
1964 append_char('w', &makeflags_string); in read_files_and_state()
1965 append_char('w', &makeflags_string_posix); in read_files_and_state()
2025 append_char((int) space_char, &makeflags_string); in read_files_and_state()
2026 append_char((int) hyphen_char, &makeflags_string); in read_files_and_state()
2027 append_char('R', &makeflags_string); in read_files_and_state()
2028 append_char((int) space_char, &makeflags_string_posix); in read_files_and_state()
2029 append_char((int) hyphen_char, &makeflags_string_posix); in read_files_and_state()
2030 append_char('R', &makeflags_string_posix); in read_files_and_state()
2062 append_char(tmp_char, &makeflags_string_posix); in read_files_and_state()