Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlundump.h30 LUAI_FUNC LClosure* luaU_undump (lua_State* L, ZIO* Z, const char* name);
H A Dlundump.c313 LClosure *luaU_undump(lua_State *L, ZIO *Z, const char *name) { in luaU_undump() function
H A Dldo.c994 cl = luaU_undump(L, p->z, p->name); in f_parser()