Searched refs:eof (Results 226 - 246 of 246) sorted by relevance

12345678910

/macosx-10.10/vim-55/runtime/syntax/
H A Dbaan.vim1495 syn keyword baanBshell seq.eof
1528 syn keyword baanBshell pipe.eof
1539 syn keyword baanBshell sock.eof
1553 syn keyword baanBshell ims.eof
H A Dscheme.vim105 syn keyword schemeFunc close-output-port eof-object? read read-char peek-char
H A Dtcl.vim25 syn keyword tclCommand close concat dde dict encoding eof error eval exec exit
H A Dfoxpro.vim140 syn match foxproFunc "\<eof\>\s*("me=e-1
H A Dperl.vim79 syn match perlStatementFiledesc "\<\%(binmode\|close\%(dir\)\=\|eof\|fileno\|getc\|lstat\|printf\=\|read\%(dir\|line\|pipe\)\|rewinddir\|say\|select\|stat\|tell\%(dir\)\=\|write\)\>" nextgroup=perlFiledescStatementNocomma skipwhite
H A Dprogress.vim161 syn keyword ProgressOperator movable move-after-tab-i[tem] move-before-tab-[item] move-col[umn] move-to-b[ottom] move-to-eof move-to-t[op] multiple multiple-key multitasking-interval must-exist
H A Dperl6.vim227 \ "evalfile run runinstead nothing want bless chr ord gmtime time eof",
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-cite.el112 'bib (list 'eof (buffer-file-name))
/macosx-10.10/ruby-106/ruby/lib/rdoc/parser/
H A Druby.rb1834 catch :eof do
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkText.c3226 TkTextIndex eof;
3250 TkBTreeNumLines(textPtr->sharedTextPtr->tree, textPtr), 0, &eof);
3251 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search);
3207 TkTextIndex eof; local
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs_bio.c1651 int error = 0, nfsvers, offset, length, eof = 0, multasyncrpc, finished; local
1691 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, auio, &rlen, &eof);
1754 if ((nfsvers == NFS_VER2) || eof || (rlen == 0)) {
/macosx-10.10/vim-55/src/
H A Dscreen.c891 int eof = FALSE; /* if TRUE, we hit the end of the file */ local
1586 eof = TRUE;
1899 eof = TRUE;
1927 if (!eof && !didline)
1968 if (eof) /* we hit the end of the file */
H A Dops.c5346 int eof; local
5409 while (!(eof = viminfo_readline(virp))
5448 return eof;
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSound.c1641 s->linkInfo.eof = 0;
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1495 int eof));
1498 int eof));
/macosx-10.10/emacs-93/emacs/lisp/
H A Dcomint.el71 ;; C-d comint-delchar-or-maybe-eof Delete char unless at end of buff
454 (define-key map "\C-d" 'comint-delchar-or-maybe-eof)
470 (define-key map "\C-c\C-d" 'comint-send-eof)
531 (define-key signals-map [eof] '("EOF" . comint-send-eof))
1964 (process-send-eof))
2210 (defun comint-delchar-or-maybe-eof (arg)
2216 (comint-send-eof)
2219 (defun comint-send-eof ()
2223 (process-send-eof))
[all...]
H A Dterm.el372 ;; c-d term-delchar-or-maybe-eof Delete char unless at end of buff.
744 (define-key term-mode-map "\C-d" 'term-delchar-or-maybe-eof)
758 (define-key term-mode-map "\C-c\C-d" 'term-send-eof)
849 (define-key newmap [eof] '("EOF" . term-send-eof))
2276 (defun term-delchar-or-maybe-eof (arg)
2281 (process-send-eof)
2284 (defun term-send-eof ()
2287 (process-send-eof))
4218 ;;; shell-send-eof ter
[all...]
/macosx-10.10/ntfs-84/kext/
H A Dntfs_vnops.c10302 eof:
10397 goto eof;
/macosx-10.10/vim-55/src/auto/
H A Dconfigure5260 cat -- "${PYTHON_CONFDIR}/Makefile" - <<'eof' >"${tmp_mkf}"
5267 eof
5543 cat -- "${PYTHON3_CONFDIR}/Makefile" - <<'eof' >"${tmp_mkf}"
5550 eof
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Dnode.cpp6133 while (!tok.newline() && !tok.eof()) {
/macosx-10.10/ruby-106/ruby/
H A Dio.c1673 * ios.eof -> true or false
1674 * ios.eof? -> true or false
1683 * f.eof #=> true
1685 * If <em>ios</em> is a stream such as pipe or socket, <code>IO#eof?</code>
1690 * r.eof? #=> true after 1 second blocking
1694 * r.eof? #=> false after 1 second blocking
1697 * r.eof? # blocks forever
1699 * Note that <code>IO#eof?</code> reads data to the input byte buffer.
1701 * <code>IO#eof?</code>, unless you call <code>IO#rewind</code>
1718 return eof(fpt
[all...]

Completed in 408 milliseconds

12345678910