Searched refs:check_for_opt_bool_arg (Results 1 – 15 of 15) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | strings.c | 880 || 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 D | evalfunc.c | 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() 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 D | filepath.c | 1282 || 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 D | map.c | 2300 && (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 D | evalbuffer.c | 432 && check_for_opt_bool_arg(argvars, 1) == FAIL))) in f_bufnr()
|
| H A D | digraph.c | 2446 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_digraph_getlist()
|
| H A D | list.c | 1660 || 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 D | typval.c | 466 check_for_opt_bool_arg(typval_T *args, int idx) in check_for_opt_bool_arg() function
|
| H A D | misc1.c | 635 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_mode()
|
| H A D | getchar.c | 2031 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in getchar_common()
|
| H A D | cmdexpand.c | 2900 || check_for_opt_bool_arg(argvars, 2) == FAIL)) in f_getcompletion()
|
| H A D | highlight.c | 4218 && check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_hlget()
|
| H A D | popupwin.c | 2154 if (in_vim9script() && check_for_opt_bool_arg(argvars, 0) == FAIL) in f_popup_clear()
|
| H A D | terminal.c | 6000 || check_for_opt_bool_arg(argvars, 1) == FAIL)) in f_term_gettty()
|
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 19 int check_for_opt_bool_arg(typval_T *args, int idx);
|