Searched refs:noeol (Results 1 – 2 of 2) sorted by relevance
181 int fdout, noeol;207 if (TT.noeol && !writeall(TT.fdout, "\n", 1)) return 1; in emit()208 TT.noeol = !eol; in emit()553 int fd, noeol; in process_line() local559 noeol = TT.noeol; in process_line()565 TT.noeol = *(name++); in process_line()570 *(--name) = TT.noeol; in process_line()571 TT.noeol = noeol; in process_line()611 if (TT.noeol) xwrite(TT.fdout, "\n", 1); in process_line()612 TT.noeol = 0; in process_line()[all …]
1288 int fdout, noeol; member