Searched refs:luaF_newproto (Results 1 – 8 of 8) sorted by relevance
22 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
109 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
506 f->p[fs->np++] = clp = luaF_newproto(L); in addprototype()1631 funcstate.f = cl->l.p = luaF_newproto(L); in luaY_parser()
21 LUAI_FUNC Proto *luaF_newproto (lua_State *L);
126 Proto* f=luaF_newproto(L); in combine()
115 Proto *luaF_newproto (lua_State *L) { in luaF_newproto() function
165 f=luaF_newproto(S->L); in LoadFunction()
330 Proto *f = luaF_newproto(L); in open_func()