Home
last modified time | relevance | path

Searched refs:check_for_opt_bool_arg (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/
H A Dstrings.c880 || check_for_opt_bool_arg(argvars, 2) == FAIL)) in f_charidx()
934 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_str2list()
982 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_str2nr()
1166 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_strchars()
1235 && check_for_opt_bool_arg(argvars, 3) == FAIL))) in f_strcharpart()
1324 && check_for_opt_bool_arg(argvars, 3) == FAIL))) in f_strpart()
H A Devalfunc.c2841 || 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()
4635 && (check_for_opt_bool_arg(argvars, 1) == 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()
7300 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_nr2char()
8366 || check_for_opt_bool_arg(argvars, 1) == FAIL in f_searchdecl()
9196 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_shellescape()
[all …]
H A Dfilepath.c1282 || check_for_opt_bool_arg(argvars, 1) == FAIL in f_glob()
1284 && (check_for_opt_bool_arg(argvars, 2) == FAIL in f_glob()
1286 && check_for_opt_bool_arg(argvars, 3) == FAIL))))) in f_glob()
1364 || check_for_opt_bool_arg(argvars, 2) == FAIL in f_globpath()
1366 && (check_for_opt_bool_arg(argvars, 3) == FAIL in f_globpath()
1368 && check_for_opt_bool_arg(argvars, 4) == FAIL))))) in f_globpath()
H A Dmap.c2300 && (check_for_opt_bool_arg(argvars, 2) == FAIL in f_maparg()
2302 && check_for_opt_bool_arg(argvars, 3) == FAIL))))) in f_maparg()
2318 && check_for_opt_bool_arg(argvars, 2) == FAIL))) in f_mapcheck()
H A Devalbuffer.c432 && check_for_opt_bool_arg(argvars, 1) == FAIL))) in f_bufnr()
H A Ddigraph.c2446 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_digraph_getlist()
H A Dlist.c1660 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_list2str()
2712 || check_for_opt_bool_arg(argvars, 2) == FAIL in f_count()
H A Dtypval.c466 check_for_opt_bool_arg(typval_T *args, int idx) in check_for_opt_bool_arg() function
H A Dmisc1.c635 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_mode()
H A Dgetchar.c2031 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in getchar_common()
H A Dcmdexpand.c2900 || check_for_opt_bool_arg(argvars, 2) == FAIL)) in f_getcompletion()
H A Dhighlight.c4218 && check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_hlget()
H A Dpopupwin.c2154 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_popup_clear()
H A Dterminal.c6000 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_term_gettty()
/vim-8.2.3635/src/proto/
H A Dtypval.pro19 int check_for_opt_bool_arg(typval_T *args, int idx);