Searched refs:isWORDCHAR (Results 1 - 14 of 14) sorted by relevance

/openbsd-current/gnu/usr.bin/perl/
H A Dtaint.c190 if (t < e && isWORDCHAR(*t))
192 while (t < e && (isWORDCHAR(*t) || memCHRs("-_.+", *t)))
H A Dutil.h20 && (isWORDCHAR((f)[1]) || memCHRs("$-_]>",(f)[1])))))
H A Ddquote.c63 if (! isWORDCHAR(*result)) {
H A Dutf8.h920 ? isWORDCHAR(*(p)) \
H A Dperl.c3512 * However because the logic is guarded by isWORDCHAR we can
3516 for (; isWORDCHAR(**s); (*s)++) {
3529 for (; isWORDCHAR(**s); (*s)++) ;
3631 if (*s == 't' && !isWORDCHAR(s[1])) {
3654 while(isWORDCHAR(*s) || *s==':') ++s;
3682 for (s++; isWORDCHAR(*s); s++) ;
3775 while(isWORDCHAR(*s) || *s==':') {
H A Dhandy.h1083 =for apidoc Am|bool|isWORDCHAR|UV ch
1110 These are each a synonym for their respectively named L</C<isWORDCHAR>>
1145 returns true only if the input character also matches L</isWORDCHAR>.
1162 L</isWORDCHAR>. See the L<top of this section|/Character classification> for
1862 #define isWORDCHAR(c) isWORDCHAR_A(c) macro
2139 #define isIDCONT(c) isWORDCHAR(c)
2498 #define isALNUM(c) isWORDCHAR(c)
H A Dregcomp.c2381 } while (RExC_parse < RExC_end && isWORDCHAR(*RExC_parse));
7748 && (isWORDCHAR(*temp_ptr) || *temp_ptr == '-'))
7892 while (p > RExC_start && isWORDCHAR(*p)) {
10045 if (isWORDCHAR(value) && value != '_') {
H A Dtoke.c4589 if (!isWORDCHAR(last_un_char)
5727 if (s[1] && isALPHA(s[1]) && !isWORDCHAR(s[2])) {
6257 && (!isWORDCHAR(*t)
6259 && !isWORDCHAR(*t))))
6505 && !isWORDCHAR(t[1]))
6506 || (*t == 't' && t[1] == 'r' && !isWORDCHAR(t[2])))
10425 && isWORDCHAR(*s))
10440 while (isWORDCHAR(*s) && d < e) {
H A Dlocale.c1009 while (isWORDCHAR(*p)) {
H A Dop.c4734 && (isWORDCHAR(*s) || UTF8_IS_CONTINUED(*s))) {
4737 while (*s && (isWORDCHAR(*s) || UTF8_IS_CONTINUED(*s)))
/openbsd-current/gnu/usr.bin/perl/amigaos4/
H A Damigaio.c676 while (isWORDCHAR(*s))
/openbsd-current/gnu/usr.bin/perl/dist/Data-Dumper/
H A DDumper.xs97 if (!isWORDCHAR(*s)) {
139 if (!isWORDCHAR(*s))
/openbsd-current/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h4511 isWORDCHAR|5.013006|5.003007|p
13051 # undef isWORDCHAR macro
13201 # define isALNUM(c) isWORDCHAR(c)
13255 # define isGRAPH(c) (isWORDCHAR(c) || isPUNCT(c))
13265 # define isIDCONT(c) isWORDCHAR(c)
13368 #ifndef isWORDCHAR
13369 # define isWORDCHAR(c) (isALPHANUMERIC(c) || (c) == '_') macro
13466 # define isWORDCHAR_A(c) isWORDCHAR(c)
/openbsd-current/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5310 RETVAL = isWORDCHAR(ord);

Completed in 516 milliseconds