| /vim-8.2.3635/src/testdir/ |
| H A D | vim9.vim | 59 def CheckScriptFailure(lines: list<string>, error: string, lnum = -3) 72 def CheckScriptFailureList(lines: list<string>, errors: list<string>, lnum = -3) 85 def CheckScriptSuccess(lines: list<string>) 98 def CheckDefAndScriptSuccess(lines: list<string>) 105 def CheckDefAndScriptFailure(lines: list<string>, error: string, lnum = -3) 122 def CheckDefExecAndScriptFailure(lines: list<string>, error: string, lnum = -3) 171 def CheckTransLegacySuccess(lines: list<string>) 184 def CheckTransDefSuccess(lines: list<string>) 196 def CheckTransVim9Success(lines: list<string>) 211 def CheckLegacyAndVim9Success(lines: list<string>) [all …]
|
| H A D | test_vim9_func.vim | 479 def MyVarargs(arg: string, ...rest: list<string>): string 885 def Func(s: string) 1080 def FilterWithCond(x: string, Cond: func(string): bool): bool 1182 def MyDefVarargs(one: string, two = 'foo', ...rest: list<string>): string 1377 def WithReservedNames(firstline: string, lastline: string): string 1640 def MyFunc(arg: string) 1733 def MyFunc(arg: string) 1744 def MyFunc(arg: string) 1756 def MyFunc(arg: string) 2207 def MakeArgRefsVarargs(theArg: string, ...rest: list<string>) [all …]
|
| H A D | test_vim9_disassemble.vim | 15 def s:ScriptFuncLoad(arg: string) 756 def Append(arg: string) 790 def EchoArg(arg: string): string 818 def DefinedLater(arg: string): string 844 def FuncWithDefault(l: number, arg: string = "default", nr = 77): string 2025 def SomeStringArg(arg: string) 2033 def SomeStringArgAndReturn(arg: string): string
|
| H A D | test_vim9_script.vim | 279 def SetText(v: string) 1096 def Concat(arg: string): string 1804 def MyFunc(arg: string) 3919 def some#varargs(a1: string, ...l: list<string>): string 4370 def g:SetName(arg: string)
|
| H A D | test_vim9_cmd.vim | 398 def MethodAfterLinebreak(arg: string) 1237 def g:SomeComplFunc(findstart: number, base: string): any
|
| H A D | test_debugger.vim | 1042 def g:FuncWithArgs(text: string, nr: number, ...items: list<number>)
|
| H A D | test_ins_complete.vim | 132 def omni#func(findstart: bool, base: string): any
|
| H A D | test_vim9_expr.vim | 2548 def BrokenCall(nr: number, mode: bool, use: string): void
|
| H A D | test_popupwin.vim | 2229 def CreatePopup(text: list<string>)
|
| /vim-8.2.3635/runtime/pack/dist/opt/matchit/autoload/ |
| H A D | matchit.vim | 366 fun! s:Wholematch(string, pat, start) argument 386 fun! s:Ref(string, d, ...) argument 431 fun! s:Count(string, pattern, ...) argument 510 fun! s:Choose(patterns, string, comma, branch, prefix, suffix, ...) argument
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | liquid.vim | 37 function! s:count(string,pattern) argument
|
| H A D | bst.vim | 45 function! s:count(string,char) argument
|
| H A D | clojure.vim | 76 function! s:match_one(patterns, string) argument
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | pdf.vim | 56 function! s:doobject(string) argument
|
| H A D | changelog.vim | 79 function! s:first_line(string) argument
|
| /vim-8.2.3635/src/ |
| H A D | strings.c | 21 vim_strsave(char_u *string) in vim_strsave() 40 vim_strnsave(char_u *string, size_t len) in vim_strnsave() 58 vim_strsave_escaped(char_u *string, char_u *esc_chars) in vim_strsave_escaped() 70 char_u *string, in vim_strsave_escaped_ext() 149 vim_strsave_shellescape(char_u *string, int do_special, int do_newline) in vim_strsave_shellescape() 308 vim_strsave_up(char_u *string) in vim_strsave_up() 322 vim_strnsave_up(char_u *string, size_t len) in vim_strnsave_up() 590 vim_strchr(char_u *string, int c) in vim_strchr() 647 vim_strbyte(char_u *string, int c) in vim_strbyte() 669 vim_strrchr(char_u *string, int c) in vim_strrchr()
|
| H A D | misc2.c | 1153 static char_u string[MAX_KEY_NAME_LEN + 1]; in get_special_key_name() local 1627 char_u string[3]; in get_special_key_code() local 2517 putenv(const char *string) in putenv() 2625 vimpty_getenv(const char_u *string) in vimpty_getenv()
|
| H A D | term.c | 2293 char_u *string; in add_termcap_entry() local 4214 add_termcode(char_u *name, char_u *string, int flags) in add_termcode() 4508 char_u *string, in put_string_in_typebuf() 4573 modifiers2keycode(int modifiers, int *key, char_u *string) in modifiers2keycode() 4893 char_u string[MAX_KEY_CODE_LEN + 1]; in handle_key_with_modifier() local 5314 char_u string[MAX_KEY_CODE_LEN + 1]; in check_termcode() local
|
| H A D | hardcopy.c | 1300 char *string; member 1308 char_u *string; member 1737 prt_resfile_strncmp(int offset, char *string, int len) in prt_resfile_strncmp() 2024 char *string) in prt_dsc_resources()
|
| H A D | misc1.c | 53 char_u *string; // pointer to comment string in get_leader_len() local 192 char_u *string; in get_last_leader_offset() local
|
| H A D | if_py_both.h | 257 PyObject *string; in add_string() local 410 write_output(OutputObject *self, PyObject *string) in write_output() 432 OutputWrite(OutputObject *self, PyObject *string) in OutputWrite() 688 VimCommand(PyObject *self UNUSED, PyObject *string) in VimCommand() 890 PyObject *string; in VimEval() local 942 VimEvalPy(PyObject *self UNUSED, PyObject *string) in VimEvalPy() 981 VimStrwidth(PyObject *self UNUSED, PyObject *string) in VimStrwidth() 4350 PyObject *string; in GetBufferLineList() local
|
| H A D | gui.c | 3095 char_u string[10]; in gui_send_mouse_event() local 3843 char_u string[3]; in send_tabline_event() local 3875 char_u string[3]; in send_tabline_menu_event() local
|
| H A D | os_vms.c | 65 ITEM string; member
|
| H A D | gui_x11.c | 770 char_u *string = string_shortbuf; in gui_x11_key_hit_cb() local 774 char_u string[4], string2[3]; in gui_x11_key_hit_cb() local
|
| /vim-8.2.3635/src/xpm/include/ |
| H A D | xpm.h | 123 char *string; /* characters string */ member
|