Lines Matching defs:args

358 check_for_string_arg(typval_T *args, int idx)  in check_for_string_arg()
375 check_for_nonempty_string_arg(typval_T *args, int idx) in check_for_nonempty_string_arg()
391 check_for_opt_string_arg(typval_T *args, int idx) in check_for_opt_string_arg()
401 check_for_number_arg(typval_T *args, int idx) in check_for_number_arg()
418 check_for_opt_number_arg(typval_T *args, int idx) in check_for_opt_number_arg()
428 check_for_float_or_nr_arg(typval_T *args, int idx) in check_for_float_or_nr_arg()
445 check_for_bool_arg(typval_T *args, int idx) in check_for_bool_arg()
466 check_for_opt_bool_arg(typval_T *args, int idx) in check_for_opt_bool_arg()
477 check_for_blob_arg(typval_T *args, int idx) in check_for_blob_arg()
494 check_for_list_arg(typval_T *args, int idx) in check_for_list_arg()
511 check_for_opt_list_arg(typval_T *args, int idx) in check_for_opt_list_arg()
521 check_for_dict_arg(typval_T *args, int idx) in check_for_dict_arg()
538 check_for_opt_dict_arg(typval_T *args, int idx) in check_for_opt_dict_arg()
548 check_for_chan_or_job_arg(typval_T *args, int idx) in check_for_chan_or_job_arg()
566 check_for_opt_chan_or_job_arg(typval_T *args, int idx) in check_for_opt_chan_or_job_arg()
576 check_for_job_arg(typval_T *args, int idx) in check_for_job_arg()
593 check_for_opt_job_arg(typval_T *args, int idx) in check_for_opt_job_arg()
604 check_for_string_or_number_arg(typval_T *args, int idx) in check_for_string_or_number_arg()
621 check_for_opt_string_or_number_arg(typval_T *args, int idx) in check_for_opt_string_or_number_arg()
632 check_for_buffer_arg(typval_T *args, int idx) in check_for_buffer_arg()
641 check_for_opt_buffer_arg(typval_T *args, int idx) in check_for_opt_buffer_arg()
652 check_for_lnum_arg(typval_T *args, int idx) in check_for_lnum_arg()
661 check_for_opt_lnum_arg(typval_T *args, int idx) in check_for_opt_lnum_arg()
671 check_for_string_or_blob_arg(typval_T *args, int idx) in check_for_string_or_blob_arg()
688 check_for_string_or_list_arg(typval_T *args, int idx) in check_for_string_or_list_arg()
705 check_for_opt_string_or_list_arg(typval_T *args, int idx) in check_for_opt_string_or_list_arg()
715 check_for_string_or_dict_arg(typval_T *args, int idx) in check_for_string_or_dict_arg()
733 check_for_string_or_number_or_list_arg(typval_T *args, int idx) in check_for_string_or_number_or_list_arg()
753 check_for_opt_string_or_number_or_list_arg(typval_T *args, int idx) in check_for_opt_string_or_number_or_list_arg()
764 check_for_string_or_list_or_dict_arg(typval_T *args, int idx) in check_for_string_or_list_or_dict_arg()
783 check_for_list_or_blob_arg(typval_T *args, int idx) in check_for_list_or_blob_arg()
800 check_for_list_or_dict_arg(typval_T *args, int idx) in check_for_list_or_dict_arg()
819 check_for_list_or_dict_or_blob_arg(typval_T *args, int idx) in check_for_list_or_dict_or_blob_arg()
839 check_for_opt_buffer_or_dict_arg(typval_T *args, int idx) in check_for_opt_buffer_or_dict_arg()