Home
last modified time | relevance | path

Searched refs:check_for_opt_string_or_number_arg (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro34 int check_for_opt_string_or_number_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dcmdhist.c581 || check_for_opt_string_or_number_arg(argvars, 1) == FAIL)) in f_histdel()
H A Djob.c1976 || check_for_opt_string_or_number_arg(argvars, 1) == FAIL)) in f_job_stop()
H A Dtypval.c621 check_for_opt_string_or_number_arg(typval_T *args, int idx) in check_for_opt_string_or_number_arg() function