Lines Matching refs:lua_pushvalue
334 lua_pushvalue(L, -1); in addtoclib()
614 lua_pushvalue(L, -1); /* extra copy to be returned */ in ll_require()
640 lua_pushvalue(L, -2); /* copy new environment table to top */ in set_env()
650 lua_pushvalue(L, i); /* get option (a function) */ in dooptions()
651 lua_pushvalue(L, -2); /* module */ in dooptions()
660 lua_pushvalue(L, -1); in modinit()
684 lua_pushvalue(L, -1); in ll_module()
695 lua_pushvalue(L, -1); in ll_seeall()
741 lua_pushvalue(L, -2); /* set 'package' as upvalue for all searchers */ in createsearcherstable()
746 lua_pushvalue(L, -1); /* make a copy of 'searchers' table */ in createsearcherstable()
785 lua_pushvalue(L, -2); /* set 'package' as upvalue for next lib */ in luaopen_package()