Home
last modified time | relevance | path

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

/external/lua/src/
Dlundump.h26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
Dlundump.c258 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump() function
Dldo.c772 cl = luaU_undump(L, p->z, p->name); in f_parser()