Home
last modified time | relevance | path

Searched refs:check_for_bool_arg (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dtypval.pro18 int check_for_bool_arg(typval_T *args, int idx);
/vim-8.2.3635/src/
H A Dtypval.c445 check_for_bool_arg(typval_T *args, int idx) in check_for_bool_arg() function
470 return check_for_bool_arg(args, idx); in check_for_opt_bool_arg()
H A Dtime.c803 || check_for_bool_arg(argvars, 1) == FAIL)) in f_timer_pause()
H A Dmap.c2355 || check_for_bool_arg(argvars, 1) == FAIL in f_mapset()
H A Dfilepath.c2515 && (check_for_bool_arg(argvars, 0) == FAIL in f_browse()
H A Devalfunc.c9630 || check_for_bool_arg(argvars, 2) == FAIL)) in f_synID()