Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/vi/vi/
Dv_replace.c120 vip->rlast = ev.e_c;
194 memset(bp + vp->m_start.cno, vip->rlast, cnt);
Dvi.h240 CHAR_T rlast; /* Last 'r' replacement character. */ member
/mirbsd/src/gnu/usr.bin/perl/
Dop.c2453 UV rlast = 0; in Perl_pmtrans() local
2561 if (rfirst > rlast) { in Perl_pmtrans()
2567 rlast = (I32)utf8n_to_uvuni((U8 *)r, rend - r, &ulen, in Perl_pmtrans()
2572 rlast = rfirst; in Perl_pmtrans()
2576 final = rlast; in Perl_pmtrans()
2577 rfirst = rlast = 0xffffffff; in Perl_pmtrans()
2583 rdiff = rlast - rfirst; in Perl_pmtrans()