Searched refs:check_for_dict_arg (Results 1 – 10 of 10) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | textprop.c | 165 || check_for_dict_arg(argvars, 2) == FAIL)) in f_prop_add() 327 if (check_for_dict_arg(argvars, 0) == FAIL in f_prop_add_list() 731 && (check_for_dict_arg(argvars, 0) == FAIL in f_prop_find() 969 && (check_for_dict_arg(argvars, 0) == FAIL in f_prop_remove() 1108 || check_for_dict_arg(argvars, 1) == FAIL)) in prop_type_set()
|
| H A D | dict.c | 1205 if (in_vim9script() && check_for_dict_arg(argvars, 0) == FAIL) in dict_list() 1327 && (check_for_dict_arg(argvars, 0) == FAIL in f_has_key()
|
| H A D | typval.c | 521 check_for_dict_arg(typval_T *args, int idx) in check_for_dict_arg() function 541 || check_for_dict_arg(args, idx) != FAIL); in check_for_opt_dict_arg()
|
| H A D | evalwindow.c | 1121 if (in_vim9script() && check_for_dict_arg(argvars, 0) == FAIL) in f_winrestview()
|
| H A D | popupwin.c | 1863 || check_for_dict_arg(argvars, 1) == FAIL)) in popup_create() 2785 || check_for_dict_arg(argvars, 1) == FAIL)) in f_popup_move() 2820 || check_for_dict_arg(argvars, 1) == FAIL)) in f_popup_setoptions()
|
| H A D | job.c | 1909 || check_for_dict_arg(argvars, 1) == FAIL)) in f_job_setoptions()
|
| H A D | map.c | 2356 || check_for_dict_arg(argvars, 2) == FAIL)) in f_mapset()
|
| H A D | evalfunc.c | 8782 if (in_vim9script() && check_for_dict_arg(argvars, 0) == FAIL) in f_setcharsearch() 9119 || check_for_dict_arg(argvars, 1) == FAIL in f_settagstack()
|
| H A D | channel.c | 5040 || check_for_dict_arg(argvars, 1) == FAIL)) in f_ch_setoptions()
|
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 23 int check_for_dict_arg(typval_T *args, int idx);
|