Home
last modified time | relevance | path

Searched refs:check_for_opt_string_or_list_arg (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro37 int check_for_opt_string_or_list_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dtesting.c602 || check_for_opt_string_or_list_arg(argvars, 1) == FAIL in f_assert_fails()
H A Dtypval.c705 check_for_opt_string_or_list_arg(typval_T *args, int idx) in check_for_opt_string_or_list_arg() function
H A Dsign.c2626 && check_for_opt_string_or_list_arg(argvars, 0) == FAIL) in f_sign_undefine()