Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/perl/
H A Dmg.c2501 const bool negoff = LvFLAGS(sv) & LVf_NEG_OFF; in Perl_magic_getsubstr() local
2509 negoff ? -(IV)offs : (IV)offs, !negoff, in Perl_magic_getsubstr()
2533 const bool negoff = LvFLAGS(sv) & LVf_NEG_OFF; in Perl_magic_setsubstr() local
2548 negoff ? -(IV)lvoff : (IV)lvoff, !negoff, in Perl_magic_setsubstr()
2573 if (negoff) LvTARGOFF(sv) += newtarglen - oldtarglen; in Perl_magic_setsubstr()