Home
last modified time | relevance | path

Searched refs:eobnl (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/usr.bin/mg/
Dfile.c666 int s, eobnl; in writeout() local
684 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()
Dfileio.c152 ffputbuf(FILE *ffp, struct buffer *bp, int eobnl) in ffputbuf() argument
167 if (eobnl) { in ffputbuf()