Searched refs:IS_WEQUAL (Results 1 – 6 of 6) sorted by relevance
/titanic_41/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 | 1810 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) { in sh_transform() 1817 if (IS_WEQUAL(colon, colon_shell)) { in sh_transform()
|
H A D | doname.cc | 2897 !IS_WEQUAL(wcb.get_string(wcb.length()-wcslen(percent+1)), percent+1)) { in add_pattern_conditionals()
|
/titanic_41/usr/src/cmd/make/lib/mksh/ |
H A D | misc.cc | 915 return (Boolean)IS_WEQUAL(string.buffer.start + off, str); in equal() 939 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()
|
/titanic_41/usr/src/cmd/make/include/mksh/ |
H A D | defs.h | 159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b))) macro
|