Searched refs:eobnl (Results 1 – 2 of 2) sorted by relevance
666 int s, eobnl; in writeout() local684 eobnl = 0; in writeout()686 eobnl = eyorn("No newline at end of file, add one"); in writeout()687 if (eobnl != TRUE && eobnl != FALSE) in writeout()688 return (eobnl); /* abort */ in writeout()693 s = ffputbuf(*ffp, bp, eobnl); in writeout()
152 ffputbuf(FILE *ffp, struct buffer *bp, int eobnl) in ffputbuf() argument167 if (eobnl) { in ffputbuf()