| /vim-8.2.3635/src/ |
| H A D | viminfo.c | 981 int eof; in barline_parse() local 1063 eof = viminfo_readline(virp); in barline_parse() 1590 int eof; in read_viminfo_register() local 1719 return eof; in read_viminfo_register() 2233 int eof, in copy_viminfo_marks() argument 2820 int eof; in read_viminfo_up_to_marks() local 2840 eof = viminfo_readline(virp); in read_viminfo_up_to_marks() 2848 eof = viminfo_encoding(virp); in read_viminfo_up_to_marks() 2901 eof = TRUE; in read_viminfo_up_to_marks() 2916 return eof; in read_viminfo_up_to_marks() [all …]
|
| H A D | tag.c | 1569 int eof = FALSE; // found end-of-file in find_tags() local 1961 eof = vim_fgets(lbuf, lbuf_size, fp); in find_tags() 1962 if (!eof && search_info.curr_offset != 0) in find_tags() 1973 eof = vim_fgets(lbuf, lbuf_size, fp); in find_tags() 1976 while (!eof && vim_isblankline(lbuf)) in find_tags() 1981 if (eof) in find_tags() 2002 eof = cs_fgets(lbuf, lbuf_size); in find_tags() 2005 eof = vim_fgets(lbuf, lbuf_size, fp); in find_tags() 2006 } while (!eof && vim_isblankline(lbuf)); in find_tags() 2008 if (eof) in find_tags() [all …]
|
| H A D | fileio.c | 220 int eof; in readfile() local 1215 eof = FALSE; in readfile() 1264 eof = TRUE; in readfile() 1288 eof = size; in readfile() 1292 eof = (size < eof || filesize_count == filesize_disk); in readfile() 1323 size, eof); in readfile() 1333 &newptr, eof); in readfile() 3675 char *eof; in vim_fgets() local 3680 eof = fgets((char *)buf, size, fp); in vim_fgets() 3692 return (eof == NULL); in vim_fgets()
|
| H A D | msvc2015.bat | 26 goto :eof
|
| H A D | drawscreen.c | 1445 int eof = FALSE; // if TRUE, we hit the end of the file in win_update() local 2193 eof = TRUE; in win_update() 2532 eof = TRUE; in win_update() 2573 if (!eof && !didline) in win_update() 2628 if (eof) // we hit the end of the file in win_update()
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_pyx3.vim | 97 pyx << trim eof 99 eof
|
| H A D | test_pyx2.vim | 97 pyx << trim eof 99 eof
|
| H A D | test_perl.vim | 338 perl << trim eof 340 eof
|
| H A D | test_ruby.vim | 433 ruby << trim eof 435 eof
|
| H A D | test_terminal.vim | 783 exe '1term ++eof=exit(123) ' .. s:python 801 exe '1term ++eof=<C-Z> ' .. s:python 810 " Check the last specified ++eof arg is used and should not memory leak. 813 exe '1term ++eof=<C-Z> ++eof=exit(123) ' .. s:python
|
| H A D | test_lua.vim | 913 lua << trim eof 915 eof
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | tcsh.vim | 91 \ delete-char-or-eof delete-char-or-list 92 \ delete-char-or-list-or-eof delete-word digit digit-argument 100 \ list-or-eof load-average magic-space newline newline-and-hold
|
| H A D | expect.vim | 54 syn keyword expectExpectOpts default eof full_buffer null return timeout
|
| H A D | opl.vim | 34 syn keyword OPLStatement eof erase err err$ errx$ escape eval exist exp ext
|
| H A D | voscm.vim | 19 …continue\|control\|detach_input\|display_line\|display_line_partial\|echo\|eof\|eval\|if\|mode\|re…
|
| H A D | scheme.vim | 235 syn keyword schemeFunction eof-object 236 syn keyword schemeFunction eof-object?
|
| H A D | ibasic.vim | 61 syn keyword ibasicBuiltInFunction cvi cvl cvs cvsmbf eof erdev erl err exp fileattr
|
| H A D | readline.vim | 296 \ vi-eof-maybe
|
| H A D | basic.vim | 86 syn keyword basicFunction CVSMBF cvsmbf Cvsmbf EOF eof Eof
|
| H A D | monk.vim | 95 syn keyword monkFunc close-output-port eof-object? read read-char peek-char
|
| H A D | initex.vim | 130 " \ '\\\%(else\|fi\|if\%(case\|cat\|dim\|eof\|false\|[hv]box\|[hmv]mode\|inner\|num\|odd\|true…
|
| H A D | baan.vim | 1488 syn keyword baanBshell seq.eof 1521 syn keyword baanBshell pipe.eof 1532 syn keyword baanBshell sock.eof 1546 syn keyword baanBshell ims.eof
|
| H A D | tcl.vim | 20 syn keyword tclCommand dde dict encoding eof error eval exec exit expr fblocked
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | ci.yml | 422 goto :eof 433 goto :eof
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | terminal.txt | 217 ++eof argument below. 257 ++eof={text} When using [range]: text to send after 262 E.g. for a shell use "++eof=exit" and 263 for Python "++eof=exit()". Special
|