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