Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/make/bin/
H A Dmain.cc1763 String_rec * makeflags_string_current; in read_files_and_state() local
2075 makeflags_string_current = &makeflags_string_posix; in read_files_and_state()
2077 makeflags_string_current = &makeflags_string; in read_files_and_state()
2079 if (makeflags_string_current->buffer.start[1] == (int) nul_char) { in read_files_and_state()
2081 GETNAME( makeflags_string_current->buffer.start + 1 in read_files_and_state()
2085 if (makeflags_string_current->buffer.start[1] != (int) space_char) { in read_files_and_state()
2087 GETNAME( makeflags_string_current->buffer.start in read_files_and_state()
2092 GETNAME( makeflags_string_current->buffer.start + 2 in read_files_and_state()