Searched refs:lastloc (Results 1 – 2 of 2) sorted by relevance
3156 cc.lastloc = 0; in S_regmatch()3176 char *lastloc = cc->lastloc; /* Detection of 0-len. */ in S_regmatch() local3192 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()
2793 char * lastloc; /* where we started matching this scan */ member