Searched defs:isascii (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10.1/ncurses-44/ncurses/progs/
H A Dprogs.priv.h182 # undef isascii macro
184 # define isascii(c) (UChar(c) <= 127) macro
186 # define isascii(c) 1 /* not really ascii anyway */ macro
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A DDisallowCType.h49 #undef isascii macro
66 #define isascii isascii_WTF_Please_use_ASCIICType_instead_of_ctype_see_comment_in_ASCIICType_h macro
/macosx-10.10.1/ksh-23/ksh/src/cmd/INIT/
H A Dpackage.sh4349 isascii() function
/macosx-10.10.1/tcpdump-61/tcpdump/
H A Dtcpdump-stdinc.h64 #define isascii __isascii macro
H A Dprint-pppoe.c161 unsigned isascii = 0, isgarbage = 0; local
/macosx-10.10.1/Libc-1044.1.2/include/
H A Dctype.h164 isascii(int _c) function
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/glob/
H A Dsmatch.c115 # define isascii(c) ((unsigned int)(c) <= 0177) macro
/macosx-10.10.1/groff-38/groff/src/devices/xditview/
H A Ddevice.c19 #define isascii(c) (1) macro
/macosx-10.10.1/libresolv-57/
H A Dres_init.c123 # define isascii(c) (!(c & 0200)) macro
/macosx-10.10.1/ICU-531.30/icuSources/tools/tzcode/
H A Dzdump.c33 #define isascii(x) 1 macro
H A Dzic.c53 #define isascii(x) 1 macro
[all...]
/macosx-10.10.1/ksh-23/ksh/src/cmd/ksh93/sh/
H A Dmacro.c55 # undef isascii macro
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1098 #define isascii(c) ((unsigned)(c)<=0177) macro
1153 #define isascii(c) ((unsigned)(c)<=0177) macro
/macosx-10.10.1/ruby-106/ruby/include/ruby/
H A Dwin32.h207 #undef isascii macro
208 #define isascii __isascii macro
/macosx-10.10.1/system_cmds-643.1.1/zic.tproj/
H A Dzic.c28 #define isascii(x) 1 macro
[all...]
/macosx-10.10.1/libxml2-26/libxml2/
H A Dtrio.c311 # define isascii(x) ((unsigned int)(x) < 128) macro

Completed in 210 milliseconds