Lines Matching refs:VAR_STRING
41 rettv->v_type = VAR_STRING; in alloc_string_tv()
62 case VAR_STRING: in free_tv()
114 case VAR_STRING: in clear_tv()
201 case VAR_STRING: in tv_get_bool_or_number_chk()
313 case VAR_STRING: in tv_get_float()
360 if (args[idx].v_type != VAR_STRING) in check_for_string_arg()
606 if (args[idx].v_type != VAR_STRING && args[idx].v_type != VAR_NUMBER) in check_for_string_or_number_arg()
673 if (args[idx].v_type != VAR_STRING && args[idx].v_type != VAR_BLOB) in check_for_string_or_blob_arg()
690 if (args[idx].v_type != VAR_STRING && args[idx].v_type != VAR_LIST) in check_for_string_or_list_arg()
717 if (args[idx].v_type != VAR_STRING && args[idx].v_type != VAR_DICT) in check_for_string_or_dict_arg()
735 if (args[idx].v_type != VAR_STRING in check_for_string_or_number_or_list_arg()
766 if (args[idx].v_type != VAR_STRING in check_for_string_or_list_or_dict_arg()
842 && args[idx].v_type != VAR_STRING in check_for_opt_buffer_or_dict_arg()
945 case VAR_STRING: in tv_get_string_buf_chk_strict()
1087 case VAR_STRING: in copy_tv()
1366 && ((typ1->v_type != VAR_STRING && typ1->v_type != VAR_SPECIAL) in typval_compare()
1367 || (typ2->v_type != VAR_STRING && typ2->v_type != VAR_SPECIAL))) in typval_compare()
1431 if (!quotes && arg->v_type == VAR_STRING) in typval_tostring()
1586 case VAR_STRING: in tv_equal()
1675 rettv->v_type = VAR_STRING; in eval_option()
1699 rettv->v_type = VAR_STRING; in eval_option()
1880 rettv->v_type = VAR_STRING; in eval_string()
2022 rettv->v_type = VAR_STRING; in eval_lit_string()
2102 rettv->v_type = VAR_STRING; in eval_env_var()
2120 if (argvars[0].v_type != VAR_STRING || !in_vim9script()) in tv_get_lnum()
2142 if (argvars[0].v_type == VAR_STRING in tv_get_lnum_buf()
2161 if (tv->v_type != VAR_STRING) in tv_get_buf()
2190 && tv->v_type != VAR_STRING) in tv_get_buf_from_arg()