Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlfunc.h21 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
Dlundump.c130 f->p[i]=luaF_newproto(S->L); in LoadConstants()
222 cl->l.p=luaF_newproto(L); in luaU_undump()
Dlfunc.c110 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
Dlparser.c508 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()
1626 funcstate.f = cl->l.p = luaF_newproto(L); in luaY_parser()