Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchannel.c2124 typval_T listtv; in channel_parse_json() local
2152 if (listtv.v_type != VAR_LIST || listtv.vval.v_list->lv_len < 2) in channel_parse_json()
2165 clear_tv(&listtv); in channel_parse_json()
2817 free_tv(listtv); in may_invoke_callback()
2825 free_tv(listtv); in may_invoke_callback()
2928 listtv = NULL; in may_invoke_callback()
2970 free_tv(listtv); in may_invoke_callback()
3919 *rettv = *listtv; in common_channel_read()
3920 vim_free(listtv); in common_channel_read()
4261 typval_T *listtv; in ch_expr_common() local
[all …]
H A Djson.c69 typval_T listtv; in json_encode_nr_expr() local
75 if (rettv_list_alloc(&listtv) == FAIL) in json_encode_nr_expr()
77 if (list_append_tv(listtv.vval.v_list, &nrtv) == FAIL in json_encode_nr_expr()
78 || list_append_tv(listtv.vval.v_list, val) == FAIL) in json_encode_nr_expr()
80 list_unref(listtv.vval.v_list); in json_encode_nr_expr()
85 if (json_encode_gap(&ga, &listtv, options) == OK && (options & JSON_NL)) in json_encode_nr_expr()
87 list_unref(listtv.vval.v_list); in json_encode_nr_expr()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt9117 Solution: Free the listtv. Add more log messages. Remove "Nothing to read"