Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dblob.c132 blob_set(blob_T *blob, int idx, int byte) in blob_set() function
151 blob_set(blob, idx, byte); in blob_set_append()
329 blob_set(new_blob, i - n1, blob_get(blob, i)); in blob_slice_or_index()
407 blob_set(dest, il, blob_get(src->vval.v_blob, ir++)); in blob_set_range()
H A Dlist.c2469 blob_set(b_ret, i, newtv.vval.v_number); in filter_map()
3132 blob_set(b, i, blob_get(b, len - i - 1)); in f_reverse()
3133 blob_set(b, len - i - 1, tmp); in f_reverse()
H A Dif_lua.c1252 blob_set(b, idx, (char_u) val); in luaV_blob_newindex()
/vim-8.2.3635/src/proto/
H A Dblob.pro10 void blob_set(blob_T *blob, int idx, int byte);