Home
last modified time | relevance | path

Searched defs:blob (Results 1 – 9 of 9) sorted by relevance

/vim-8.2.3635/src/
H A Dblob.c25 blob_T *blob = ALLOC_CLEAR_ONE(blob_T); in blob_alloc() local
132 blob_set(blob_T *blob, int idx, int byte) in blob_set()
142 blob_set_append(blob_T *blob, int idx, int byte) in blob_set_append()
187 read_blob(FILE *fd, blob_T *blob) in read_blob()
207 write_blob(FILE *fd, blob_T *blob) in write_blob()
222 blob2string(blob_T *blob, char_u **tofree, char_u *numbuf) in blob2string()
254 blob_T *blob = blob_alloc(); in string2blob() local
284 blob_T *blob, in blob_slice_or_index()
449 blob_T *blob; in blob_remove() local
492 blob_T *blob; in f_blob2list() local
[all …]
H A Dfilepath.c1729 int blob = always_blob; in read_file_or_blob() local
2240 blob_T *blob = NULL; in f_writefile() local
H A Dtypval.c1788 blob_T *blob = NULL; // init for gcc in eval_number() local
H A Dvim9execute.c2544 blob_T *blob = tv_dest->vval.v_blob; in exec_instructions() local
3333 blob_T *blob = ltv->vval.v_blob; in exec_instructions() local
H A Dviminfo.c1277 blob_T *blob = string2blob(tv.vval.v_string); in read_viminfo_varlist() local
H A Dvim9.h414 blob_T *blob; member
H A Dif_lua.c1192 luaV_pushtype(blob_T, blob, luaV_Blob) in luaV_pushtype() argument
H A Dchannel.c3850 common_channel_read(typval_T *argvars, typval_T *rettv, int raw, int blob) in common_channel_read()
H A Dvim9compile.c1262 generate_PUSHBLOB(cctx_T *cctx, blob_T *blob) in generate_PUSHBLOB()