Home
last modified time | relevance | path

Searched refs:check_for_dict_arg (Results 1 – 10 of 10) sorted by relevance

/vim-8.2.3635/src/
H A Dtextprop.c165 || 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 Ddict.c1205 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 Dtypval.c521 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 Devalwindow.c1121 if (in_vim9script() && check_for_dict_arg(argvars, 0) == FAIL) in f_winrestview()
H A Dpopupwin.c1863 || 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 Djob.c1909 || check_for_dict_arg(argvars, 1) == FAIL)) in f_job_setoptions()
H A Dmap.c2356 || check_for_dict_arg(argvars, 2) == FAIL)) in f_mapset()
H A Devalfunc.c8782 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 Dchannel.c5040 || check_for_dict_arg(argvars, 1) == FAIL)) in f_ch_setoptions()
/vim-8.2.3635/src/proto/
H A Dtypval.pro23 int check_for_dict_arg(typval_T *args, int idx);