Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlbaselib.c369 static int finishpcall (lua_State *L, int status) { in finishpcall() function
384 return finishpcall(L, (status == LUA_YIELD)); in pcallcont()
394 return finishpcall(L, (status == LUA_OK)); in luaB_pcall()
406 return finishpcall(L, (status == LUA_OK)); in luaB_xpcall()