Searched refs:json_encode_nr_expr (Results 1 – 3 of 3) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | json.pro | 3 char_u *json_encode_nr_expr(int nr, typval_T *val, int options);
|
| /vim-8.2.3635/src/ |
| H A D | json.c | 67 json_encode_nr_expr(int nr, typval_T *val, int options) in json_encode_nr_expr() function
|
| H A D | channel.c | 2573 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()
|