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

/macosx-10.10/text_cmds-88/ed/
H A Dre.c112 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
H A Dglbl.c62 NUL_TO_NEWLINE(s, lp->len);
H A Ded.h173 /* NUL_TO_NEWLINE: overwrite ASCII NULs with newlines */
174 #define NUL_TO_NEWLINE(s, l) translit_text(s, l, '\0', '\n') macro
H A Dsub.c183 NUL_TO_NEWLINE(txt, lp->len);

Completed in 153 milliseconds