Searched refs:IS_WEQUALN (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/make/bin/
H A Dpmake.cc252 IS_WEQUALN(mp, local_host, local_host_wslen)) {
260 IS_WEQUALN(mp, full_host, full_host_wslen)) {
283 } else if (IS_WEQUALN(ms, wcs_buffer, 3)) {
H A Drep.cc124 if (IS_WEQUALN(&colon[2], wcb,
131 !IS_WEQUALN(wcs_buffer, (dollar+1) - VER_LEN, VER_LEN)){
258 if (IS_WEQUALN(wcs_buffer, string.buffer.start, VER_LEN)) {
H A Dread.cc737 if ((IS_WEQUALN(source_p, include_space, 8)) ||
738 (IS_WEQUALN(source_p, include_tab, 8))) {
894 if (IS_WEQUALN(source_p,
H A Dimplicit.cc531 if (!IS_WEQUALN(suf_string.get_string(),
637 } else if (!IS_WEQUALN(suf_string.get_string(),
H A Ddoname.cc1253 } else if (!IS_WEQUALN(suf_string.get_string(),
2846 IS_WEQUALN(usr_include_buf,
2851 IS_WEQUALN(usr_include_sys_buf,
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc749 IS_WEQUALN(extracted.text.p - left_tail_len,
771 IS_WEQUALN(left_head,
774 IS_WEQUALN(left_tail,
1305 if (IS_WEQUALN(old_vr,
H A Dmisc.cc897 return (Boolean)IS_WEQUALN(string.buffer.start, str, length);
903 return (Boolean)IS_WEQUALN(string.buffer.start, str->string.buffer.start, length);
909 return (Boolean)IS_WEQUALN(string.buffer.start + off, str, length);
927 return (Boolean)IS_WEQUALN(string.buffer.start + off, str->string.buffer.start, length);
/illumos-gate/usr/src/cmd/make/include/mksh/
H A Ddefs.h160 #define IS_WEQUALN(a,b,n) (!wcsncmp((a), (b), (n))) macro

Completed in 2219 milliseconds