Home
last modified time | relevance | path

Searched refs:isgraph (Results 226 – 250 of 4927) sorted by relevance

12345678910>>...198

/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/newlib/libc/include/
H A Dctype.h12 int _EXFUN(isgraph, (int __c));
51 #define isgraph(c) ((_ctype_+1)[(unsigned)(c)]&(_P|_U|_L|_N)) macro
/dports/lang/python311/Python-3.11.0a3/Lib/curses/
H A Dascii.py60 def isgraph(c): return 33 <= _ctoi(c) <= 126 function
63 def ispunct(c): return isgraph(c) and not isalnum(c)
/dports/irc/irc/irc2.11.2p3/common/
H A Dcommon_def.h36 #undef isgraph
66 #define isgraph(c) ((char_atribs[(u_char)(c)]&PRINT) && \ macro
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/curses/
H A Dascii.py60 def isgraph(c): return 33 <= _ctoi(c) <= 126 function
63 def ispunct(c): return isgraph(c) and not isalnum(c)
/dports/devel/tinygo/tinygo-0.14.1/lib/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dregina_c.h91 #ifdef isgraph
92 # undef isgraph
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/llvm12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/wasi-compiler-rt11/compiler-rt-11.0.1.src/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/llvm13/llvm-project-13.0.1.src/compiler-rt/test/sanitizer_common/TestCases/
H A Dctype.c25 i += !!isgraph(c); in check_ctype()
51 i += !!isgraph(EOF); in check_ctype()
/dports/devel/glibmm/glibmm-2.64.2/glib/src/
H A Dunicode.hg52 #undef isgraph
88 _UNICHAR_FUNC_BOOL(bool, isgraph)
122 _ASCII_FUNC(bool, isgraph)
/dports/net/tcpick/tcpick-0.2.1/src/
H A Ddisplay.c247 if ( isgraph( *( buf + pos ) ) ) in out_xa()
266 if ( isgraph( a[i] ) ) in out_xa()
294 if ( isgraph( *( buf + pos ) ) ) in out_x()
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/
H A Dctype.h76 int isgraph(int);
122 __CTYPE_INLINE int isgraph(int c) in isgraph() function
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/
H A Dctype.h76 int isgraph(int);
122 __CTYPE_INLINE int isgraph(int c) in isgraph() function
/dports/shells/oksh/oksh-7.0/
H A Dvis.c49 (flag & VIS_GLOB) == 0) && isgraph((u_char)(c))) || \
55 isgraph((u_char)(c))))))
/dports/devel/ctypes.sh/ctypes-sh-1.2/include/
H A Dchartypes.h58 #if defined (isgraph) || defined (HAVE_ISGRAPH)
59 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
/dports/shells/bash/bash-5.1/include/
H A Dchartypes.h58 #if defined (isgraph) || defined (HAVE_ISGRAPH)
59 # define ISGRAPH(c) (IN_CTYPE_DOMAIN (c) && isgraph (c))
/dports/lang/fpc-source/fpc-3.2.2/packages/libc/src/
H A Dctypeh.inc7 function isgraph(_para1:longint):longint;cdecl;external clib name 'isgraph';

12345678910>>...198