Searched refs:newstart (Results 1 – 3 of 3) sorted by relevance
44 def newstart(): function60 return TreeSlice(self._tree, newstart(), newstop())
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()
1452 sop *newstart = 0; /* newstart was initialized in the OCHAR case */ in findmust() local1470 newstart = scan - 1; in findmust()1493 start = newstart; in findmust()