Searched refs:NUL_TO_NEWLINE (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.2-release/bin/ed/
H A Dre.c109 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
H A Dglbl.c62 NUL_TO_NEWLINE(s, lp->len);
H A Ded.h172 /* NUL_TO_NEWLINE: overwrite ASCII NULs with newlines */
173 #define NUL_TO_NEWLINE(s, l) translit_text(s, l, '\0', '\n') macro
H A Dsub.c181 NUL_TO_NEWLINE(txt, lp->len);

Completed in 95 milliseconds