Lines Matching refs:VAR_STRING
329 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_string_or_nr()
342 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_buffer()
355 || type->tt_type == VAR_STRING in arg_buffer_or_dict_any()
370 || type->tt_type == VAR_STRING || type->tt_type == VAR_NUMBER) in arg_lnum()
382 if (type->tt_type == VAR_ANY || type->tt_type == VAR_STRING) in arg_string_or_list_string()
390 || type->tt_member->tt_type == VAR_STRING) in arg_string_or_list_string()
404 || type->tt_type == VAR_STRING || type->tt_type == VAR_LIST) in arg_string_or_list_any()
417 || type->tt_type == VAR_STRING || type->tt_type == VAR_BLOB) in arg_string_or_blob()
529 || type->tt_type == VAR_STRING in arg_str_or_nr_or_list()
545 || type->tt_type == VAR_STRING) in arg_dict_any_or_string()
594 || type->tt_type == VAR_STRING in arg_len1()
629 || type->tt_type == VAR_STRING in arg_repeat1()
648 || type->tt_type == VAR_STRING) in arg_slice1()
663 || type->tt_type == VAR_STRING in arg_count1()
681 || type->tt_type == VAR_STRING in arg_cursor1()
2634 || (argvars[0].v_type == VAR_STRING in non_zero_arg()
2661 rettv->v_type = VAR_STRING; in f_balloon_gettext()
3059 argvars[0].v_type == VAR_STRING) in set_cursorpos()
3061 argvars[1].v_type == VAR_STRING)) in set_cursorpos()
3200 case VAR_STRING: in f_empty()
3326 rettv->v_type = VAR_STRING; in f_escape()
3472 rettv->v_type = VAR_STRING; in execute_common()
3685 rettv->v_type = VAR_STRING; in f_expand()
3720 if (rettv->v_type == VAR_STRING) in f_expand()
3755 rettv->v_type = VAR_STRING; in f_expandcmd()
3894 rettv->v_type = VAR_STRING; in f_fnameescape()
4145 if (argcount == 1 && argtypes[0]->tt_type == VAR_STRING) in ret_f_function()
4250 rettv->v_type = (*what == 'f' ? VAR_FUNC : VAR_STRING); in f_get()
4479 rettv->v_type = VAR_STRING; in f_getenv()
4488 rettv->v_type = VAR_STRING; in f_getfontname()
4679 rettv->v_type = VAR_STRING; in f_getreg()
4709 rettv->v_type = VAR_STRING; in f_getregtype()
4733 rettv->v_type = VAR_STRING; in f_getregtype()
4770 if (argvars[0].v_type != VAR_STRING in f_gettext()
4778 rettv->v_type = VAR_STRING; in f_gettext()
6293 rettv->v_type = VAR_STRING; in f_hostname()
6439 rettv->v_type = VAR_STRING; in f_inputdialog()
6653 case VAR_STRING: in f_len()
6707 if (argvars[0].v_type == VAR_STRING && argvars[1].v_type == VAR_STRING) in libcall_common()
6710 if (argvars[2].v_type == VAR_STRING) in libcall_common()
6739 libcall_common(argvars, rettv, VAR_STRING); in f_libcall()
6898 rettv->v_type = VAR_STRING; in find_some_match()
7257 argvars[0].v_type = VAR_STRING; in mzscheme_call_vim()
7319 rettv->v_type = VAR_STRING; in f_nr2char()
7394 rettv->v_type = VAR_STRING; in f_printf()
7854 rettv->v_type = VAR_STRING; in return_register()
7927 rettv->v_type = VAR_STRING; in f_repeat()
8313 rettv->v_type = VAR_STRING; in f_screenstring()
9142 else if (argvars[2].v_type == VAR_STRING) in f_settagstack()
9182 rettv->v_type = VAR_STRING; in f_sha256()
9202 rettv->v_type = VAR_STRING; in f_shellescape()
9243 rettv->v_type = VAR_STRING; in f_soundfold()
9409 li->li_tv.v_type = VAR_STRING; in f_spellsuggest()
9532 rettv->v_type = VAR_STRING; in f_submatch()
9572 rettv->v_type = VAR_STRING; in f_substitute()
9601 rettv->v_type = VAR_STRING; in f_swapname()
9741 rettv->v_type = VAR_STRING; in f_synIDattr()
9962 case VAR_STRING: n = VAR_TYPE_STRING; break; in f_type()
10030 rettv->v_type = VAR_STRING; in f_visualmode()
10058 rettv->v_type = VAR_STRING; in f_windowsversion()