Searched refs:luaU_undump (Results 1 – 3 of 3) sorted by relevance
26 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
258 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump() function
772 cl = luaU_undump(L, p->z, p->name); in f_parser()