Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c1961 int notnil, i = 0; in luaV_list() local
1966 notnil = !lua_isnil(L, -1); in luaV_list()
1967 if (notnil) in luaV_list()
1974 } while (notnil); in luaV_list()