Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlundump.h35 LUAI_FUNC int luaU_dump (lua_State* L, const Proto* f, lua_Writer w,
H A Dldump.c230 int luaU_dump(lua_State *L, const Proto *f, lua_Writer w, void *data, in luaU_dump() function
H A Dluac.c190 luaU_dump(L,f,writer,D,stripping); in pmain()
H A Dlapi.c1127 status = luaU_dump(L, getproto(o), writer, data, strip); in lua_dump()