newstart          563 lib/lua/lstrlib.c       lua_Integer newstart = e-s;
newstart          564 lib/lua/lstrlib.c       if (e == src) newstart++;  /* empty match? go at least one position */
newstart          565 lib/lua/lstrlib.c       lua_pushinteger(L, newstart);