Home
last modified time | relevance | path

Searched refs:isALPHA_L1 (Results 1 – 10 of 10) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D501300617 isALPHA_L1 # U
/openbsd/gnu/usr.bin/perl/
H A Dhandy.h1662 # define isALPHA_L1(c) generic_isCC_(c, CC_ALPHA_) macro
1785 # define isALPHA_L1(c) (isUPPER_L1(c) || isLOWER_L1(c))
1786 # define isALPHANUMERIC_L1(c) (isALPHA_L1(c) || isDIGIT_A(c))
1821 # define isIDFIRST_L1(c) (isALPHA_L1(c) || NATIVE_TO_LATIN1(c) == '_')
2493 #define isALPHAU(c) isALPHA_L1(c)
H A Dregexec.c11589 if (isALPHA_L1(*s) && LIKELY(*s != MICRO_SIGN_NATIVE)) { in Perl_isSCRIPT_RUN()
11652 || ( isALPHA_L1(cp) in Perl_isSCRIPT_RUN()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc460 # undef isALPHA_L1
627 __UNDEFINED__ isALPHA_L1(c) (isUPPER_L1(c) || isLOWER_L1(c))
629 __UNDEFINED__ isALPHANUMERIC_L1(c) (isALPHA_L1(c) || isDIGIT(c))
646 __UNDEFINED__ isIDFIRST_L1(c) (isALPHA_L1(c) || (U8) (c) == '_')
1548 isALPHA_L1(ord)
1551 RETVAL = isALPHA_L1(ord);
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13008 # undef isALPHA_L1
13216 #ifndef isALPHA_L1
13217 # define isALPHA_L1(c) (isUPPER_L1(c) || isLOWER_L1(c)) macro
13225 # define isALPHANUMERIC_L1(c) (isALPHA_L1(c) || isDIGIT(c))
13281 # define isIDFIRST_L1(c) (isALPHA_L1(c) || (U8) (c) == '_')
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D5003007202 isALPHA_L1 # T
/openbsd/gnu/usr.bin/perl/vms/
H A Dvms.c468 if (isALPHA_L1(inspec[2]) || (inspec[2] == '.') || (inspec[2] == '_')) { in copy_expand_unix_filename_escape()
474 while(isALPHA_L1(inspec[tcnt]) || in copy_expand_unix_filename_escape()
8776 if (isALPHA_L1(*cp2) || (*cp2 == '.') || (*cp2 == '_')) {
8778 while (isALPHA_L1(*cp2) || (*cp2 == '.') || (*cp2 == '_')) {
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc228 Amd|bool|isALPHA_L1|UV ch
/openbsd/gnu/usr.bin/perl/pod/
H A Dperlclib.pod240 isalpha(c) isALPHA(c) isALPHA_L1(c) isALPHA_LC(u )
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5427 RETVAL = isALPHA_L1(ord);