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 D | 5025009 | 23 isIDFIRST_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
H A D | 5006000 | 43 isIDFIRST_utf8_safe # U
|
/openbsd/gnu/usr.bin/perl/ |
H A D | utf8.h | 918 : isIDFIRST_utf8_safe(p, e))
|
H A D | handy.h | 2326 #define isIDFIRST_utf8(p, e) isIDFIRST_utf8_safe(p, e) 2369 #define isIDFIRST_utf8_safe(p, e) \ macro
|
H A D | toke.c | 3689 ? 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 D | pp_ctl.c | 5112 if (utf8 && isIDFIRST_utf8_safe(c, e)) { in S_require_file()
|
H A D | op.c | 756 ? isIDFIRST_utf8_safe((U8*)name + 1, name + len) in Perl_allocmy()
|
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
H A D | misc | 847 __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 D | ppport.h | 13676 #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 D | apidoc.fnc | 306 Amd|bool|isIDFIRST_utf8_safe|U8 * s|U8 * end
|
/openbsd/gnu/usr.bin/perl/ext/XS-APItest/ |
H A D | APItest.xs | 5840 RETVAL = isIDFIRST_utf8_safe(p, e);
|