Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/MC/COFF/
H A Dswitch-relocations.ll12 define void @lua_gc(i32 %what) nounwind {
/minix3/external/mit/lua/dist/src/
H A Dlbaselib.c186 int res = lua_gc(L, o, ex); in luaB_collectgarbage()
189 int b = lua_gc(L, LUA_GCCOUNTB, 0); in luaB_collectgarbage()
H A Dlua.h345 LUA_API int (lua_gc) (lua_State *L, int what, int data); variable
H A Dlapi.c1024 LUA_API int lua_gc (lua_State *L, int what, int data) { in lua_gc() function