Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlvm.h67 LUAI_FUNC void luaV_execute (lua_State *L);
H A Dldo.c426 luaV_execute(L); /* call it */ in luaD_call()
476 luaV_execute(L); /* execute down to higher C 'boundary' */ in unroll()
550 luaV_execute(L); /* call it */ in resume()
558 luaV_execute(L); /* just continue running Lua code */ in resume()
H A Dlvm.c777 void luaV_execute (lua_State *L) { function