Lines Matching refs:check_for_opt_bool_arg
2841 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_char2nr()
3148 && (check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_deepcopy()
3675 || check_for_opt_bool_arg(argvars, 1) == FAIL in f_expand()
3677 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_expand()
4166 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_garbagecollect()
4635 && (check_for_opt_bool_arg(argvars, 1) == FAIL in f_getreg()
4637 && check_for_opt_bool_arg(argvars, 2) == FAIL))))) in f_getreg()
5940 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_has()
6241 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_hasmapto()
6318 && check_for_opt_bool_arg(argvars, 3) == FAIL))) in f_index()
7300 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_nr2char()
8366 || check_for_opt_bool_arg(argvars, 1) == FAIL in f_searchdecl()
8368 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_searchdecl()
9196 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_shellescape()
9354 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_spellsuggest()
9439 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_split()
9514 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_submatch()
10027 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_visualmode()