Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c55 static const char LUAVIM_FUNCREF[] = "funcref"; variable
724 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_totypval()
1309 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_newfuncref()
1321 luaV_type_tostring(funcref, LUAVIM_FUNCREF) in luaV_type_tostring() argument
2155 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_type()
2313 luaV_getfield(L, LUAVIM_FUNCREF); in luaV_setref()
2494 luaV_newmetatable(L, LUAVIM_FUNCREF); in luaopen_vim()