Searched defs:lua_tothread (Results 1 – 2 of 2) sorted by relevance
/external/lua/src/ | ||
D | lua.h | 188 LUA_API lua_State *(lua_tothread) (lua_State *L, int idx); variable |
D | lapi.c | 423 LUA_API lua_State *lua_tothread (lua_State *L, int idx) { in lua_tothread() function |