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

/barrelfish-master/lib/lua/src/
H A Dlbaselib.c369 static int finishpcall (lua_State *L, int status) { function
384 return finishpcall(L, (status == LUA_YIELD));
394 return finishpcall(L, (status == LUA_OK));
406 return finishpcall(L, (status == LUA_OK));

Completed in 35 milliseconds