Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc1800 String_rec * makeflags_string_current; in read_files_and_state() local
2115 makeflags_string_current = &makeflags_string_posix; in read_files_and_state()
2117 makeflags_string_current = &makeflags_string; in read_files_and_state()
2119 if (makeflags_string_current->buffer.start[1] == (int) nul_char) { in read_files_and_state()
2121 GETNAME( makeflags_string_current->buffer.start + 1 in read_files_and_state()
2125 if (makeflags_string_current->buffer.start[1] != (int) space_char) { in read_files_and_state()
2127 GETNAME( makeflags_string_current->buffer.start in read_files_and_state()
2132 GETNAME( makeflags_string_current->buffer.start + 2 in read_files_and_state()