Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc160 if (IS_EQUAL(shell->string_mb, "")) { in doshell()
247 if (IS_EQUAL(shell->string_mb, "")) { in exec_vp()
272 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()
/titanic_50/usr/src/cmd/make/bin/
H A Dmain.cc382 (IS_EQUAL(dmake_value2->string_mb, "TXT1"))) { in main()
384 } else if (IS_EQUAL(dmake_value2->string_mb, "TXT2")) { in main()
386 } else if (IS_EQUAL(dmake_value2->string_mb, "HTML1")) { in main()
424 if (IS_EQUAL(dmake_value2->string_mb, "parallel")) { in main()
427 } else if (IS_EQUAL(dmake_value2->string_mb, "serial")) { in main()
1836 (IS_EQUAL(def_make_macro->body.macro.value->string_mb, in read_files_and_state()
2291 (IS_EQUAL(macro->body.macro.value->string_mb, in read_files_and_state()
H A Dread2.cc1255 if (!IS_EQUAL(depes->names[0]->string_mb, in special_reader()
1257 !IS_EQUAL(current_make_version->string_mb, in special_reader()
/titanic_50/usr/src/cmd/make/include/mksh/
H A Ddefs.h157 #define IS_EQUAL(a,b) (!strcmp((a), (b))) macro