Searched refs:isIDFIRST_LC_utf8_safe (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/base/ |
| D | 5025009 | 22 isIDFIRST_LC_utf8_safe # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/todo/ |
| D | 5006000 | 42 isIDFIRST_LC_utf8_safe # U
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| D | misc | 920 __UNDEFINED__ isIDFIRST_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, IDFIRST) 949 * isGRAPH_LC_utf8_safe, isIDCONT_LC_utf8_safe, isIDFIRST_LC_utf8_safe, 2281 isIDFIRST_LC_utf8_safe(s, offset) 2285 RETVAL = isIDFIRST_LC_utf8_safe(s, s + UTF8SKIP(s) + offset);
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | handy.h | 2415 #define isIDFIRST_LC_utf8(p, e) isIDFIRST_LC_utf8_safe(p, e) 2472 #define isIDFIRST_LC_utf8_safe(p, e) \ macro
|
| /openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| D | ppport.h | 13800 #ifndef isIDFIRST_LC_utf8_safe 13801 # define isIDFIRST_LC_utf8_safe(s,e) D_PPP_IS_GENERIC_LC_UTF8_SAFE(s, e, IDFIRST) macro
|
| /openbsd/src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/ |
| D | apidoc.fnc | 303 Amd|bool|isIDFIRST_LC_utf8_safe|U8 * s| U8 *end
|
| /openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/ |
| D | APItest.xs | 5855 RETVAL = isIDFIRST_LC_utf8_safe(p, e);
|