Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Djson.c209 case VVAL_NONE: if ((options & JSON_JS) != 0 in json_encode_item()
274 options & JSON_JS) == FAIL) in json_encode_item()
276 if ((options & JSON_JS) in json_encode_item()
318 if ((options & JSON_JS) in json_encode_item()
648 && (options & JSON_JS) in json_decode_item()
739 if (options & JSON_JS) in json_decode_item()
749 if ((options & JSON_JS) == 0) in json_decode_item()
1166 if (json_decode_all(&reader, rettv, JSON_JS) != OK) in f_js_decode()
1177 rettv->vval.v_string = json_encode(&argvars[0], JSON_JS); in f_js_encode()
H A Djson_test.c112 assert(json_find_end(&reader, JSON_JS) == OK); in test_decode_find_end()
114 assert(json_find_end(&reader, JSON_JS) == MAYBE); in test_decode_find_end()
H A Dchannel.c2146 chanpart->ch_mode == MODE_JS ? JSON_JS : 0); in channel_parse_json()
2475 int options = channel->ch_part[part].ch_mode == MODE_JS ? JSON_JS : 0; in channel_exe_cmd()
4293 (ch_mode == MODE_JS ? JSON_JS : 0) | JSON_NL); in ch_expr_common()
H A Dvim.h2602 #define JSON_JS 1 // use JS instead of JSON macro