Home
last modified time | relevance | path

Searched refs:check_for_opt_list_arg (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro22 int check_for_opt_list_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dtime.c178 && (check_for_opt_list_arg(argvars, 0) == FAIL in f_reltime()
180 && check_for_opt_list_arg(argvars, 1) == FAIL))) in f_reltime()
H A Dtypval.c511 check_for_opt_list_arg(typval_T *args, int idx) in check_for_opt_list_arg() function
H A Dinsexpand.c2735 if (in_vim9script() && check_for_opt_list_arg(argvars, 0) == FAIL) in f_complete_info()
H A Devalfunc.c3926 && (check_for_opt_list_arg(argvars, 1) == FAIL in common_function()
7605 if (in_vim9script() && check_for_opt_list_arg(argvars, 0) == FAIL) in f_rand()