Home
last modified time | relevance | path

Searched refs:pos1_is_uv (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/
H A Dpp.c3545 bool pos1_is_uv, IV len_iv, in Perl_translate_substr_offsets() argument
3554 if (!pos1_is_uv && pos1_iv < 0 && curlen) { in Perl_translate_substr_offsets()
3555 pos1_is_uv = curlen-1 > ~(UV)pos1_iv; in Perl_translate_substr_offsets()
3558 if ((pos1_is_uv || pos1_iv > 0) && (UV)pos1_iv > curlen) in Perl_translate_substr_offsets()
3569 if (!pos1_is_uv && pos1_iv < 0) { in Perl_translate_substr_offsets()
3587 if (!pos1_is_uv && pos1_iv < 0) in Perl_translate_substr_offsets()
3591 else if (!pos1_is_uv && pos1_iv < 0) in Perl_translate_substr_offsets()
3617 int pos1_is_uv; variable
3642 pos1_is_uv = SvIOK_UV(pos_sv);
3655 pos1_is_uv || pos1_iv >= 0
[all …]
H A Dproto.h7299 Perl_translate_substr_offsets(STRLEN curlen, IV pos1_iv, bool pos1_is_uv, IV len_iv, bool len_is_uv…
H A Dembed.fnc4653 |bool pos1_is_uv \
/openbsd/gnu/usr.bin/perl/dist/Devel-PPPort/parts/
H A Dembed.fnc2554 |bool pos1_is_uv|IV len_iv \