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

12345678910

/macosx-10.10/vim-55/runtime/syntax/
H A Dvoscm.vim19 syn match voscmStatement "&\(label\|begin_parameters\|end_parameters\|goto\|attach_input\|break\|continue\|control\|detach_input\|display_line\|display_line_partial\|echo\|eof\|eval\|if\|mode\|return\|while\|set\|set_string\|then\|else\|do\|done\|end\)\>"
H A Dbasic.vim84 syn keyword basicFunction CVSMBF cvsmbf Cvsmbf EOF eof Eof
H A Dmonk.vim99 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\|void\|x\)\=\|or\)\>'
/macosx-10.10/kext_tools-384.1.4/
H A Dkextutil_main.c1717 Boolean eof = false; local
1730 user_response = (char *)user_input(&eof, "%s:", bundleIDCString);
1731 if (eof) {
/macosx-10.10/ruby-106/ruby/ext/ripper/
H A Dripper.y5812 if (flags & ESCAPE_META) goto eof;
5815 goto eof;
5818 if (peek('u')) goto eof;
5821 else if (c == -1 || !ISASCII(c)) goto eof;
5829 goto eof;
5832 if (flags & ESCAPE_CONTROL) goto eof;
5834 if (peek('u')) goto eof;
5839 else if (c == -1 || !ISASCII(c)) goto eof;
5842 eof:
5875 if (numlen == 0) goto eof;
[all...]
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dsh-script.el902 (defun sh-font-lock-close-heredoc (bol eof indented)
905 (let* ((eof-re (if eof (regexp-quote eof) ""))
909 eof-re "['\"]?\\([ \t|;&)<>]"
913 (ere (concat "^" (if indented "[ \t]*") eof-re "\n"))
939 (setq sh-here-doc-markers (delete eof sh-here-doc-markers))
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Diffe.sh2012 eof=$?
2023 eof=$?
2036 eof=$?
2039 case $eof in
/macosx-10.10/ksh-23/ksh/src/cmd/ksh93/tests/
H A Doptions.sh235 ignoreeof ignore-eof ignore_eof \
/macosx-10.10/ruby-106/ruby/test/stringio/
H A Dtest_stringio.rb235 assert_equal(true, f2.eof?)
/macosx-10.10/libxml2-26/libxml2/
H A Drngparser.c283 if (ctxt->cur >= ctxt->end) goto eof;
290 if (cur >= ctxt->end) goto eof;
362 eof:
/macosx-10.10/xnu-2782.1.97/bsd/nfs/
H A Dnfs4_vnops.c375 int error = 0, lockerror, nfsvers, numops, status, eof = 0; local
399 nfsm_chain_get_32(error, &nmrep, eof);
410 if (!eof && !retlen)
411 eof = 1;
412 *eofp = eof;
725 int i, status, more_entries = 1, eof, bp_dropped = 0; local
1042 /* Finally, get the eof boolean */
1043 nfsm_chain_get_32(error, &nmrep, eof);
1045 if (eof) {
6929 uint32_t denyMode, rflags, delegation, recall, eof, rle local
[all...]
H A Dnfs_vnops.c2607 int error = 0, nfsvers, eof = 0; local
2640 error = nmp->nm_funcs->nf_read_rpc_async_finish(np, req, uio, &retlen, &eof);
2663 if (eof || (retlen == 0))
2669 FSDBG_BOT(536, np, eof, uio_resid(uio), error);
2719 int error = 0, lockerror, nfsvers, status, eof = 0; local
2746 nfsm_chain_get_32(error, &nmrep, eof);
2759 if (!eof && !retlen)
2760 eof = 1;
2762 eof = 1;
2764 *eofp = eof;
5657 int i, status, attrflag, fhflag, more_entries = 1, eof, bp_dropped = 0; local
[all...]
/macosx-10.10/ruby-106/ruby/sample/
H A Dtest.rb665 test_ok(!tmp.eof? && /vt100/ =~ line)
675 test_ok(!(!tmp.eof? || /vt100/ =~ line || $bad))
691 test_ok(tmp.eof? && !$bad)
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkText.c1788 TkTextIndex eof;
1811 TkTextMakeByteIndex(textPtr->tree, TkBTreeNumLines(textPtr->tree), 0, &eof);
1812 TkBTreeStartSearch(&textPtr->selIndex, &eof, textPtr->selTagPtr, &search);
1777 TkTextIndex eof; local
/macosx-10.10/smb-759.0/kernel/smbfs/
H A Dsmbfs_smb.c1738 * the resource fork, they just set the eof to zero. We need to
2818 * Set the eof and clear and set the node flags required,
2885 /* We have a set eof pending do it here and clear the flag */
3795 uint64_t eof; local
3914 md_get_uint64le(mdp, &eof); /* EOF */
3916 *sizep = (size_t)eof; /* The calling routines can only handle size_t */
4144 uint64_t eof; local
4318 md_get_uint64le(mdp, &eof); /* EOF */
4320 *sizep = (size_t)eof; /* The calling routines can only handle size_t */
/macosx-10.10/ICU-531.30/icuSources/tools/tzcode/
H A Dtz2icu.cpp947 if (in.eof() || !in) {
987 if (!in.eof() && !in) {
1810 //eof
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dtkpasswd232 } eof break
/macosx-10.10/ruby-106/ruby/include/ruby/
H A Dwin32.h148 #define eof() _eof() macro
/macosx-10.10/ruby-106/ruby/test/net/ftp/
H A Dtest_ftp.rb801 sock.read unless sock.eof?
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_argf.rb409 p ARGF.eof?
430 ruby('-e', 'STDERR.reopen(STDOUT); ARGF.gets; ARGF.skip; p ARGF.eof?', t1.path, t2.path) do |f|
H A Dtest_io_m17n.rb2061 assert(!f.eof?, "[ruby-dev:40506] (3)")
2489 until f.eof?
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundFile.c111 GuessFileType(char *buf, int len, int eof) argument
130 if (flag && !eof) {
3466 infoPtr->eof = 0;
3521 infoPtr->eof = 1;
/macosx-10.10/tidy-15.15/tidy/include/
H A Dtidy.h418 TidyEOFFunc eof; /**< Pointer to "eof" callback */ member in struct:_TidyInputSource
/macosx-10.10/vim-55/src/
H A Dfileio.c6459 char *eof; local
6465 eof = fgets_cr((char *)buf, size, fp);
6467 eof = fgets((char *)buf, size, fp);
6484 return (eof == NULL);
6501 int eof = FALSE; local
6508 eof = TRUE;
6527 return eof;

Completed in 312 milliseconds

12345678910