Home
last modified time | relevance | path

Searched refs:CHR_SVLEN (Results 1 – 2 of 2) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/
Dregcomp.c249 #define CHR_SVLEN(sv) (UTF ? sv_len_utf8(sv) : SvCUR(sv)) macro
472 const STRLEN l = CHR_SVLEN(data->last_found); in S_scan_commit()
473 const STRLEN old_l = CHR_SVLEN(*data->longest); in S_scan_commit()
1315 mg->mg_len += CHR_SVLEN(last_str); in S_study_chunk()
1338 data->pos_min - CHR_SVLEN(last_str); in S_study_chunk()
1342 - CHR_SVLEN(last_str); in S_study_chunk()
1982 longest_float_length = CHR_SVLEN(data.longest_float); in Perl_pregcomp()
2015 longest_fixed_length = CHR_SVLEN(data.longest_fixed); in Perl_pregcomp()
Dregexec.c116 #define CHR_SVLEN(sv) (do_utf8 ? sv_len_utf8(sv) : SvCUR(sv)) macro
523 CHR_SVLEN(check) + (SvTAIL(check) != 0); in Perl_re_intuit_start()
525 const I32 end = prog->check_offset_max + CHR_SVLEN(check) in Perl_re_intuit_start()
539 CHR_SVLEN(check) + (SvTAIL(check) != 0); in Perl_re_intuit_start()
1873 -(I32)(CHR_SVLEN(must) in Perl_regexec_flags()