Home
last modified time | relevance | path

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

/minix3/external/mit/lua/dist/src/
H A Dlcorolib.c143 lua_pushboolean(L, lua_isyieldable(L)); in luaB_yieldable()
H A Dlua.h326 LUA_API int (lua_isyieldable) (lua_State *L); variable
H A Dldo.c606 LUA_API int lua_isyieldable (lua_State *L) { in lua_isyieldable() function