Searched refs:check_for_string_or_dict_arg (Results 1 – 3 of 3) sorted by relevance
38 int check_for_string_or_dict_arg(typval_T *args, int idx);
715 check_for_string_or_dict_arg(typval_T *args, int idx) in check_for_string_or_dict_arg() function
2544 if (in_vim9script() && check_for_string_or_dict_arg(argvars, 0) == FAIL) in f_complete_add()