| /vim-8.2.3635/src/testdir/ |
| H A D | test_let.vim | 104 func s:set_arg1(a) abort argument 108 func s:set_arg2(a) abort argument 112 func s:set_arg3(a) abort argument 117 func s:set_arg4(a) abort argument 122 func s:set_arg5(a) abort argument 127 func s:set_arg6(a) abort argument 131 func s:set_arg7(a) abort argument 135 func s:set_arg8(a) abort argument 139 func s:set_arg9(a) abort argument 143 func s:set_arg10(a) abort argument [all …]
|
| H A D | test_utf8_comparisons.vim | 4 func Ch(a, op, b, expected) argument 9 func Chk(a, b, result) argument 34 func Check(a, b, result) argument 39 func LT(a, b) argument 43 func GT(a, b) argument 47 func EQ(a, b) argument
|
| H A D | gen_opt_test.vim | 182 let a = test_values[name] variable 184 let a = test_values['othernum'] variable 186 let a = test_values['otherstring'] variable
|
| H A D | test_maparg.vim | 103 map a something map 258 nmap a global map 259 nmap <buffer>a local map
|
| H A D | test_sort.vim | 5 func Compare1(a, b) abort argument 10 func Compare2(a, b) abort argument
|
| H A D | test_listdict.vim | 381 func d.func(a) dict argument 478 func d.func(a) argument 487 func GetArg(a) argument
|
| H A D | test_ins_complete.vim | 376 func s:ComplInCmdwin_GlobalCompletion(a, l, p) argument 380 func s:ComplInCmdwin_LocalCompletion(a, l, p) argument 424 func s:ComplInCmdwin_GlobalCompletionList(a, l, p) argument 428 func s:ComplInCmdwin_LocalCompletionList(a, l, p) argument
|
| H A D | test_user_func.vim | 47 func FuncWithRef(a) argument 121 func Args2(a = 1, b = 2, c = 3) argument 126 func s:fcn(a, b=1, c) argument
|
| H A D | test_usercommands.vim | 606 func T1(a, c, p) argument 615 func T2(a, c, p) argument
|
| H A D | test_cmdline.vim | 426 func T(a, c, p) argument 1572 func T(a, c, p) argument
|
| H A D | test_listener.vim | 3 func s:StoreList(s, e, a, l) argument
|
| /vim-8.2.3635/src/libvterm/src/ |
| H A D | rect.h | 30 static int rect_equal(VTermRect *a, VTermRect *b) in rect_equal() 49 static int rect_intersects(VTermRect *a, VTermRect *b) in rect_intersects()
|
| H A D | vterm_internal.h | 18 # define DEBUG_LOG1(s, a) fprintf(stderr, s, a) argument 19 # define DEBUG_LOG2(s, a, b) fprintf(stderr, s, a, b) argument 20 # define DEBUG_LOG3(s, a, b, c) fprintf(stderr, s, a, b, c) argument 23 # define DEBUG_LOG1(s, a) argument 24 # define DEBUG_LOG2(s, a, b) argument 25 # define DEBUG_LOG3(s, a, b, c) argument
|
| /vim-8.2.3635/src/ |
| H A D | version.h | 15 #define VIM_TOSTR_(a) #a argument 16 #define VIM_TOSTR(a) VIM_TOSTR_(a) argument
|
| H A D | macros.h | 24 #define LT_POS(a, b) (((a).lnum != (b).lnum) \ argument 29 #define LT_POSP(a, b) (((a)->lnum != (b)->lnum) \ argument 34 #define EQUAL_POS(a, b) (((a).lnum == (b).lnum) && ((a).col == (b).col) && ((a).coladd == (b).colad… argument 35 #define CLEAR_POS(a) do {(a)->lnum = 0; (a)->col = 0; (a)->coladd = 0;} while (0) argument 36 #define EMPTY_POS(a) ((a).lnum == 0 && (a).col == 0 && (a).coladd == 0) argument 38 #define LTOREQ_POS(a, b) (LT_POS(a, b) || EQUAL_POS(a, b)) argument 396 # define MIN(a, b) ((a) < (b) ? (a) : (b)) argument 399 # define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 403 #define ARRAY_LENGTH(a) (sizeof(a) / sizeof((a)[0])) argument
|
| H A D | nbdebug.h | 26 # define nbdebug(a) nbdbg a argument
|
| H A D | ascii.h | 17 #define IF_EB(a, b) a argument 22 #define ROT13(c, a) (((((c) - (a)) + 13) % 26) + (a)) argument 85 #define IF_EB(a, b) b argument 101 #define ROT13(c, a) (isupper(c) ? toupper(R13_(CharOrdUp(c))) : R13_(CharOrdLow(c))) argument
|
| H A D | mbyte.c | 3139 int a, in utf_convert() 3171 utf_fold(int a) in utf_fold() 3554 utf_toupper(int a) in utf_toupper() 3575 utf_islower(int a) in utf_islower() 3586 utf_tolower(int a) in utf_tolower() 3607 utf_isupper(int a) in utf_isupper()
|
| H A D | os_amiga.c | 82 # define dos_packet(a, b, c) DoPkt(a, b, c, 0, 0, 0, 0) argument 1629 sortcmp(const void *a, const void *b) in sortcmp()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | raku.vim | 45 func s:compareReverseFtime(a, b) argument
|
| /vim-8.2.3635/src/xdiff/ |
| H A D | xmacros.h | 29 #define XDL_MIN(a, b) ((a) < (b) ? (a): (b)) argument 30 #define XDL_MAX(a, b) ((a) > (b) ? (a): (b)) argument
|
| /vim-8.2.3635/src/po/ |
| H A D | check.vim | 165 let a = system("msgfmt --statistics " . filename) variable
|
| /vim-8.2.3635/src/xxd/ |
| H A D | xxd.c | 116 # define __P(a) a argument 185 # define __P(a) a argument 187 # define __P(a) () argument
|
| /vim-8.2.3635/src/libvterm/include/ |
| H A D | vterm.h | 49 INLINE int vterm_pos_cmp(VTermPos a, VTermPos b) in vterm_pos_cmp() 361 #define CSI_ARG_HAS_MORE(a) ((a) & CSI_ARG_FLAG_MORE) argument 362 #define CSI_ARG(a) ((a) & CSI_ARG_MASK) argument 367 #define CSI_ARG_IS_MISSING(a) (CSI_ARG(a) == CSI_ARG_MISSING) argument 368 #define CSI_ARG_OR(a,def) (CSI_ARG(a) == CSI_ARG_MISSING ? (def) : CSI_ARG(a)) argument 369 #define CSI_ARG_COUNT(a) (CSI_ARG(a) == CSI_ARG_MISSING || CSI_ARG(a) == 0 ? 1 : CSI_ARG(a)) argument
|
| /vim-8.2.3635/runtime/pack/dist/opt/dvorak/dvorak/ |
| H A D | enable.vim | 8 inoremap a a map
|