Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c177 #define lua_type dll_lua_type macro
607 switch (lua_type(L, pos)) in luaV_totypval()
1951 if (initarg && lua_type(L, 1) != LUA_TTABLE) in luaV_list()
1986 if (initarg && lua_type(L, 1) != LUA_TTABLE) in luaV_dict()
2132 if (lua_type(L, 1) == LUA_TUSERDATA) // check vim udata? in luaV_type()