Searched refs:check_for_opt_list_arg (Results 1 – 5 of 5) sorted by relevance
22 int check_for_opt_list_arg(typval_T *args, int idx);
178 && (check_for_opt_list_arg(argvars, 0) == FAIL in f_reltime()180 && check_for_opt_list_arg(argvars, 1) == FAIL))) in f_reltime()
511 check_for_opt_list_arg(typval_T *args, int idx) in check_for_opt_list_arg() function
2735 if (in_vim9script() && check_for_opt_list_arg(argvars, 0) == FAIL) in f_complete_info()
3926 && (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()