Home
last modified time | relevance | path

Searched refs:IS_ALNUM (Results 76 – 100 of 108) sorted by relevance

12345

/dports/www/w3m-img/w3m-2b59b9e/
H A Dmailcap.c337 if (!flag && !IS_ALNUM(*s)) in quote_mailcap()
H A Dindep.c465 for (p++; IS_ALNUM(*p); p++) ; in getescapechar()
H A Dfunc.c461 if (p[0] == 'm' && IS_PRINT(p[1]) && !IS_ALNUM(p[1]) && p[1] != '\\') { in getRegexWord()
H A Durl.c1380 while (*p && (IS_ALNUM(*p) || *p == '.' || *p == '+' || *p == '-')) in getURLScheme()
2242 if (is_url && !IS_ALNUM(last_dot[i])) in filename_extension()
H A Dfile.c2419 if (IS_ALNUM(*ch))
3562 if (!IS_ALNUM(*q) && *q != '_' && *q != '-') {
/dports/www/w3m/w3m-2b59b9e/
H A Dmailcap.c337 if (!flag && !IS_ALNUM(*s)) in quote_mailcap()
H A Dfunc.c461 if (p[0] == 'm' && IS_PRINT(p[1]) && !IS_ALNUM(p[1]) && p[1] != '\\') { in getRegexWord()
H A Dindep.c465 for (p++; IS_ALNUM(*p); p++) ; in getescapechar()
H A Durl.c1380 while (*p && (IS_ALNUM(*p) || *p == '.' || *p == '+' || *p == '-')) in getURLScheme()
2242 if (is_url && !IS_ALNUM(last_dot[i])) in filename_extension()
H A Dfile.c2419 if (IS_ALNUM(*ch))
3562 if (!IS_ALNUM(*q) && *q != '_' && *q != '-') {
/dports/japanese/w3m/w3m-2b59b9e/
H A Dfunc.c461 if (p[0] == 'm' && IS_PRINT(p[1]) && !IS_ALNUM(p[1]) && p[1] != '\\') { in getRegexWord()
H A Dindep.c465 for (p++; IS_ALNUM(*p); p++) ; in getescapechar()
H A Durl.c1380 while (*p && (IS_ALNUM(*p) || *p == '.' || *p == '+' || *p == '-')) in getURLScheme()
2242 if (is_url && !IS_ALNUM(last_dot[i])) in filename_extension()
H A Dfile.c2419 if (IS_ALNUM(*ch))
3562 if (!IS_ALNUM(*q) && *q != '_' && *q != '-') {
/dports/japanese/w3m-img/w3m-2b59b9e/
H A Dindep.c465 for (p++; IS_ALNUM(*p); p++) ; in getescapechar()
H A Dfunc.c461 if (p[0] == 'm' && IS_PRINT(p[1]) && !IS_ALNUM(p[1]) && p[1] != '\\') { in getRegexWord()
H A Durl.c1380 while (*p && (IS_ALNUM(*p) || *p == '.' || *p == '+' || *p == '-')) in getURLScheme()
2242 if (is_url && !IS_ALNUM(last_dot[i])) in filename_extension()
H A Dfile.c2419 if (IS_ALNUM(*ch))
3562 if (!IS_ALNUM(*q) && *q != '_' && *q != '-') {
/dports/security/p5-Net-SAML/zxid-1.42/
H A Derrmac.h175 #define IS_ALNUM(x) (IS_ALPHA(x) || IS_DIGIT(x) || (x) == '_') macro
/dports/lang/algol68g/algol68g-2.8.4/source/
H A Dcode.c2015 } else if (!IS_ALNUM (NSYMBOL (p)[0])) { in comment_tree()
2853 if (IS_ALNUM ((CODE (&monadics[k]))[0])) { in inline_monadic_formula()
2963 if (IS_ALNUM ((CODE (&dyadics[k]))[0])) { in inline_formula()
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/emulator/beam/
H A Dutils.c269 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/emulator/beam/
H A Dutils.c269 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/beam/
H A Dutils.c269 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c320 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/beam/
H A Dutils.c320 #define IS_ALNUM(c) (IS_DIGIT(c) || IS_LOWER(c) || IS_UPPER(c)) macro

12345