Searched refs:iswctype (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/ksh-23/ksh/src/lib/libast/regex/
H A Dregclass.c63 return iswctype(wc, wt);
155 static int Is_wc_1(int c) { return iswctype(c, ctype[CTYPES+0].wtype); }
156 static int Is_wc_2(int c) { return iswctype(c, ctype[CTYPES+1].wtype); }
157 static int Is_wc_3(int c) { return iswctype(c, ctype[CTYPES+2].wtype); }
158 static int Is_wc_4(int c) { return iswctype(c, ctype[CTYPES+3].wtype); }
159 static int Is_wc_5(int c) { return iswctype(c, ctype[CTYPES+4].wtype); }
160 static int Is_wc_6(int c) { return iswctype(c, ctype[CTYPES+5].wtype); }
161 static int Is_wc_7(int c) { return iswctype(c, ctype[CTYPES+6].wtype); }
162 static int Is_wc_8(int c) { return iswctype(c, ctype[CTYPES+7].wtype); }
163 static int Is_wc_9(int c) { return iswctype(
[all...]
/macosx-10.10.1/Libc-1044.1.2/include/
H A D_wctype.h84 iswctype(wint_t _wc, wctype_t _charclass) function
155 int iswctype(wint_t, wctype_t);
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c331 return (iswctype (wc, desc) || wc == L'_');
333 return (iswctype (wc, desc));
/macosx-10.10.1/Libc-1044.1.2/regex/TRE/lib/
H A Dtre-internal.h135 /* Use system provided iswctype() and wctype(). */
137 #define tre_isctype iswctype
145 /* Define our own versions of iswctype() and wctype(). */
/macosx-10.10.1/emacs-93/emacs/src/
H A Dregex.h598 # define re_iswctype iswctype
H A Dregex.c89 # define iswctype __iswctype macro
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dfnmatch.c114 # define ISWCTYPE(WC, WT) iswctype (WC, WT)
H A Dregex_internal.h115 # define __iswctype iswctype
/macosx-10.10.1/text_cmds-88/tr/
H A Dcset.c156 if (csc->csc_invert ^ iswctype(ch, csc->csc_type) != 0)
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dlex.c65 return(iswctype(wc, wt));
/macosx-10.10.1/gnudiff-19/diffutils/lib/
H A Dregex.c83 # define iswctype __iswctype macro
3326 if (iswctype (btowc (ch), wt))
6447 if (iswctype((wint_t)c, wctype))
/macosx-10.10.1/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c3254 if (iswctype (btowc (ch), wt))
6232 if (iswctype((wint_t)c, wctype))
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dregex.c2471 if (iswctype (btowc (ch), wt))

Completed in 332 milliseconds