Searched refs:isALNUM (Results 1 - 12 of 12) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.h16 && (isALNUM((f)[1]) || strchr("$-_]>",(f)[1])))))
H A Dtaint.c131 if (t < e && isALNUM(*t))
133 while (t < e && (isALNUM(*t) || strchr("-_.+", *t)))
H A Dutf8.h154 ? isALNUM(*(p)) \
H A Dregexec.c1190 tmp = ((OP(c) == BOUND ? isALNUM(tmp) : isALNUM_LC(tmp)) != 0);
1193 !(OP(c) == BOUND ? isALNUM(*s) : isALNUM_LC(*s))) {
1232 isALNUM(tmp) : isALNUM_LC(tmp)) != 0);
1235 !(OP(c) == NBOUND ? isALNUM(*s) : isALNUM_LC(*s)))
1262 if (isALNUM(*s)) {
1320 if (!isALNUM(*s)) {
2578 ? isALNUM(nextchr) : isALNUM_LC(nextchr)))
2601 ? isALNUM(nextchr) : isALNUM_LC(nextchr))
2634 ln = isALNUM(ln);
2635 n = isALNUM(nextch
[all...]
H A Dhandy.h298 =for apidoc Am|bool|isALNUM|char ch
330 #define isALNUM(c) (isALPHA(c) || isDIGIT(c) || (c) == '_') macro
357 # define isGRAPH(c) (isALNUM(c) || isPUNCT(c))
H A Dregcomp.c1414 if (!isALNUM(value))
1423 if (isALNUM(value))
1443 if (isALNUM(value))
1452 if (!isALNUM(value))
3529 while(*s && isALNUM(*s))
3779 if (isALNUM(value))
3789 if (!isALNUM(value))
H A Dtoke.c1415 isALNUM(*s) &&
1840 if (!isALNUM(last_un_char) && !strchr("$@&",last_un_char) &&
2823 if (s[1] && isALPHA(s[1]) && !isALNUM(s[2])) {
3232 && (!isALNUM(*t)
3234 && !isALNUM(*t))))
6158 if (isALNUM(*s)) /* UTF handled below */
6210 if (isALNUM(*s)) /* UTF handled below */
6284 while ((isALNUM(*s) || *s == ':') && d < e)
6305 else if (!isALNUM(*d) && !isPRINT(*d) /* isCTRL(d) */
6306 && isALNUM(*
[all...]
H A Dperl.c2516 for (; isALNUM(**s); (*s)++) {
2527 for (; isALNUM(**s); (*s)++) ;
2617 while(isALNUM(*s) || *s==':') ++s;
2644 for (s++; isALNUM(*s); s++) ;
2732 while(isALNUM(*s) || *s==':') ++s;
H A Dutfebcdic.h368 ? isALNUM(*(p)) \
H A Dpp.c3641 if (!isALNUM(*s))
3651 if (!isALNUM(*s))
H A Dop.c1938 && (isALNUM(*s) || UTF8_IS_CONTINUED(*s))) {
1941 while (*s && (isALNUM(*s) || UTF8_IS_CONTINUED(*s)))
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.xs65 if (!isALNUM(*s)) {

Completed in 85 milliseconds