Home
last modified time | relevance | path

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

/minix3/external/bsd/lutok/dist/
H A Dc_gate_test.cpp52 lua_close(raw_state); in ATF_TEST_CASE_BODY()
H A Dstate.cpp288 lua_close(_pimpl->lua_state); in close()
/minix3/external/mit/lua/dist/src/
H A Dloslib.c343 lua_close(L); in os_exit()
H A Dlstate.c338 LUA_API void lua_close (lua_State *L) { in lua_close() function
H A Dluac.c206 lua_close(L); in main()
H A Dlua.c612 lua_close(L); in main()
H A Dlua.h160 LUA_API void (lua_close) (lua_State *L); variable