Searched refs:check_for_opt_dict_arg (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 659 && 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 D | sign.c | 2240 || 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 D | match.c | 1191 && 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 D | channel.c | 1312 || 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 D | time.c | 835 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_timer_start()
|
| H A D | evalwindow.c | 883 || check_for_opt_dict_arg(argvars, 2) == FAIL)) in f_win_splitmove()
|
| H A D | terminal.c | 4781 || 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 D | filepath.c | 1645 && 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 D | quickfix.c | 8343 || 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 D | search.c | 4108 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 D | job.c | 1933 || check_for_opt_dict_arg(argvars, 1) == FAIL)) in f_job_start()
|
| H A D | typval.c | 538 check_for_opt_dict_arg(typval_T *args, int idx) in check_for_opt_dict_arg() function
|
| H A D | list.c | 1984 && check_for_opt_dict_arg(argvars, 2) == FAIL))) in do_sort_uniq()
|
| H A D | evalfunc.c | 2788 || 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 D | typval.pro | 24 int check_for_opt_dict_arg(typval_T *args, int idx);
|