Home
last modified time | relevance | path

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

/external/lua/src/
Dlfunc.h56 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
Dlundump.c199 f->p[i] = luaF_newproto(S->L); in loadProtos()
326 cl->p = luaF_newproto(L); in luaU_undump()
Dlfunc.c246 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
Dlparser.c699 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()
1981 funcstate.f = cl->p = luaF_newproto(L); in luaY_parser()