Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c206 #define lua_next dll_lua_next macro
1997 while (lua_next(L, 1)) in luaV_dict()
2316 while (!abort && lua_next(L, lua_upvalueindex(1)) != 0) in luaV_setref()