Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c53 static const char LUAVIM_LIST[] = "list"; variable
694 luaV_getfield(L, LUAVIM_LIST); in luaV_totypval()
865 luaV_getfield(L, LUAVIM_LIST); in luaV_newlist()
871 luaV_type_tostring(list, LUAVIM_LIST) in luaV_pushtype()
982 luaV_List *lis = luaV_checkudata(L, 1, LUAVIM_LIST); in luaV_list_add()
999 luaV_List *lis = luaV_checkudata(L, 1, LUAVIM_LIST); in luaV_list_insert()
2137 luaV_getfield(L, LUAVIM_LIST); in luaV_type()
2311 luaV_getfield(L, LUAVIM_LIST); in luaV_setref()
2485 luaV_newmetatable(L, LUAVIM_LIST); in luaopen_vim()