Home
last modified time | relevance | path

Searched refs:check_for_opt_dict_arg (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dtextprop.c659 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in f_prop_clear()
910 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_prop_list()
1243 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_prop_type_delete()
1284 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_prop_type_get()
1353 if (in_vim9script() && check_for_opt_dict_arg(argvars, 0) == FAIL) in f_prop_type_list()
H A Dsign.c2240 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_sign_define()
2310 && check_for_opt_dict_arg(argvars, 1) == FAIL))) in f_sign_getplaced()
2548 || check_for_opt_dict_arg(argvars, 4) == FAIL)) in f_sign_place()
2772 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_sign_unplace()
H A Dmatch.c1191 && check_for_opt_dict_arg(argvars, 4) == FAIL))))) in f_matchadd()
1247 && check_for_opt_dict_arg(argvars, 4) == FAIL))))) in f_matchaddpos()
H A Dchannel.c1312 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in channel_open_func()
3866 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in common_channel_read()
4276 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in ch_expr_common()
4342 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in ch_raw_common()
5069 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_ch_status()
H A Dtime.c835 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_timer_start()
H A Devalwindow.c883 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_win_splitmove()
H A Dterminal.c4781 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_term_dumpwrite()
5655 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_term_dumpdiff()
5669 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_term_dumpload()
6377 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_term_start()
H A Dfilepath.c1645 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in f_readdir()
1698 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in f_readdirex()
H A Dquickfix.c8343 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_getloclist()
8358 if (in_vim9script() && check_for_opt_dict_arg(argvars, 0) == FAIL) in f_getqflist()
8450 && check_for_opt_dict_arg(argvars, 3) == FAIL))) in f_setloclist()
8468 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in f_setqflist()
H A Dsearch.c4108 if (in_vim9script() && check_for_opt_dict_arg(argvars, 0) == FAIL) in f_searchcount()
4801 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in do_fuzzymatch()
H A Djob.c1933 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_job_start()
H A Dtypval.c538 check_for_opt_dict_arg(typval_T *args, int idx) in check_for_opt_dict_arg() function
H A Dlist.c1984 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in do_sort_uniq()
H A Devalfunc.c2788 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_call()
3928 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in common_function()
/vim-8.2.3635/src/proto/
H A Dtypval.pro24 int check_for_opt_dict_arg(typval_T *args, int idx);