Lines Matching defs:noeol
185 int fdout, noeol;
207 // Write out line with potential embedded NUL, handling eol/noeol
212 if (TT.noeol && !writeall(TT.fdout, "\n", 1)) return 1;
213 TT.noeol = !eol;
581 int fd, noeol;
587 noeol = TT.noeol;
593 TT.noeol = *(name++);
598 *(--name) = TT.noeol;
599 TT.noeol = noeol;
637 // Force newline if noeol pending
639 if (TT.noeol) xwrite(TT.fdout, "\n", 1);
640 TT.noeol = 0;
677 TT.nextlen = TT.noeol = 0;