| /vim-8.2.3635/src/ |
| H A D | testing.c | 287 || check_for_opt_string_arg(argvars, 2) == FAIL)) in assert_match_common() 539 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_assert_equalfile() 565 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_assert_exception() 607 && check_for_opt_string_arg(argvars, 4) == FAIL))))) in f_assert_fails() 842 || check_for_opt_string_arg(argvars, 3) == FAIL) in f_assert_inrange()
|
| H A D | evalwindow.c | 638 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_tabpagenr() 672 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_tabpagewinnr() 702 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_win_execute() 1073 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_winnr()
|
| H A D | clientserver.c | 800 || check_for_opt_string_arg(argvars, 2) == FAIL in f_remote_expr() 858 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_remote_peek() 951 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_remote_send()
|
| H A D | evalfunc.c | 2963 || (check_for_opt_string_arg(argvars, 1) == FAIL in f_confirm() 3577 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_execute() 3797 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_feedkeys() 6239 || check_for_opt_string_arg(argvars, 1) == FAIL in f_hasmapto() 6542 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_inputsecret() 8036 || check_for_opt_string_arg(argvars, 1) == FAIL in search_cmn() 8404 || check_for_opt_string_arg(argvars, 3) == FAIL in searchpair_cmn() 8949 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_setreg() 9120 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_settagstack() 9437 || check_for_opt_string_arg(argvars, 1) == FAIL in f_split() [all …]
|
| H A D | filepath.c | 839 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_delete() 957 || check_for_opt_string_arg(argvars, 1) == FAIL in findfilendir() 1463 || check_for_opt_string_arg(argvars, 1) == FAIL in f_mkdir() 1972 || check_for_opt_string_arg(argvars, 1) == FAIL in f_readfile() 2249 || check_for_opt_string_arg(argvars, 2) == FAIL)) in f_writefile()
|
| H A D | if_cscope.c | 2468 && (check_for_opt_string_arg(argvars, 1) == FAIL in f_cscope_connection() 2470 && check_for_opt_string_arg(argvars, 2) == FAIL))))) in f_cscope_connection()
|
| H A D | map.c | 2298 || check_for_opt_string_arg(argvars, 1) == FAIL in f_maparg() 2316 || check_for_opt_string_arg(argvars, 1) == FAIL in f_mapcheck()
|
| H A D | ex_getln.c | 4570 || check_for_opt_string_arg(argvars, 1) == FAIL in get_user_input() 4572 && check_for_opt_string_arg(argvars, 2) == FAIL))) in get_user_input()
|
| H A D | textprop.c | 732 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_prop_find()
|
| H A D | typval.c | 391 check_for_opt_string_arg(typval_T *args, int idx) in check_for_opt_string_arg() function
|
| H A D | misc1.c | 753 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_state()
|
| H A D | strings.c | 1604 || check_for_opt_string_arg(argvars, 1) == FAIL in f_trim()
|
| H A D | sign.c | 2281 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_sign_getdefined()
|
| H A D | menu.c | 2964 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_menu_info()
|
| H A D | list.c | 1451 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_join()
|
| H A D | quickfix.c | 8448 || check_for_opt_string_arg(argvars, 2) == FAIL in f_setloclist() 8466 || check_for_opt_string_arg(argvars, 1) == FAIL in f_setqflist()
|
| H A D | highlight.c | 4216 if (check_for_opt_string_arg(argvars, 0) == FAIL in f_hlget()
|
| H A D | channel.c | 4945 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_ch_logfile()
|
| /vim-8.2.3635/src/proto/ |
| H A D | typval.pro | 14 int check_for_opt_string_arg(typval_T *args, int idx);
|