Home
last modified time | relevance | path

Searched refs:check_for_opt_string_arg (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/
H A Dtesting.c287 || 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 Devalwindow.c638 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 Dclientserver.c800 || 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 Devalfunc.c2963 || (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 Dfilepath.c839 || 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 Dif_cscope.c2468 && (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 Dmap.c2298 || 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 Dex_getln.c4570 || 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 Dtextprop.c732 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_prop_find()
H A Dtypval.c391 check_for_opt_string_arg(typval_T *args, int idx) in check_for_opt_string_arg() function
H A Dmisc1.c753 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_state()
H A Dstrings.c1604 || check_for_opt_string_arg(argvars, 1) == FAIL in f_trim()
H A Dsign.c2281 if (in_vim9script() && check_for_opt_string_arg(argvars, 0) == FAIL) in f_sign_getdefined()
H A Dmenu.c2964 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_menu_info()
H A Dlist.c1451 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_join()
H A Dquickfix.c8448 || 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 Dhighlight.c4216 if (check_for_opt_string_arg(argvars, 0) == FAIL in f_hlget()
H A Dchannel.c4945 || check_for_opt_string_arg(argvars, 1) == FAIL)) in f_ch_logfile()
/vim-8.2.3635/src/proto/
H A Dtypval.pro14 int check_for_opt_string_arg(typval_T *args, int idx);