Home
last modified time | relevance | path

Searched refs:eof (Results 1 – 25 of 37) sorted by relevance

12

/vim-8.2.3635/src/
H A Dviminfo.c981 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 Dtag.c1569 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 Dfileio.c220 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 Dmsvc2015.bat26 goto :eof
H A Ddrawscreen.c1445 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 Dtest_pyx3.vim97 pyx << trim eof
99 eof
H A Dtest_pyx2.vim97 pyx << trim eof
99 eof
H A Dtest_perl.vim338 perl << trim eof
340 eof
H A Dtest_ruby.vim433 ruby << trim eof
435 eof
H A Dtest_terminal.vim783 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 Dtest_lua.vim913 lua << trim eof
915 eof
/vim-8.2.3635/runtime/syntax/
H A Dtcsh.vim91 \ 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 Dexpect.vim54 syn keyword expectExpectOpts default eof full_buffer null return timeout
H A Dopl.vim34 syn keyword OPLStatement eof erase err err$ errx$ escape eval exist exp ext
H A Dvoscm.vim19 …continue\|control\|detach_input\|display_line\|display_line_partial\|echo\|eof\|eval\|if\|mode\|re…
H A Dscheme.vim235 syn keyword schemeFunction eof-object
236 syn keyword schemeFunction eof-object?
H A Dibasic.vim61 syn keyword ibasicBuiltInFunction cvi cvl cvs cvsmbf eof erdev erl err exp fileattr
H A Dreadline.vim296 \ vi-eof-maybe
H A Dbasic.vim86 syn keyword basicFunction CVSMBF cvsmbf Cvsmbf EOF eof Eof
H A Dmonk.vim95 syn keyword monkFunc close-output-port eof-object? read read-char peek-char
H A Dinitex.vim130 " \ '\\\%(else\|fi\|if\%(case\|cat\|dim\|eof\|false\|[hv]box\|[hmv]mode\|inner\|num\|odd\|true…
H A Dbaan.vim1488 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 Dtcl.vim20 syn keyword tclCommand dde dict encoding eof error eval exec exit expr fblocked
/vim-8.2.3635/.github/workflows/
H A Dci.yml422 goto :eof
433 goto :eof
/vim-8.2.3635/runtime/doc/
H A Dterminal.txt217 ++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

12