Searched refs:MB_NULLWCH (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dmbutil.c113 else if (MB_NULLWCH (tmp))
134 while (MB_NULLWCH (tmp) == 0 && MB_INVALIDCH (tmp) == 0 && wcwidth (wc) == 0)
180 else if (MB_NULLWCH (tmp))
294 else if (MB_NULLWCH (tmp))
338 if (MB_INVALIDCH (tmp) || MB_NULLWCH (tmp))
H A Drlmbutil.h125 #define MB_NULLWCH(x) ((x) == 0) macro
149 #define MB_NULLWCH(x) (0) macro
H A Ddisplay.c722 else if (MB_NULLWCH (wc_bytes))
1258 else if (MB_NULLWCH (ret))
2490 else if (MB_NULLWCH (tmp))
2522 else if (MB_NULLWCH (tmp))
H A Dcomplete.c599 else if (MB_NULLWCH (clen))
668 else if (MB_NULLWCH (tlen))
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dxmbsrtowcs.c239 while (MB_NULLWCH (wc) == 0);
/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dshmbutil.h40 #define MB_NULLWCH(x) ((x) == 0) macro
62 #define MB_NULLWCH(x) (0) macro
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Darrayfunc.c484 else if (MB_NULLWCH (mblength))

Completed in 197 milliseconds