Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c172 #define lua_gettop dll_lua_gettop macro
1349 int i, n = lua_gettop(L) - 1; // #args in luaV_funcref_call()
1727 int i, n = lua_gettop(L); // nargs in luaV_print()
1820 del = (lua_gettop(L) < 4) || lua_isnil(L, 4); in luaV_setvar()
2182 int argc = lua_gettop(L) - 1; in luaV_call()