Searched refs:NEWLINE_TO_NUL (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/text_cmds-87/ed/
H A Dsub.c192 NEWLINE_TO_NUL(txt, rm[0].rm_eo);
202 NEWLINE_TO_NUL(txt, i);
217 NEWLINE_TO_NUL(txt, i);
H A Ded.h176 /* NEWLINE_TO_NUL: overwrite newlines with ASCII NULs */
177 #define NEWLINE_TO_NUL(s, l) translit_text(s, l, '\n', '\0') macro

Completed in 117 milliseconds