Searched refs:eol (Results 51 - 75 of 156) sorted by relevance

1234567

/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b2/
H A DtclIO.c.orig242 #define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
2861 char *dst, *dstEnd, *eol, *eof;
2933 for (eol = dst; eol < dstEnd; eol++) {
2934 if (*eol == inEofChar) {
2935 dstEnd = eol;
2936 eof = eol;
2947 eol = dst;
2950 for (eol
[all...]
H A DtclIO.c264 #define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
3203 char *dst, *dstEnd, *eol, *eof;
3275 for (eol = dst; eol < dstEnd; eol++) {
3276 if (*eol == inEofChar) {
3277 dstEnd = eol;
3278 eof = eol;
3289 eol = dst;
3292 for (eol
3167 char *dst, *dstEnd, *eol, *eof; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b3/
H A DtclIO.c.orig242 #define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
2861 char *dst, *dstEnd, *eol, *eof;
2933 for (eol = dst; eol < dstEnd; eol++) {
2934 if (*eol == inEofChar) {
2935 dstEnd = eol;
2936 eof = eol;
2947 eol = dst;
2950 for (eol
[all...]
/macosx-10.10.1/tcl-105/tcl84/tcl/generic/
H A DtclIO.c3645 char *dst, *dstEnd, *eol, *eof;
3721 for (eol = dst; eol < dstEnd; eol++) {
3722 if (*eol == inEofChar) {
3723 dstEnd = eol;
3724 eof = eol;
3737 for (eol = dst; eol < dstEnd; eol
3597 char *dst, *dstEnd, *eol, *eof; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1a2/
H A DtclIO.c254 #define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
3121 char *dst, *dstEnd, *eol, *eof;
3192 for (eol = dst; eol < dstEnd; eol++) {
3193 if (*eol == inEofChar) {
3194 dstEnd = eol;
3195 eof = eol;
3206 eol = dst;
3209 for (eol
3085 char *dst, *dstEnd, *eol, *eof; local
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/trf/trf/patches/v8.1b1/
H A DtclIO.c264 #define INPUT_SAW_CR (1<<12) /* Channel is in CRLF eol input
3203 char *dst, *dstEnd, *eol, *eof;
3275 for (eol = dst; eol < dstEnd; eol++) {
3276 if (*eol == inEofChar) {
3277 dstEnd = eol;
3278 eof = eol;
3289 eol = dst;
3292 for (eol
3167 char *dst, *dstEnd, *eol, *eof; local
[all...]
/macosx-10.10.1/ppp-786.1.1/Helpers/pppd/
H A Dutils.c629 char *p, *eol; local
646 eol = strchr(buf, '\n');
648 l = (eol == NULL)? n: eol - buf;
654 if (eol == NULL)
656 p = eol + 1;
657 eol = strchr(p, '\n');
664 while (eol != NULL) {
665 *eol = 0;
667 p = eol
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/External/CodeMirror/
H A Drunmode.js64 while (!stream.eol()) {
/macosx-10.10.1/ruby-106/ruby/lib/webrick/
H A Dcgi.rb247 def gets(eol=LF, size=nil)
248 input.gets(eol, size)
/macosx-10.10.1/ruby-106/ruby/misc/
H A Druby-mode.el340 (coding-system-change-eol-conversion coding-system nil))))
713 state bol eol begin op-end
775 (setq eol (point))
781 (re-search-forward ruby-negative eol t))
947 (let ((eol (point-at-eol)) state next)
948 (if (< orig eol) (setq eol orig))
950 (while (and (setq next (apply 'ruby-parse-partial eol state))
951 (< (point) eol))
[all...]
/macosx-10.10.1/WebInspectorUI-7600.1.17/Tools/PrettyPrinting/
H A DFormatter.js61 while (!stream.eol()) {
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DFormatter.js61 while (!stream.eol()) {
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Dregi.el42 `eol' == end of line [default]
220 (regi-pos 'eol)))
/macosx-10.10.1/postfix-255/postfix/src/pipe/
H A Dpipe.c564 VSTRING *eol; /* output record delimiter */ member in struct:__anon11571
832 attr->eol = vstring_strcpy(vstring_alloc(1), "\n");
922 * eol=string
924 else if (strncasecmp("eol=", *argv, sizeof("eol=") - 1) == 0) {
925 unescape(attr->eol, *argv + sizeof("eol=") - 1);
1251 PIPE_CMD_EOL, STR(attr.eol),
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py255 eol = event.characters()
256 if eol in eolchars:
260 if eol == '\r':
262 return cl+eol
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py263 eol = event.characters()
264 if eol in eolchars:
268 if eol == '\r':
270 return cl+eol
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py255 eol = event.characters()
256 if eol in eolchars:
260 if eol == '\r':
262 return cl+eol
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-WebKit/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py263 eol = event.characters()
264 if eol in eolchars:
268 if eol == '\r':
270 return cl+eol
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/PyInterpreter/
H A DPyInterpreter.py255 eol = event.characters()
256 if eol in eolchars:
260 if eol == '\r':
262 return cl+eol
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-WebKit-2.5.1/Examples/WebKitInterpreterPlugin/
H A DWebKitInterpreter.py263 eol = event.characters()
264 if eol in eolchars:
268 if eol == '\r':
270 return cl+eol
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_vi.c850 int eol, n = zmult; local
855 eol = findeol();
856 while (zlecs < eol && n--) {
863 if (zlecs && zlecs == eol)
/macosx-10.10.1/vim-55/runtime/
H A Dmswin.vim21 set backspace=indent,eol,start whichwrap+=<,>,[,]
/macosx-10.10.1/emacs-93/emacs/lisp/progmodes/
H A Doctave-mod.el678 (eol (line-end-position)))
679 (while (< (point) eol)
994 (let (bb-keyword bb-arg eb-keyword pos eol)
1017 eol (line-end-position)
1022 (while (and (skip-syntax-forward "^<" eol)
/macosx-10.10.1/cups-408/cups/systemv/
H A Dcupstestppd.c1682 int eol; /* Line endings */ local
1692 eol = EOL_NONE;
1702 if (eol == EOL_NONE)
1703 eol = EOL_LF;
1704 else if (eol != EOL_LF)
1713 if (eol == EOL_NONE)
1714 eol = EOL_CRLF;
1715 else if (eol != EOL_CRLF)
1718 else if (eol == EOL_NONE)
1719 eol
[all...]
/macosx-10.10.1/cxxfilt-11/cxxfilt/binutils/
H A Dobjcopy.c679 char * eol;
684 for (eol = line;; eol ++)
686 switch (* eol)
689 * eol = '\0';
691 if (eol[1] == '\r')
692 ++ eol;
697 * eol = '\0';
699 if (eol[1] == '\n')
700 ++ eol;
677 char * eol; local
[all...]

Completed in 426 milliseconds

1234567