Home
last modified time | relevance | path

Searched defs:expected (Results 1 – 15 of 15) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_regex_char_classes.vim7 function RunSTest(value, calls, expected) argument
15 function RunXTest(value, search_exp, expected) argument
H A Dtest_shortpathname.vim10 func TestIt(file, bits, expected) argument
H A Dtest_listchars.vim376 func s:CheckListCharsValue(expected) argument
H A Dtest_textobjects.vim6 func CpoM(line, useM, expected) argument
H A Dtest_utf8_comparisons.vim4 func Ch(a, op, b, expected) argument
H A Dtest_undo.vim137 func BackOne(expected) argument
H A Dtest_syntax.vim30 func AssertHighlightGroups(lnum, startcol, expected, trans = 1, msg = "") argument
H A Dtest_fold.vim234 func Check_foldlevels(expected) argument
/vim-8.2.3635/runtime/indent/
H A Dpython.vim34 function s:Dedented(lnum, expected) argument
/vim-8.2.3635/src/
H A Dvim9type.c444 type_T *expected, in check_typval_arg_type()
461 check_typval_type(type_T *expected, typval_T *actual_tv, where_T where) in check_typval_type()
486 type_mismatch(type_T *expected, type_T *actual) in type_mismatch()
492 arg_type_mismatch(type_T *expected, type_T *actual, int arg_idx) in arg_type_mismatch()
501 type_mismatch_where(type_T *expected, type_T *actual, where_T where) in type_mismatch_where()
536 check_type(type_T *expected, type_T *actual, int give_msg, where_T where) in check_type()
635 type_T *expected; in check_argument_types() local
H A Dvim9compile.c987 type_T *expected, in generate_TYPECHECK()
1010 type_T *expected) in generate_SETTYPE()
1026 use_typecheck(type_T *actual, type_T *expected) in use_typecheck()
1055 type_T *expected, in need_type_where()
1091 type_T *expected, in need_type()
1897 type_T *expected; in generate_LISTAPPEND() local
2004 type_T *expected; in generate_CALL() local
2142 type_T *expected; in generate_PCALL() local
7251 type_T *expected; in compile_assignment() local
H A Dtesting.c630 char_u *expected; in f_assert_fails() local
H A Dvim9execute.c4794 type_T *expected = ufunc->uf_va_type->tt_member; in call_def_function() local
H A Devalfunc.c213 type_T *expected, in check_arg_type()
509 type_T *expected; in arg_item_of_prev() local
/vim-8.2.3635/runtime/tools/
H A Dxcmdsrv_client.c401 int expected, /* The one were waiting for */ in SendEventProc()