| /vim-8.2.3635/src/ |
| H A D | typval.c | 93 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 D | json.c | 206 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 D | vim9execute.c | 1126 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 D | vim9type.c | 996 case VAR_SPECIAL: in equal_type() 1147 case VAR_SPECIAL: return "special"; in vartype_name()
|
| H A D | eval.c | 1460 && ((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 D | viminfo.c | 1238 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 D | evalvars.c | 123 {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 D | if_ruby.c | 1231 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 D | vim9compile.c | 634 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 D | if_lua.c | 574 case VAR_SPECIAL: in luaV_pushtypval() 614 tv->v_type = VAR_SPECIAL; in luaV_totypval()
|
| H A D | evalfunc.c | 3225 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 D | testing.c | 1095 case VAR_SPECIAL: in f_test_refcount()
|
| H A D | if_mzsch.c | 3126 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 D | if_py_both.h | 866 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 D | globals.h | 412 EXTERN type_T t_special INIT6(VAR_SPECIAL, 0, 0, TTFLAG_STATIC, NULL, NULL);
|
| H A D | structs.h | 1398 VAR_SPECIAL, // "v_number" is used: VVAL_NULL or VVAL_NONE enumerator
|
| H A D | filepath.c | 1565 if (rettv.v_type == VAR_SPECIAL || rettv.v_type == VAR_BOOL) in checkitem_common()
|
| H A D | tag.c | 1350 if (rettv.v_type == VAR_SPECIAL && rettv.vval.v_number == VVAL_NULL) in find_tagfunc_tags()
|
| H A D | insexpand.c | 2304 case VAR_SPECIAL: in expand_by_function()
|
| H A D | channel.c | 3924 rettv->v_type = VAR_SPECIAL; in common_channel_read()
|
| H A D | userfunc.c | 2593 && (i >= argcount || (argvars[i].v_type == VAR_SPECIAL in call_user_func()
|
| H A D | terminal.c | 5785 rettv->v_type = VAR_SPECIAL; in f_term_getjob()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 41785 Problem: VAR_SPECIAL is also used for booleans.
|