Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Djson.pro3 char_u *json_encode_nr_expr(int nr, typval_T *val, int options);
/vim-8.2.3635/src/
H A Djson.c67 json_encode_nr_expr(int nr, typval_T *val, int options) in json_encode_nr_expr() function
H A Dchannel.c2573 json = json_encode_nr_expr(id, tv, options | JSON_NL); in channel_exe_cmd()
2581 json = json_encode_nr_expr(id, &err_tv, options | JSON_NL); in channel_exe_cmd()
4292 text = json_encode_nr_expr(id, &argvars[1], in ch_expr_common()