Searched refs:isALNUM_lazy_if (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dutf8.h153 #define isALNUM_lazy_if(p,c) ((IN_BYTES || (!c || (*((U8*)p) < 0xc0))) \ macro
163 #define isALNUM_lazy(p) isALNUM_lazy_if(p,1)
H A Dtoke.c259 for (t = PL_oldoldbufptr; *t && (isALNUM_lazy_if(t,UTF) || *t == ':'); t++) ;
677 for (s = PL_last_uni; isALNUM_lazy_if(s,UTF) || *s == '-'; s++) ;
1360 && (isALNUM_lazy_if(s+1,UTF) || strchr(":'{$+-", s[1])))
1796 if (isALNUM_lazy_if(s+1,UTF)) {
3273 while (t < PL_bufend && isALNUM_lazy_if(t,UTF))
3276 else if (isALNUM_lazy_if(t,UTF)) {
3278 while (t < PL_bufend && isALNUM_lazy_if(t,UTF))
3513 isSPACE(*t) || isALNUM_lazy_if(t,UTF) || *t == '$';
3607 while (*t && (isALNUM_lazy_if(t,UTF) || strchr(" \t$#+-'\"", *t)))
3629 || isALNUM_lazy_if(PL_last_un
[all...]
H A Dutfebcdic.h367 #define isALNUM_lazy_if(p,c) ((IN_BYTES || (!c || UTF8_IS_INVARIANT(*p))) \ macro

Completed in 110 milliseconds