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

12345678910

/macosx-10.10/libstdcxx-104.1/src/
H A Dcompatibility.cc73 const int_type __eof = traits_type::eof();
139 const int_type __eof = traits_type::eof();
/macosx-10.10/swig-12/Lib/std/
H A Dstd_ios.i188 eof() const;
/macosx-10.10/tcl-105/tcl_ext/expect/expect/example/
H A Dmultixterm543 eof {wait;return}
574 eof [list xtermKill $sidCmd]
577 eof [list xtermKill $sidCmd]
666 eof [list xtermKill $sidCmd]
H A Dautoexpect341 } eof {
342 cmd "expect eof"
H A Dtknewsbiff220 } eof {
242 eof
H A Dvirterm294 } eof {
592 expect eof ; send_error "\n";
/macosx-10.10/tcsh-65/tcsh/
H A Dsh.glob.c805 int i, eof; local
809 eof = 0;
812 goto eof;
814 eof = 1;
825 if (!eof && (size_t)(tibuf + icnt - tmp) < MB_CUR_MAX) {
873 eof:
/macosx-10.10/groff-38/groff/src/roff/troff/
H A Ddiv.cpp692 while (!tok.newline() && !tok.eof())
771 while (!tok.newline() && !tok.eof())
799 while (!tok.newline() && !tok.eof())
834 while (!tok.newline() && !tok.eof())
844 while (!tok.newline() && !tok.eof())
H A Dinput.cpp757 while (!tok.newline() && !tok.eof())
1395 if (tok.newline() || tok.eof()) {
1421 if (tok.eof()) {
1452 if (tok.newline() || tok.eof()) {
1489 if (tok.newline() || tok.eof()) {
1511 if (tok.newline() || tok.eof()) {
1545 if (tok.newline() || tok.eof()) {
2370 if (tok.eof())
2389 if (tok.newline() || tok.eof()) {
2398 if (!tok.newline() && !tok.eof())
[all...]
/macosx-10.10/kext_tools-384.1.4/
H A Dkext_tools_util.c1519 const char * user_input(Boolean * eof, const char * format, ...) argument
1530 if (eof) {
1531 *eof = false;
1575 if (eof) {
1576 *eof = true;
/macosx-10.10/emacs-93/emacs/lisp/textmodes/
H A Dreftex-sel.el114 ;;; (memq (car entry) '(bof eof file-error))))
137 (memq (car entry) '(bof eof file-error))))
213 ((memq (car cell) '(bof eof file-error))
223 ((eq (car cell) 'eof) " ends here\n")
H A Dreftex-parse.el84 (member (list 'eof file) old-list))))
325 (push (list 'eof file) docstruct)))))
374 (eof-list (member (list 'eof file) old))
377 (if (not (and bof-list eof-list))
381 (length eof-list)))
384 (setcdr (nthcdr (1- (length new)) new) (cdr eof-list)))
581 (endelt (car (member (list 'eof (buffer-file-name))
604 (member (list 'eof (reftex-locate-file
617 (endelt (car (member (list 'eof (buffe
[all...]
/macosx-10.10/ncurses-44/ncurses/ncurses/tinfo/
H A Dread_termcap.c315 int eof = FALSE; local
373 eof = TRUE;
414 * If encountered eof check next file.
416 if (eof)
/macosx-10.10/vim-55/src/
H A Dtag.c1283 int eof = FALSE; /* found end-of-file */ local
1627 eof = tag_fgets(lbuf, LSIZE, fp);
1628 if (!eof && search_info.curr_offset != 0)
1643 eof = tag_fgets(lbuf, LSIZE, fp);
1646 while (!eof && vim_isblankline(lbuf))
1649 eof = tag_fgets(lbuf, LSIZE, fp);
1651 if (eof)
1672 eof = cs_fgets(lbuf, LSIZE);
1675 eof = tag_fgets(lbuf, LSIZE, fp);
1676 } while (!eof
[all...]
/macosx-10.10/cups-408/cups/everywhere/
H A Dbonjour-tests.bat106 goto :eof
306 goto :eof
324 goto :eof
/macosx-10.10/file_cmds-242/gzip/
H A Dzuncompress.c231 goto eof;
321 eof: return (num - count);
/macosx-10.10/swig-12/Lib/perl5/
H A Dperlkw.swg87 PERLBN(eof);
/macosx-10.10/tcl-105/tcl_ext/trf/trf/tools/
H A Dmd152 while {! [eof $check_src]} {
/macosx-10.10/text_cmds-88/sort/
H A Dsort.c134 bool eof; /* An EOF has been read. */ member in struct:buffer
796 buf->eof = false;
968 if (buf->eof)
1005 buf->eof = true;
1046 if (buf->eof)
1897 buf.eof = false;
1906 if (buf.eof && nfiles
1921 if (buf.eof && !nfiles && !ntemps && !buf.left)
/macosx-10.10/vim-55/runtime/syntax/
H A Dexpect.vim56 syn keyword expectExpectOpts default eof full_buffer null return timeout
/macosx-10.10/ICU-531.30/icuSources/test/iotest/
H A Dstream.cpp192 | (stream.eof()<<IOSTREAM_EOF_SHIFT)
208 log_verbose("eof");
/macosx-10.10/OpenSSH-189/openssh/regress/
H A DMakefile29 stderr-after-eof \
/macosx-10.10/ruby-106/ruby/lib/webrick/
H A Dhttpserver.rb80 raise HTTPStatus::EOFError if sock.eof?
/macosx-10.10/tcl-105/tcl/tcl/generic/
H A DtclIO.c4049 char *dst, *dstEnd, *eol, *eof;
4128 eof = NULL;
4148 eof = eol;
4190 if (eol != eof) {
4247 if (eol != eof) {
4272 if (eof != NULL) {
4279 dstEnd = eof;
4414 unsigned char *dst, *dstEnd, *eol, *eof, *byteArray;
4439 eof = NULL;
4482 * XXX - in the binary case, consider coincident search for eol/eof
4001 char *dst, *dstEnd, *eol, *eof; local
4365 unsigned char *dst, *dstEnd, *eol, *eof, *byteArray; local
5709 const char *eof; local
5765 const char *eof; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/snack/snack/generic/
H A DjkSoundEngine.c337 s->linkInfo.eof == 0) {
358 if (s->linkInfo.eof) {
380 if (s->linkInfo.eof) {
597 if ((p->sound->linkInfo.eof == 0 && p->startPos + p->nWritten >=
599 (p->sound->linkInfo.eof && p->nWritten < (int)stCheck) ||
654 p->sound->linkInfo.eof,
1169 s->linkInfo.eof = 0;

Completed in 202 milliseconds

12345678910