Searched defs:CHR_SVLEN (Results 1 – 2 of 2) sorted by relevance
/openbsd-src/gnu/usr.bin/perl/ | ||
H A D | regcomp_internal.h | 766 #define CHR_SVLEN( global() macro |
H A D | regexec.c | 130 #define CHR_SVLEN(sv) (utf8_target ? sv_len_utf8(sv) : SvCUR(sv)) macro |