Home
last modified time | relevance | path

Searched defs:ISGRAPH (Results 151 – 175 of 256) sorted by relevance

1234567891011

/dports/www/squid/squid-4.15/compat/
H A DGnuRegex.c142 #define ISGRAPH(c) (isascii ((unsigned char)c) && isgraph ((unsigned char)c)) macro
144 #define ISGRAPH(c) (isascii ((unsigned char)c) && isprint ((unsigned char)c) && !isspace ((unsigned… macro
/dports/editors/le/le-1.16.6/src/
H A Dregex.c319 # define ISGRAPH(c) (SINGLE_BYTE_CHAR_P (c) \ macro
367 # define ISGRAPH(c) isgraph (c) macro
369 # define ISGRAPH(c) (isprint (c) && !isspace (c)) macro
/dports/net/gutenfetch/gutenfetch-1.5/src/
H A Dgnuregex.c156 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
158 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dregex.c149 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
151 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net/ngrep/ngrep-1.45/regex-0.12/
H A Dregex.c150 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
152 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/x11-toolkits/xmhtml/XmHTML-1.1.10/lib/compat/
H A Dregex.c149 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
151 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/science/afni/afni-AFNI_21.3.16/src/XmHTML/lib/compat/
H A Dregex.c149 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
151 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/x11-toolkits/vdk/vdk-2.5.1/src/
H A Dregex.c131 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
133 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net/yate/yate-6.4.0-1/engine/regex/
H A Dregex.c144 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
146 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/news/golded+/golded-plus/golded+/goldlib/glibc/
H A Dregex.cpp238 # define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
240 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/comms/fllog/fllog-1.2.6/src/compat/
H A Dregex.c119 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
121 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/comms/flcluster/flcluster-1.0.4/src/compat/
H A Dregex.c119 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
121 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/comms/fldigi/fldigi-4.1.20/src/compat/
H A Dregex.c119 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
121 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/src/libs/zbxregexp/
H A Dgnuregex.c145 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
147 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/src/libs/zbxregexp/
H A Dgnuregex.c145 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
147 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/src/libs/zbxregexp/
H A Dgnuregex.c145 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
147 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/src/libs/zbxregexp/
H A Dgnuregex.c145 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
147 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/src/libs/zbxregexp/
H A Dgnuregex.c145 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
147 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/editors/mp/mp-5.x-5.50/mpdm/
H A Dgnu_regex.c153 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
155 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/devel/lfcbase/lfcbase-1.16.2/src/
H A Dregex.c140 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
142 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/editors/the/THE-3.3RC4/
H A Dregex.c143 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
145 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/misc/logsurfer/logsurfer-1.8/src/
H A Dregex.c140 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
142 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/net/jwhois/jwhois-4.0/src/
H A Dregex.c149 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
151 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro
/dports/textproc/xwindiff/xwindiff-1.1.6/
H A Dregex.c155 #define ISGRAPH(c) (ISASCII (c) && isgraph (c)) macro
157 #define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c)) macro
/dports/japanese/xtr/xtr1.50e-0.2/lib/
H A Dregex.c170 #define ISGRAPH(c) (isascii (c) && isgraph (c)) macro
172 #define ISGRAPH(c) (isascii (c) && isprint (c) && !isspace (c)) macro

1234567891011