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

/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Ddosys.cc160 if (IS_EQUAL(shell->string_mb, "")) {
247 if (IS_EQUAL(shell->string_mb, "")) {
272 if (IS_EQUAL(tmp_shell->string_mb, "")) {
H A Dmacro.cc870 if (IS_EQUAL(name_on_list, name_to_add)) {
871 if (IS_EQUAL(value_on_list, value_to_add)) {
/illumos-gate/usr/src/cmd/make/bin/
H A Dmain.cc382 (IS_EQUAL(dmake_value2->string_mb, "TXT1"))) {
384 } else if (IS_EQUAL(dmake_value2->string_mb, "TXT2")) {
386 } else if (IS_EQUAL(dmake_value2->string_mb, "HTML1")) {
424 if (IS_EQUAL(dmake_value2->string_mb, "parallel")) {
427 } else if (IS_EQUAL(dmake_value2->string_mb, "serial")) {
1836 (IS_EQUAL(def_make_macro->body.macro.value->string_mb,
2291 (IS_EQUAL(macro->body.macro.value->string_mb,
H A Dread2.cc1255 if (!IS_EQUAL(depes->names[0]->string_mb,
1257 !IS_EQUAL(current_make_version->string_mb,
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h157 #define IS_EQUAL(a,b) (!strcmp((a), (b))) macro

Completed in 87 milliseconds