Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlstrlib.c657 lua_Integer newstart = e-s; in gmatch_aux() local
658 if (e == src) newstart++; /* empty match? go at least one position */ in gmatch_aux()
659 lua_pushinteger(L, newstart); in gmatch_aux()