Home
last modified time | relevance | path

Searched defs:isascii (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/usr.bin/tic/
H A Dprogs.priv.h227 # define isascii(c) (UChar(c) <= 127) macro
229 # define isascii(c) 1 /* not really ascii anyway */ macro
/openbsd-src/sys/dev/pci/drm/include/linux/
H A Dctype.h31 isascii(int c) in isascii() function
/openbsd-src/lib/libc/gen/
H A Disctype.c143 isascii(int c) in isascii() function
/openbsd-src/include/
H A Dctype.h198 __only_inline int isascii(int _c) in isascii() function
/openbsd-src/usr.bin/lex/
H A Dflexdef.h119 #define isascii(c) ((c) <= 0177) macro