Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c54 static const char LUAVIM_BLOB[] = "blob"; variable
714 luaV_getfield(L, LUAVIM_BLOB); in luaV_totypval()
1187 luaV_getfield(L, LUAVIM_BLOB); in luaV_newblob()
1193 luaV_type_tostring(blob, LUAVIM_BLOB) in luaV_pushtype()
1265 luaV_Blob *blo = luaV_checkudata(L, 1, LUAVIM_BLOB); in luaV_blob_add()
2149 luaV_getfield(L, LUAVIM_BLOB); in luaV_type()
2491 luaV_newmetatable(L, LUAVIM_BLOB); in luaopen_vim()