Searched refs:newstart (Results 1 – 6 of 6) sorted by relevance
56 def _change_start(self, newstart): argument57 min_len = min(len(self.start), len(newstart))59 while i < min_len and self.start[i] == newstart[i]:64 if i < len(newstart):66 newstart[i:])67 self.start = newstart123 newstart = lts129 newstart = selstart[:i]130 self._change_start(newstart)
657 lua_Integer newstart = e-s; in gmatch_aux() local658 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()659 lua_pushinteger(L, newstart); in gmatch_aux()
1424 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local1442 newstart = scan - 1; in findmust()1465 start = newstart; in findmust()
1473 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local1491 newstart = scan - 1; in findmust()1514 start = newstart; in findmust()