Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/make/bin/
H A Drep.cc192 if ((rp->oldline != NULL) && !IS_WEQUAL(rp->oldline, line)) { in report_recursive_dep()
241 if (IS_WEQUAL(rp->target, wcb)) { in find_recursive_target()
259 if (IS_WEQUAL(rp->cond_macrostring, in find_recursive_target()
261 IS_WEQUAL(rp->target, wcb)) { in find_recursive_target()
265 if (IS_WEQUAL(rp->target, wcb)) { in find_recursive_target()
H A Dread2.cc1814 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) { in sh_transform()
1821 if (IS_WEQUAL(colon, colon_shell)) { in sh_transform()
H A Ddoname.cc2912 !IS_WEQUAL(wcb.get_string(length), percent+1)) { in add_pattern_conditionals()
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmisc.cc909 return (Boolean)IS_WEQUAL(string.buffer.start + off, str); in equal()
933 return (Boolean)IS_WEQUAL(string.buffer.start + off, str->string.buffer.start); in equal()
H A Dmacro.cc475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) { in expand_macro()
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b))) macro