Home
last modified time | relevance | path

Searched refs:check_for_string_or_dict_arg (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro38 int check_for_string_or_dict_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dtypval.c715 check_for_string_or_dict_arg(typval_T *args, int idx) in check_for_string_or_dict_arg() function
H A Dinsexpand.c2544 if (in_vim9script() && check_for_string_or_dict_arg(argvars, 0) == FAIL) in f_complete_add()