Searched refs:VAR_BLOB (Results 1 – 19 of 19) sorted by relevance
68 case VAR_BLOB: in free_tv()121 case VAR_BLOB: in clear_tv()238 case VAR_BLOB: in tv_get_bool_or_number_chk()338 case VAR_BLOB: in tv_get_float()479 if (args[idx].v_type != VAR_BLOB) in check_for_blob_arg()953 case VAR_BLOB: in tv_get_string_buf_chk_strict()998 || varp->v_type == VAR_BLOB in tv_stringify()1026 case VAR_BLOB: in tv_check_lock()1107 case VAR_BLOB: in copy_tv()1166 else if (typ1->v_type == VAR_BLOB || typ2->v_type == VAR_BLOB) in typval_compare()[all …]
54 rettv->v_type = VAR_BLOB; in rettv_blob_set()65 to->v_type = VAR_BLOB; in blob_copy()312 rettv->v_type = VAR_BLOB; in blob_slice_or_index()476 rettv->v_type = VAR_BLOB; in blob_remove()
2298 if (argvars[0].v_type == VAR_BLOB) in filter_map()2302 rettv->v_type = VAR_BLOB; in filter_map()2432 else if (argvars[0].v_type == VAR_BLOB) in filter_map()2654 || (argvars[0].v_type == VAR_BLOB in f_add()2674 else if (argvars[0].v_type == VAR_BLOB) in f_add()2993 || (argvars[0].v_type == VAR_BLOB in f_insert()2998 if (argvars[0].v_type == VAR_BLOB) in f_insert()3094 || argvars[0].v_type == VAR_BLOB) in f_remove()3103 else if (argvars[0].v_type == VAR_BLOB) in f_remove()3123 if (argvars[0].v_type == VAR_BLOB) in f_reverse()[all …]
958 && lp->ll_tv->v_type != VAR_BLOB) in get_lval()1038 && !(rettv->v_type == VAR_BLOB in get_lval()1478 case VAR_BLOB: in tv_op()1667 else if (tv.v_type == VAR_BLOB) in eval_for_line()2903 && rettv->v_type != VAR_BLOB)) in eval5()2981 && var2.v_type == VAR_BLOB) in eval5()3451 && rettv->v_type != VAR_BLOB) in eval7()4126 case VAR_BLOB: in check_can_index()4263 case VAR_BLOB: in eval_index_inner()5036 case VAR_BLOB: in echo_string_core()[all …]
271 if (tv->v_type == VAR_BLOB) in typval2type_int()1001 case VAR_BLOB: in equal_type()1152 case VAR_BLOB: return "blob"; in vartype_name()
1237 case 'B': type = VAR_BLOB; break; in read_viminfo_varlist()1246 || type == VAR_LIST || type == VAR_BLOB) in read_viminfo_varlist()1275 else if (type == VAR_BLOB) in read_viminfo_varlist()1285 tv.v_type = VAR_BLOB; in read_viminfo_varlist()1298 tv.v_type == VAR_BLOB) in read_viminfo_varlist()1369 case VAR_BLOB: s = "BLO"; break; in write_viminfo_varlist()
445 || type->tt_type == VAR_BLOB) in arg_list_or_dict_or_blob()575 || type->tt_type == VAR_BLOB in arg_get1()596 || type->tt_type == VAR_BLOB in arg_len1()647 || type->tt_type == VAR_BLOB in arg_slice1()964 if (argtypes[0]->tt_type == VAR_BLOB) in ret_first_cont()1013 if (argtypes[0]->tt_type == VAR_BLOB) in ret_remove()3229 case VAR_BLOB: in f_empty()4190 if (argvars[0].v_type == VAR_BLOB) in f_get()6314 || (argvars[0].v_type == VAR_BLOB in f_index()6321 if (argvars[0].v_type == VAR_BLOB) in f_index()[all …]
657 case VAR_BLOB: in may_generate_2STRING()708 : vartype == VAR_BLOB ? ISN_ADDBLOB in generate_add_instr()714 if (vartype != VAR_LIST && vartype != VAR_BLOB in generate_add_instr()753 || type1->tt_type == VAR_BLOB)) in operator_type()859 case VAR_BLOB: isntype = ISN_COMPAREBLOB; break; in get_compare_isn()887 && (type1 == VAR_BLOB || type2 == VAR_BLOB in get_compare_isn()2812 case VAR_BLOB: in generate_tv_PUSH()2950 else if (vartype == VAR_BLOB) in compile_member()3521 else if (type->tt_type == VAR_BLOB) in compile_call()7212 case VAR_BLOB: in compile_assignment()[all …]
1130 case VAR_BLOB: break; in do_2string()1195 case VAR_BLOB: in allocate_if_null()2541 else if (status == OK && dest_type == VAR_BLOB) in exec_instructions()2648 else if (tv_dest->v_type == VAR_BLOB) in exec_instructions()3331 else if (ltv->v_type == VAR_BLOB) in exec_instructions()3834 else if (tv1->v_type == VAR_BLOB in exec_instructions()3835 && tv2->v_type == VAR_BLOB) in exec_instructions()5968 case VAR_BLOB: in tv2bool()
1125 case VAR_BLOB: in f_test_refcount()1182 rettv->v_type = VAR_BLOB; in f_test_null_blob()
237 case VAR_BLOB: in json_encode_item()
588 case VAR_BLOB: in luaV_pushtypval()717 tv->v_type = VAR_BLOB; in luaV_totypval()
1238 else if (tv->v_type == VAR_BLOB) in vim_to_ruby()
1926 case VAR_BLOB: in item_lock()2700 else if (tv->v_type == VAR_BLOB && tv->vval.v_blob == NULL) in eval_variable()
417 EXTERN type_T t_blob INIT6(VAR_BLOB, 0, 0, TTFLAG_STATIC, NULL, NULL);
1402 VAR_BLOB, // "v_blob" is used enumerator
872 else if (our_tv->v_type == VAR_BLOB) in VimToPython()6419 case VAR_BLOB: in ConvertToPyObject()
2262 else if (argvars[0].v_type == VAR_BLOB) in f_writefile()
4345 if (argvars[1].v_type == VAR_BLOB) in ch_raw_common()