Searched refs:set_host (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc906 int set_host, set_target; local
909 set_host = (get_prop(host_arch->prop, macro_prop) == NULL);
912 if (set_host || set_target) {
929 if (set_host) {
961 int set_host, set_target; local
964 set_host = (get_prop(host_mach->prop, macro_prop) == NULL);
967 if (set_host || set_target) {
984 if (set_host) {

Completed in 58 milliseconds