Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dmain.cc1761 String_rec makeflags_string; in read_files_and_state() local
1879 INIT_STRING_FROM_STACK(makeflags_string, buffer); in read_files_and_state()
1881 append_char((int) hyphen_char, &makeflags_string); in read_files_and_state()
1886 append_char('D', &makeflags_string); in read_files_and_state()
1889 append_char('D', &makeflags_string); in read_files_and_state()
1894 append_char('d', &makeflags_string); in read_files_and_state()
1897 append_char('d', &makeflags_string); in read_files_and_state()
1901 append_char('e', &makeflags_string); in read_files_and_state()
1905 append_char('i', &makeflags_string); in read_files_and_state()
1914 append_char('k', &makeflags_string); in read_files_and_state()
[all …]