Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/perl/
Dregexec.c3156 cc.lastloc = 0; in S_regmatch()
3176 char *lastloc = cc->lastloc; /* Detection of 0-len. */ in S_regmatch() local
3192 if (locinput == cc->lastloc && n >= cc->min) { in S_regmatch()
3213 cc->lastloc = locinput; in S_regmatch()
3217 cc->lastloc = lastloc; in S_regmatch()
3309 cc->lastloc = locinput; in S_regmatch()
3319 cc->lastloc = lastloc; in S_regmatch()
3328 cc->lastloc = locinput; in S_regmatch()
3361 cc->lastloc = lastloc; in S_regmatch()
Dperl.h2793 char * lastloc; /* where we started matching this scan */ member