Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c52 static const char LUAVIM_DICT[] = "dict"; variable
704 luaV_getfield(L, LUAVIM_DICT); in luaV_totypval()
1042 luaV_getfield(L, LUAVIM_DICT); in luaV_newdict()
1048 luaV_type_tostring(dict, LUAVIM_DICT) in luaV_pushtype()
2143 luaV_getfield(L, LUAVIM_DICT); in luaV_type()
2312 luaV_getfield(L, LUAVIM_DICT); in luaV_setref()
2488 luaV_newmetatable(L, LUAVIM_DICT); in luaopen_vim()