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)) {
241 if (IS_WEQUAL(rp->target, wcb)) {
259 if (IS_WEQUAL(rp->cond_macrostring,
261 IS_WEQUAL(rp->target, wcb)) {
265 if (IS_WEQUAL(rp->target, wcb)) {
H A Dread2.cc1810 if ((colon != NULL) && (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell))) {
1817 if (IS_WEQUAL(colon, colon_shell)) {
H A Ddoname.cc2903 !IS_WEQUAL(wcb.get_string(length), percent+1)) {
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc475 if (IS_WEQUAL(colon, colon_sh) || IS_WEQUAL(colon, colon_shell)) {
H A Dmisc.cc915 return (Boolean)IS_WEQUAL(string.buffer.start + off, str);
939 return (Boolean)IS_WEQUAL(string.buffer.start + off, str->string.buffer.start);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h159 #define IS_WEQUAL(a,b) (!wcscmp((a), (b))) macro

Completed in 79 milliseconds