Searched refs:IS_WEQUAL (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/make/bin/ |
H A D | rep.cc | 192 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 D | read2.cc | 1814 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 D | doname.cc | 2912 !IS_WEQUAL(wcb.get_string(length), percent+1)) { in add_pattern_conditionals()
|
/illumos-gate/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 909 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 D | macro.cc | 475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) { in expand_macro()
|
/illumos-gate/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b))) macro
|