Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/perl/cpan/Text-Balanced/lib/Text/
DBalanced.pm938 my ($lastpos, $firstpos);
991 $firstpos = $unkpos unless defined $firstpos;
998 $firstpos = $lastpos unless defined $firstpos;
1015 $firstpos = $unkpos unless defined $firstpos;
1024 $firstpos ||= 0;
1025 eval { substr($$textref,$firstpos,$lastpos-$firstpos)="";
1026 pos $$textref = $firstpos };
/openbsd/src/gnu/usr.bin/perl/
Dregexp.h969 U8 *firstpos; /* pos in string of first trie match */ member
Dregexec.c6773 ST.firstpos = NULL; in S_regmatch()
6793 ST.firstpos = (U8*)locinput; in S_regmatch()
6797 ST.firstpos = uc; in S_regmatch()
6938 uc = ST.firstpos; in S_regmatch()