| /vim-8.2.3635/src/ |
| H A D | dimm.idl | 244 … HRESULT Next([in] ULONG ulCount, [out] REGISTERWORDA *rgRegisterWord, [out] ULONG *pcFetched); 257 … HRESULT Next([in] ULONG ulCount, [out] REGISTERWORDW *rgRegisterWord, [out] ULONG *pcFetched); 271 HRESULT Next([in] ULONG ulCount, [out] HIMC *rgInputContext, [out] ULONG *pcFetched); 320 … HRESULT GetCandidateListCountA([in] HIMC hIMC, [out] DWORD *pdwListSize, [out] DWORD *pdwBufLen); 321 … HRESULT GetCandidateListCountW([in] HIMC hIMC, [out] DWORD *pdwListSize, [out] DWORD *pdwBufLen); 331 …HRESULT GetConversionStatus([in] HIMC hIMC, [out] DWORD *pfdwConversion, [out] DWORD *pfdwSentence… 403 … HRESULT GetCandidateListCountA([in] HIMC hIMC, [out] DWORD *pdwListSize, [out] DWORD *pdwBufLen); 404 … HRESULT GetCandidateListCountW([in] HIMC hIMC, [out] DWORD *pdwListSize, [out] DWORD *pdwBufLen); 466 …HRESULT GetHotKey([in] DWORD dwHotKeyID, [out] UINT *puModifiers, [out] UINT *puVKey, [out] HKL *p… 504 …HRESULT Inquire([in] DWORD dwSystemInfoFlags, [out] IMEINFO *pIMEInfo, [out] LPWSTR szWndClass, [o… [all …]
|
| H A D | winclip.c | 152 if (*out != NULL) in MultiByteToWideChar_alloc() 155 (*out)[*outlen] = 0; in MultiByteToWideChar_alloc() 166 LPSTR *out, int *outlen, in WideCharToMultiByte_alloc() argument 172 if (*out != NULL) in WideCharToMultiByte_alloc() 175 (*out)[*outlen] = 0; in WideCharToMultiByte_alloc() 499 WCHAR *out; in clip_mch_set_selection() local 505 if (out != NULL) in clip_mch_set_selection() 517 vim_free(out); in clip_mch_set_selection() 534 vim_free(out); in clip_mch_set_selection() 737 char_u **out, in acp_to_enc() argument [all …]
|
| H A D | os_vms.c | 286 if (out) in vms_sys() 287 vul_desc(&odsc, out); in vms_sys() 552 char *out_str=out; in vms_unix_mixed_filespec() 560 out += len; in vms_unix_mixed_filespec() 572 *out++ = '['; in vms_unix_mixed_filespec() 573 *out++ = '-'; in vms_unix_mixed_filespec() 574 end_of_dir = out; in vms_unix_mixed_filespec() 596 *out++ = ch; in vms_unix_mixed_filespec() 602 end_of_dir = out; in vms_unix_mixed_filespec() 607 *out++ = '-'; in vms_unix_mixed_filespec() [all …]
|
| H A D | regexp_nfa.c | 3000 s->out = out; in alloc_state() 3044 n.out = out; in frag() 3463 PUSH(frag(s, append(e1.out, e2.out))); in post2nfa() 6165 t->state->out1->out->out, &t->subs)) in nfa_regmatch() 6167 skip = t->state->out1->out->out; in nfa_regmatch() 6175 skip = t->state->out1->out->out; in nfa_regmatch() 6237 add_state = t->state->out1->out->out; in nfa_regmatch() 6243 add_state = t->state->out1->out->out; in nfa_regmatch() 6736 add_state = t->state->out->out; in nfa_regmatch() 6742 add_state = t->state->out->out; in nfa_regmatch() [all …]
|
| H A D | os_mac_conv.c | 57 int buflen, in, out, l, i; in mac_string_convert() local 132 for (d = retval, in = 0, out = 0; in < len && out < buflen - 1;) in mac_string_convert() 142 out++; in mac_string_convert() 146 if (!CFStringGetCString(cfstr, (char *)d, buflen - out, to)) in mac_string_convert() 149 out++; in mac_string_convert() 155 out += i; in mac_string_convert() 163 *lenp = out; in mac_string_convert()
|
| H A D | dehqx.py | 15 out = conv.FName variable 16 out_data = out 17 out_rsrc = out + '.rsrcfork'
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_mksession.vim | 19 mksession! Xtest_mks.out 24 source Xtest_mks.out 169 source Xtest_mks.out 228 source Xtest_mks.out 276 source Xtest_mks.out 312 source Xtest_mks.out 336 source Xtest_mks.out 353 source Xtest_mks.out 371 source Xtest_mks.out 375 source Xtest_mks.out [all …]
|
| H A D | Make_vms.mms | 38 .SUFFIXES : .out .in 40 SCRIPT = test20.out test21.out test22.out test23.out test24.out \ 41 test25.out test26.out test27.out \ 42 test77a.out 48 .in.out : 50 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then delete/noconfirm/nolog test.out.* 51 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then delete/noconfirm/nolog $*.out.* 61 -@ directory /size/date test.out 62 -@ if "''F$SEARCH("test.out.*")'" .NES. "" then rename/nolog test.out $*.out 63 -@ if "''F$SEARCH("$*.out.*")'" .NES. "" then differences /par $*.out $*.ok; [all …]
|
| H A D | Make_dos.mak | 20 .SUFFIXES: .in .out .res .vim 56 -if exist *.out del *.out 71 -if exist benchmark.out del benchmark.out 92 -@if exist test.out DEL test.out 93 -@if exist $(DOSTMP)\$(*B).out DEL $(DOSTMP)\$(*B).out 98 -@if exist test.out MOVE /y test.out $(DOSTMP)\$(*B).out > nul 107 $(DOSTMP)\$(*B).out 110 & del $(DOSTMP)\$(*B).out \ 112 else ( move /y test.out $*.out > nul ) 143 -if exist benchmark.out del benchmark.out [all …]
|
| H A D | test_cscope.vim | 14 cscope add Xcscope.out 18 for file in ['Xcscope.out', 'Xcscope2.out', 'Xmemfile_test.c'] 29 cscope add Xcscope.out 35 call assert_fails('cscope add Xcscope.out', 'E568:') 236 cscope add Xcscope.out 237 let a = execute('cscope kill Xcscope.out') 240 cscope add Xcscope.out . 253 cscope add Xcscope.out 254 cscope add Xcscope2.out . -C 273 call assert_equal('"cs add Xcscope.out Xcscope2.out', @:) [all …]
|
| H A D | test27.in | 34 :redir! >test.out 38 :w >>test.out 44 :redir >>test.out 48 :w >>test.out 58 :w >>test.out 68 :w >>test.out 78 :w >>test.out 88 :w >>test.out 98 :w >>test.out 104 :e! test.out [all …]
|
| H A D | test_system.vim | 25 let out = system('wc -l', bufnr('%')) 27 let out = substitute(out, '^ *', '', '') 28 call assert_equal("3\n", out) 30 let out = systemlist('wc -l', bufnr('%')) 32 if out != ["3\r"] 34 if type(out) == v:t_list 35 let out[0] = substitute(out[0], '^ *', '', '') 37 call assert_equal(['3'], out) 42 let out = systemlist('cat', bufnr('%')) 126 let out = 'echo 123'->system() [all …]
|
| H A D | Make_ming.mak | 32 .SUFFIXES: .in .out .res .vim 68 -@if exist *.out $(DEL) *.out 83 -@if exist benchmark.out del benchmark.out 103 %.out : $(DOSTMP)/%.in 104 -@if exist test.out $(DEL) test.out 110 -@if exist test.out $(MV) test.out $(DOSTMP)\$@ > NUL 120 @diff test.out $(basename $@).ok & if errorlevel 1 \ 121 ( $(MV) test.out $(basename $@).failed > NUL \ 124 else ( $(MV) test.out $(basename $@).out > NUL ) 155 -$(DEL) benchmark.out [all …]
|
| H A D | test_startup.vim | 269 call assert_equal(" verbose=0\n", out) 273 call assert_match(" verbose=2\n", out) 349 let out = system(GetVimCommand() .. ' -q xyz.err') 361 let out = join(readfile('Xverbosefile'), "\n") 363 call assert_match("\n verbose=2\n", out) 364 call assert_match("\n verbosefile=Xverbosefile", out) 614 let out = split(system(GetVimCommand() .. ' -ix'), "\n") 764 call assert_notmatch('E315:', out) 775 call assert_match("defaulting to 'ansi'", out) 811 call assert_equal('hello', out) [all …]
|
| H A D | Make_amiga.mak | 14 .SUFFIXES: .in .out .res .vim 20 csh -c \rm -rf *.out Xdir1 Xfind XfakeHOME Xdotest test.ok viminfo 22 .in.out: 25 diff test.out $*.ok 26 rename test.out $*.out 35 # Delete the .out file(s) to run test(s).
|
| H A D | test_fnamemodify.vim | 13 call assert_equal('t', fnamemodify('test.out', ':p')[-1:]) 17 call assert_equal('test.out', fnamemodify('test.out', ':.')) 19 call assert_equal('~/testdir/test.out', fnamemodify('test.out', ':~')) 23 call assert_equal('test.out', fnamemodify('test.out', ':p:t')) 24 call assert_equal('out', fnamemodify('test.out', ':p:e')) 25 call assert_equal('out', fnamemodify('test.out', ':p:t:e'))
|
| H A D | test_let.vim | 12 let out = execute('let a b') 14 call assert_equal(s, out) 18 call assert_equal(s, out) 22 call assert_equal(s, out) 26 call assert_equal(s, out) 30 let out = execute('let s') 32 call assert_equal(s, out) 36 let out = execute('let l') 38 call assert_equal(s, out) 44 call assert_equal(s, out) [all …]
|
| H A D | Makefile | 32 .SUFFIXES: .in .out .res .vim 80 RM_ON_RUN = test.out X* viminfo 81 RM_ON_START = test.ok benchmark.out 87 -rm -rf *.out *.failed *.res *.rej *.orig XfakeHOME Xdir1 Xfind 100 .in.out: 159 -rm -rf benchmark.out $(RM_ON_RUN)
|
| H A D | Make_all.mak | 22 test20.out \ 23 test21.out \ 24 test22.out \ 25 test23.out \ 26 test24.out \ 27 test25.out \ 28 test26.out \ 29 test27.out
|
| H A D | test77a.in | 3 and writes its cksum to test.out. 15 : w! test.out 20 : w! test.out 32 :.w! test.out
|
| H A D | test_ruby.vim | 102 call assert_fails('ruby $curbuf.delete(0)', 'IndexError: line number 0 out of range') 103 call assert_fails('ruby $curbuf.delete(3)', 'IndexError: line number 3 out of range') 119 \ 'IndexError: line number -1 out of range') 121 \ 'IndexError: line number 6 out of range') 156 \ 'IndexError: line number 0 out of range') 158 \ 'IndexError: line number 3 out of range') 170 \ 'IndexError: line number 0 out of range') 172 \ 'IndexError: line number 3 out of range') 359 redir => l:out 362 call assert_equal(['{"a"=>"foo", "b"=>123}'], split(l:out, "\n"))
|
| /vim-8.2.3635/runtime/macros/life/ |
| H A D | life.vim | 152 " ----- Work out one line ----- 154 " Work out 'T'op line (used by show next) 160 " Work out a line (used by show next, work out top and bottom lines) 176 " ----- END of Work out one line ----- 178 " ----- Work out one square ----- 183 " 'W'ork out a center square (used by work out line) 187 " Work out a 'L'eft square (used by work out line) 191 " Work out a 'R'ight square (used by work out line) 202 " ----- END of Work out one square ----- 204 " ----- Work out one germ ----- [all …]
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | vim2html.pl | 121 my @out = (); 127 push( @out, "|".maplink( $1 )."|" ); 132 push( @out, 152 push( @out, $_ ); 155 $_ = join( "", @out );
|
| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | runtest.vim | 1 " Runs all the indent tests for which there is no .out file. 19 if expand('<afile>') =~ '.*\.\(in\|out\|fail\|ok\)' 28 " Execute the test if the .out file does not exist of when the .in file is 31 let out_time = getftime(root . '.out') 34 call delete(root . '.out') 119 exe 'write ' . root . '.out'
|
| /vim-8.2.3635/src/proto/ |
| H A D | winclip.pro | 4 void MultiByteToWideChar_alloc(UINT cp, DWORD flags, LPCSTR in, int inlen, LPWSTR *out, int *outlen… 5 void WideCharToMultiByte_alloc(UINT cp, DWORD flags, LPCWSTR in, int inlen, LPSTR *out, int *outlen… 13 void acp_to_enc(char_u *str, int str_size, char_u **out, int *outlen); 14 void enc_to_acp(char_u *str, int str_size, char_u **out, int *outlen);
|