Home
last modified time | relevance | path

Searched refs:check_for_opt_number_arg (Results 1 – 17 of 17) sorted by relevance

/vim-8.2.3635/src/
H A Dmatch.c964 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_clearmatches()
985 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_getmatches()
1062 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_setmatches()
1187 || check_for_opt_number_arg(argvars, 2) == FAIL in f_matchadd()
1189 && (check_for_opt_number_arg(argvars, 3) == FAIL in f_matchadd()
1243 || check_for_opt_number_arg(argvars, 2) == FAIL in f_matchaddpos()
1245 && (check_for_opt_number_arg(argvars, 3) == FAIL in f_matchaddpos()
1335 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_matchdelete()
H A Devalwindow.c472 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_gettabinfo()
511 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_getwininfo()
570 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_getwinpos()
744 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_win_getid()
746 && check_for_opt_number_arg(argvars, 1) == FAIL))) in f_win_getid()
931 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_win_gettype()
1040 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_winlayout()
H A Darglist.c1274 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_argc()
1313 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_arglistid()
1315 && check_for_opt_number_arg(argvars, 1) == FAIL))) in f_arglistid()
1349 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_argv()
1351 && check_for_opt_number_arg(argvars, 1) == FAIL))) in f_argv()
H A Dstrings.c980 || check_for_opt_number_arg(argvars, 1) == FAIL in f_str2nr()
1071 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_stridx()
1190 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_strdisplaywidth()
1233 || check_for_opt_number_arg(argvars, 2) == FAIL in f_strcharpart()
1322 || check_for_opt_number_arg(argvars, 2) == FAIL in f_strpart()
1382 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_strridx()
1606 && check_for_opt_number_arg(argvars, 2) == FAIL))) in f_trim()
H A Devalfunc.c2965 && (check_for_opt_number_arg(argvars, 2) == FAIL in f_confirm()
3033 || check_for_opt_number_arg(argvars, 1) == FAIL in set_cursorpos()
4540 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_getjumplist()
6210 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_haslocaldir()
6316 || check_for_opt_number_arg(argvars, 2) == FAIL in f_index()
6768 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_line()
6905 || check_for_opt_number_arg(argvars, 2) == FAIL in find_some_match()
7714 || check_for_opt_number_arg(argvars, 1) == FAIL in f_range()
8038 && (check_for_opt_number_arg(argvars, 2) == FAIL in search_cmn()
8407 && (check_for_opt_number_arg(argvars, 5) == FAIL in searchpair_cmn()
[all …]
H A Dclientserver.c802 && check_for_opt_number_arg(argvars, 3) == FAIL))) in f_remote_expr()
907 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_remote_read()
H A Dfilepath.c959 && check_for_opt_number_arg(argvars, 2) == FAIL))) in findfilendir()
1093 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_getcwd()
1095 && check_for_opt_number_arg(argvars, 1) == FAIL))) in f_getcwd()
1465 && check_for_opt_number_arg(argvars, 2) == FAIL))) in f_mkdir()
1509 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_pathshorten()
1974 && check_for_opt_number_arg(argvars, 2) == FAIL))) in f_readfile()
H A Dtime.c285 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_strftime()
775 if (in_vim9script() && check_for_opt_number_arg(argvars, 0) == FAIL) in f_timer_info()
H A Dtextprop.c657 || check_for_opt_number_arg(argvars, 1) == FAIL in f_prop_clear()
970 || check_for_opt_number_arg(argvars, 1) == FAIL in f_prop_remove()
972 && check_for_opt_number_arg(argvars, 2) == FAIL))) in f_prop_remove()
H A Dlist.c994 || check_for_opt_number_arg(argvars, 1) == FAIL)) in flatten_common()
2714 && check_for_opt_number_arg(argvars, 3) == FAIL))) in f_count()
2995 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_insert()
3096 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_remove()
H A Dcmdhist.c613 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_histget()
H A Dtesting.c605 && (check_for_opt_number_arg(argvars, 3) == FAIL in f_assert_fails()
H A Dif_cscope.c2466 && (check_for_opt_number_arg(argvars, 0) == FAIL in f_cscope_connection()
H A Dtypval.c418 check_for_opt_number_arg(typval_T *args, int idx) in check_for_opt_number_arg() function
H A Deval.c4148 || check_for_opt_number_arg(argvars, 2) == FAIL)) in f_slice()
H A Dterminal.c6409 || check_for_opt_number_arg(argvars, 1) == FAIL)) in f_term_wait()
/vim-8.2.3635/src/proto/
H A Dtypval.pro16 int check_for_opt_number_arg(typval_T *args, int idx);