Home
last modified time | relevance | path

Searched refs:VAR_SPECIAL (Results 1 – 23 of 23) sorted by relevance

/vim-8.2.3635/src/
H A Dtypval.c93 case VAR_SPECIAL: in free_tv()
135 case VAR_SPECIAL: in clear_tv()
218 case VAR_SPECIAL: in tv_get_bool_or_number_chk()
325 case VAR_SPECIAL: in tv_get_float()
950 case VAR_SPECIAL: in tv_get_string_buf_chk_strict()
1061 case VAR_SPECIAL: in copy_tv()
1338 || (typ1->v_type == VAR_SPECIAL in typval_compare()
1339 && typ2->v_type == VAR_SPECIAL))) in typval_compare()
1560 && ((tv1->v_type != VAR_BOOL && tv1->v_type != VAR_SPECIAL) in tv_equal()
1561 || (tv2->v_type != VAR_BOOL && tv2->v_type != VAR_SPECIAL))) in tv_equal()
[all …]
H A Djson.c206 case VAR_SPECIAL: in json_encode_item()
278 && li->li_tv.v_type == VAR_SPECIAL in json_encode_item()
566 res->v_type = VAR_SPECIAL; in json_decode_string()
685 cur_item->v_type = VAR_SPECIAL; in json_decode_item()
716 cur_item->v_type = VAR_SPECIAL; in json_decode_item()
759 cur_item->v_type = VAR_SPECIAL; in json_decode_item()
854 cur_item->v_type = VAR_SPECIAL; in json_decode_item()
1063 res->v_type = VAR_SPECIAL; in json_decode_item()
H A Dvim9execute.c1126 case VAR_SPECIAL: in do_2string()
2616 if (tv_idx2->v_type == VAR_SPECIAL in exec_instructions()
2641 tv_idx2->v_type == VAR_SPECIAL, in exec_instructions()
2659 if (tv_idx2->v_type == VAR_SPECIAL in exec_instructions()
2839 || (tv_idx2->v_type != VAR_SPECIAL in exec_instructions()
2869 && tv_idx2->v_type != VAR_SPECIAL in exec_instructions()
2877 tv_idx2->v_type != VAR_SPECIAL, n2) in exec_instructions()
2926 tv->v_type = VAR_SPECIAL; in exec_instructions()
3259 && !(tv->v_type == VAR_SPECIAL in exec_instructions()
4757 && argv[idx].v_type == VAR_SPECIAL in call_def_function()
[all …]
H A Dvim9type.c996 case VAR_SPECIAL: in equal_type()
1147 case VAR_SPECIAL: return "special"; in vartype_name()
H A Deval.c1460 && ((tv2->v_type != VAR_BOOL && tv2->v_type != VAR_SPECIAL) in tv_op()
1472 case VAR_SPECIAL: in tv_op()
3629 rettv->v_type = VAR_SPECIAL; in eval7()
4106 case VAR_SPECIAL: in check_can_index()
4209 case VAR_SPECIAL: in eval_index_inner()
5126 case VAR_SPECIAL: in echo_string_core()
5964 case VAR_SPECIAL: in item_copy()
H A Dviminfo.c1238 case 'X': type = VAR_SPECIAL; break; in read_viminfo_varlist()
1256 if (type == VAR_SPECIAL && (tv.vval.v_number == VVAL_FALSE in read_viminfo_varlist()
1371 case VAR_SPECIAL: s = "XPL"; break; in write_viminfo_varlist()
1385 || this_var->di_tv.v_type == VAR_SPECIAL) in write_viminfo_varlist()
H A Devalvars.c123 {VV_NAME("none", VAR_SPECIAL), VV_RO},
124 {VV_NAME("null", VAR_SPECIAL), VV_RO},
151 {VV_NAME("exiting", VAR_SPECIAL), VV_RO},
1419 if (tv->v_type != VAR_BOOL && tv->v_type != VAR_SPECIAL in ex_let_one()
1920 case VAR_SPECIAL: in item_lock()
H A Dif_ruby.c1231 else if (tv->v_type == VAR_BOOL || tv->v_type == VAR_SPECIAL) in vim_to_ruby()
1883 rettv->v_type = VAR_SPECIAL; in ruby_convert_to_vim_value()
H A Dvim9compile.c634 case VAR_SPECIAL: in may_generate_2STRING()
855 case VAR_SPECIAL: isntype = ISN_COMPARESPECIAL; break; in get_compare_isn()
883 && (type1 == VAR_BOOL || type1 == VAR_SPECIAL in get_compare_isn()
884 || type2 == VAR_BOOL || type2 == VAR_SPECIAL))) in get_compare_isn()
2801 case VAR_SPECIAL: in generate_tv_PUSH()
4135 rettv->v_type = VAR_SPECIAL; in get_vim_constant()
4141 rettv->v_type = VAR_SPECIAL; in get_vim_constant()
4748 rettv->v_type = VAR_SPECIAL; in compile_expr7()
7236 case VAR_SPECIAL: // cannot happen in compile_assignment()
H A Dif_lua.c574 case VAR_SPECIAL: in luaV_pushtypval()
614 tv->v_type = VAR_SPECIAL; in luaV_totypval()
H A Devalfunc.c3225 case VAR_SPECIAL: in f_empty()
4472 rettv->v_type = VAR_SPECIAL; in f_getenv()
6671 case VAR_SPECIAL: in f_len()
7840 item->di_tv.v_type = VAR_SPECIAL; in f_getreginfo()
8842 if (argvars[1].v_type == VAR_SPECIAL in f_setenv()
9969 case VAR_SPECIAL: n = VAR_TYPE_NONE; break; in f_type()
H A Dtesting.c1095 case VAR_SPECIAL: in f_test_refcount()
H A Dif_mzsch.c3126 else if (vim_value->v_type == VAR_BOOL || vim_value->v_type == VAR_SPECIAL) in vim_to_mzscheme_impl()
3198 tv->v_type = VAR_SPECIAL; in mzscheme_to_vim_impl()
H A Dif_py_both.h866 else if (our_tv->v_type == VAR_SPECIAL) in VimToPython()
6361 tv->v_type = VAR_SPECIAL; in _ConvertFromPyObject()
6432 case VAR_SPECIAL: in ConvertToPyObject()
H A Dglobals.h412 EXTERN type_T t_special INIT6(VAR_SPECIAL, 0, 0, TTFLAG_STATIC, NULL, NULL);
H A Dstructs.h1398 VAR_SPECIAL, // "v_number" is used: VVAL_NULL or VVAL_NONE enumerator
H A Dfilepath.c1565 if (rettv.v_type == VAR_SPECIAL || rettv.v_type == VAR_BOOL) in checkitem_common()
H A Dtag.c1350 if (rettv.v_type == VAR_SPECIAL && rettv.vval.v_number == VVAL_NULL) in find_tagfunc_tags()
H A Dinsexpand.c2304 case VAR_SPECIAL: in expand_by_function()
H A Dchannel.c3924 rettv->v_type = VAR_SPECIAL; in common_channel_read()
H A Duserfunc.c2593 && (i >= argcount || (argvars[i].v_type == VAR_SPECIAL in call_user_func()
H A Dterminal.c5785 rettv->v_type = VAR_SPECIAL; in f_term_getjob()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt41785 Problem: VAR_SPECIAL is also used for booleans.