Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_lua.c38 typedef blob_T *luaV_Blob; typedef
89 static luaV_Blob *luaV_pushblob(lua_State *L, blob_T *blo);
718 tv->vval.v_blob = *((luaV_Blob *) p); in luaV_totypval()
1180 static luaV_Blob *
1183 luaV_Blob *b = (luaV_Blob *) lua_newuserdata(L, sizeof(luaV_Blob)); in luaV_newblob()
1192 luaV_pushtype(blob_T, blob, luaV_Blob) in luaV_pushtype() argument
1198 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_pushtype()
1206 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_len()
1214 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_index()
1242 blob_T *b = luaV_unbox(L, luaV_Blob, 1); in luaV_blob_newindex()
[all …]