Lines Matching refs:lua_pushvalue
72 lua_pushvalue((L), -2); \
174 #define lua_pushvalue dll_lua_pushvalue macro
499 lua_pushvalue(L, -2); in luaV_newmetatable()
648 lua_pushvalue(L, pos); in luaV_totypval()
663 lua_pushvalue(L, pos); in luaV_totypval()
896 lua_pushvalue(L, lua_upvalueindex(1)); // pass cache table along in luaV_list_call()
1085 lua_pushvalue(L, lua_upvalueindex(1)); // pass cache table along in luaV_dict_call()
1736 lua_pushvalue(L, -1); // tostring in luaV_print()
1737 lua_pushvalue(L, i); // arg in luaV_print()
1770 lua_pushvalue(L, 1); // vim.eval in luaV_debug()
1857 lua_pushvalue(L, 4); in luaV_setvar()
2003 lua_pushvalue(L, -2); // dup key in case it's a number in luaV_dict()
2471 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2476 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2481 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2486 lua_pushvalue(L, 1); in luaopen_vim()
2489 lua_pushvalue(L, 1); in luaopen_vim()
2492 lua_pushvalue(L, 1); in luaopen_vim()
2495 lua_pushvalue(L, 1); in luaopen_vim()
2498 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2501 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2504 lua_pushvalue(L, 1); // cache table in luaopen_vim()
2639 lua_pushvalue(L, -1); // function in ex_luado()