Home
last modified time | relevance | path

Searched refs:isIDFIRST_utf8_safe (Results 1 – 11 of 11) sorted by relevance

/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/
H A D502500923 isIDFIRST_utf8_safe # U
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/
H A D500600043 isIDFIRST_utf8_safe # U
/openbsd/gnu/usr.bin/perl/
H A Dutf8.h918 : isIDFIRST_utf8_safe(p, e))
H A Dhandy.h2326 #define isIDFIRST_utf8(p, e) isIDFIRST_utf8_safe(p, e)
2369 #define isIDFIRST_utf8_safe(p, e) \ macro
H A Dtoke.c3689 ? isIDFIRST_utf8_safe(s+1, send) in S_scan_const()
9176 if (UTF ? isIDFIRST_utf8_safe(s, PL_bufend) : isALNUMC(*s)) { in yyl_try()
10329 if (is_utf8 && isIDFIRST_utf8_safe(*s, PL_bufend)) { in S_parse_ident()
10529 ? isIDFIRST_utf8_safe(s, PL_bufend) in S_scan_ident()
H A Dpp_ctl.c5112 if (utf8 && isIDFIRST_utf8_safe(c, e)) { in S_require_file()
H A Dop.c756 ? isIDFIRST_utf8_safe((U8*)name + 1, name + len) in Perl_allocmy()
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/
H A Dmisc847 __UNDEFINED__ isIDFIRST_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, IDFIRST)
943 * isIDCONT_utf8_safe, isIDFIRST_utf8_safe, isLOWER_utf8_safe,
2127 isIDFIRST_utf8_safe(s, offset)
2131 RETVAL = isIDFIRST_utf8_safe(s, s + UTF8SKIP(s) + offset);
/openbsd/gnu/usr.bin/perl/cpan/Term-ReadKey/
H A Dppport.h13676 #ifndef isIDFIRST_utf8_safe
13677 # define isIDFIRST_utf8_safe(s,e) D_PPP_IS_GENERIC_UTF8_SAFE(s, e, IDFIRST) macro
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dapidoc.fnc306 Amd|bool|isIDFIRST_utf8_safe|U8 * s|U8 * end
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/
H A DAPItest.xs5840 RETVAL = isIDFIRST_utf8_safe(p, e);