Lines Matching refs:args

12 int check_for_string_arg(typval_T *args, int idx);
13 int check_for_nonempty_string_arg(typval_T *args, int idx);
14 int check_for_opt_string_arg(typval_T *args, int idx);
15 int check_for_number_arg(typval_T *args, int idx);
16 int check_for_opt_number_arg(typval_T *args, int idx);
17 int check_for_float_or_nr_arg(typval_T *args, int idx);
18 int check_for_bool_arg(typval_T *args, int idx);
19 int check_for_opt_bool_arg(typval_T *args, int idx);
20 int check_for_blob_arg(typval_T *args, int idx);
21 int check_for_list_arg(typval_T *args, int idx);
22 int check_for_opt_list_arg(typval_T *args, int idx);
23 int check_for_dict_arg(typval_T *args, int idx);
24 int check_for_opt_dict_arg(typval_T *args, int idx);
25 int check_for_chan_or_job_arg(typval_T *args, int idx);
26 int check_for_opt_chan_or_job_arg(typval_T *args, int idx);
27 int check_for_job_arg(typval_T *args, int idx);
28 int check_for_opt_job_arg(typval_T *args, int idx);
29 int check_for_string_or_number_arg(typval_T *args, int idx);
30 int check_for_buffer_arg(typval_T *args, int idx);
31 int check_for_opt_buffer_arg(typval_T *args, int idx);
32 int check_for_lnum_arg(typval_T *args, int idx);
33 int check_for_opt_lnum_arg(typval_T *args, int idx);
34 int check_for_opt_string_or_number_arg(typval_T *args, int idx);
35 int check_for_string_or_blob_arg(typval_T *args, int idx);
36 int check_for_string_or_list_arg(typval_T *args, int idx);
37 int check_for_opt_string_or_list_arg(typval_T *args, int idx);
38 int check_for_string_or_dict_arg(typval_T *args, int idx);
39 int check_for_string_or_number_or_list_arg(typval_T *args, int idx);
40 int check_for_opt_string_or_number_or_list_arg(typval_T *args, int idx);
41 int check_for_string_or_list_or_dict_arg(typval_T *args, int idx);
42 int check_for_list_or_blob_arg(typval_T *args, int idx);
43 int check_for_list_or_dict_arg(typval_T *args, int idx);
44 int check_for_list_or_dict_or_blob_arg(typval_T *args, int idx);
45 int check_for_opt_buffer_or_dict_arg(typval_T *args, int idx);