Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc161 if (IS_EQUAL(shell->string_mb, "")) { in doshell()
248 if (IS_EQUAL(shell->string_mb, "")) { in exec_vp()
273 if (IS_EQUAL(tmp_shell->string_mb, "")) { in exec_vp()
H A Dmacro.cc870 if (IS_EQUAL(name_on_list, name_to_add)) { in add_macro_to_global_list()
871 if (IS_EQUAL(value_on_list, value_to_add)) { in add_macro_to_global_list()
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc408 (IS_EQUAL(dmake_value2->string_mb, "TXT1"))) { in main()
410 } else if (IS_EQUAL(dmake_value2->string_mb, "TXT2")) { in main()
412 } else if (IS_EQUAL(dmake_value2->string_mb, "HTML1")) { in main()
450 if (IS_EQUAL(dmake_value2->string_mb, "parallel")) { in main()
453 } else if (IS_EQUAL(dmake_value2->string_mb, "serial")) { in main()
1867 (IS_EQUAL(def_make_macro->body.macro.value->string_mb, in read_files_and_state()
2331 (IS_EQUAL(macro->body.macro.value->string_mb, in read_files_and_state()
H A Dread2.cc1259 if (!IS_EQUAL(depes->names[0]->string_mb, in special_reader()
1261 !IS_EQUAL(current_make_version->string_mb, in special_reader()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h157 #define IS_EQUAL(a,b) (!strcmp((a), (b))) macro