Home
last modified time | relevance | path

Searched defs:error (Results 1 – 25 of 44) sorted by relevance

12

/vim-8.2.3635/src/po/
H A Dcheck.vim45 let error = 0 variable
54 let error = lnum + 1 variable
69 let error = line('.') variable
81 let error = line('.') variable
93 let error = line('.') variable
122 let error = line('.') variable
154 let error = lnum variable
167 let error = matchstr(a, filename.':\zs\d\+\ze:')+0 variable
179 let error = search('\(^"[A-Za-z-_]\+: .*\\n"\n\)\+\zs', 'n') - 1 variable
182 let error = plural variable
/vim-8.2.3635/src/testdir/
H A Dvim9.vim26 func CheckDefFailure(lines, error, lnum = -3) argument
44 func CheckDefExecFailure(lines, error, lnum = -3) argument
155 func CheckLegacyFailure(lines, error) argument
H A Dtest_modeline.vim172 func s:modeline_fails(what, text, error) argument
H A Druntest.vim63 …let error = 'Screen size too small! Tests require at least 24 lines with 80 characters, got ' .. &… variable
/vim-8.2.3635/src/
H A Dblob.c418 int error = FALSE; in blob_remove() local
531 int error; in f_list2blob() local
H A Dvim9execute.c842 int error; in call_ufunc() local
1042 int error = FCERR_NONE; in call_partial() local
1069 error_if_locked(int lock, char *error) in error_if_locked()
2546 int error = FALSE; in exec_instructions() local
2608 int error = FALSE; in exec_instructions() local
2652 int error = FALSE; in exec_instructions() local
3221 int error = FALSE; in exec_instructions() local
3796 int error = FALSE; in exec_instructions() local
3823 int error = FALSE; in exec_instructions() local
4218 int error = FALSE; in exec_instructions() local
[all …]
H A Dmatch.c119 int error = FALSE; in match_add() local
1178 int error = FALSE; in f_matchadd() local
1233 int error = FALSE; in f_matchaddpos() local
H A Deval.c167 int *error, in eval_to_bool()
316 eval_expr_to_bool(typval_T *expr, int *error) in eval_expr_to_bool()
1305 int error = FALSE, val; in set_var_lval() local
2332 int error = FALSE; in eval1() local
2462 int error = FALSE; in eval2() local
2588 int error = FALSE; in eval3() local
2909 int error = FALSE; in eval5() local
2991 int error = FALSE; in eval5() local
3113 int error; in eval6() local
3674 int error = FALSE; in eval7_leader() local
[all …]
H A Dlist.c990 int error = FALSE; in flatten_common() local
1712 int error = FALSE; in list_remove() local
2029 int error = FALSE; in do_sort_uniq() local
2235 int error = FALSE; in filter_map_one() local
2686 int error = FALSE; in f_add() local
2708 int error = FALSE; in f_count() local
2837 int error = FALSE; in extend() local
2989 int error = FALSE; in f_insert() local
H A Dex_eval.c1001 int error; in ex_if() local
1073 int error; in ex_else() local
1164 int error; in ex_while() local
H A Dstrings.c1024 int error = FALSE; in f_strgetchar() local
1082 int error = FALSE; in f_stridx() local
1228 int error = FALSE; in f_strcharpart() local
1317 int error = FALSE; in f_strpart() local
1625 int error = 0; in f_trim() local
H A Dtesting.c312 int error = FALSE; in assert_bool() local
561 char_u *error; in f_assert_exception() local
769 int error = FALSE; in assert_inrange() local
H A Dfilepath.c950 int error = FALSE; in findfilendir() local
1278 int error = FALSE; in f_glob() local
1357 int error = FALSE; in f_globpath() local
1545 int error = FALSE; in checkitem_common() local
2512 int error = FALSE; in f_browse() local
H A Duserfunc.c1799 fname_trans_sid(char_u *name, char_u *fname_buf, char_u **tofree, int *error) in fname_trans_sid()
2866 int error; in call_user_func_check() local
3176 user_func_error(int error, char_u *name) in user_func_error()
3225 int error = FCERR_NONE; in call_func() local
5309 int error; in make_partial() local
5727 int error = FCERR_NONE; in set_ref_in_func() local
H A Devalfunc.c2959 int error = FALSE; in f_confirm() local
3667 int error = FALSE; in f_expand() local
4192 int error = FALSE; in f_get() local
4630 int error = FALSE; in f_getreg() local
6308 int error = FALSE; in f_index() local
6929 int error = FALSE; in find_some_match() local
7134 int error = FALSE; in max_min() local
7684 int error = FALSE; in f_srand() local
7710 int error = FALSE; in f_range() local
8359 int error = FALSE; in f_searchdecl() local
[all …]
H A Dfloat.c123 int error = FALSE; in f_abs() local
H A Dhighlight.c1388 int error = FALSE; in do_highlight() local
4230 int error = FALSE; in f_hlget() local
4256 hldict_get_string(dict_T *dict, char_u *key, int *error) in hldict_get_string()
4333 int error; in hlg_add_or_update() local
H A Ddigraph.c2453 int error = FALSE; in f_digraph_getlist() local
H A Devalbuffer.c426 int error = FALSE; in f_bufnr() local
H A Dbufwrite.c59 int error = FALSE; in ucs2bytes() local
H A Dvim9compile.c1482 int error) in generate_LOADV()
3008 int error) // when TRUE may give error in compile_load_scriptvar()
3128 int error) in compile_load()
3424 int error = FCERR_NONE; in compile_call() local
4080 int error = FALSE; in apply_leader() local
5525 int error = FALSE; in compile_expr1() local
7738 int error = FALSE; in compile_if() local
7911 int error = FALSE; in compile_elseif() local
H A Dtime.c145 int error = FALSE; in list2proftime() local
H A Dundo.c1330 int error; in unserialize_uhp() local
1441 unserialize_uep(bufinfo_T *bi, int *error, char_u *file_name) in unserialize_uep()
H A Devalvars.c1189 int error = FALSE; in list_arg_vars() local
1591 int error = FALSE; in ex_unletlock() local
3741 int error = FALSE; in set_option_from_tv() local
H A Djob.c427 int error = FALSE; in get_job_options() local

12