HomeSort by: relevance | last modified time | path
    Searched refs:NEWLINE_TO_NUL (Results 1 - 2 of 2) sorted by relevancy

  /src/bin/ed/
sub.c 199 NEWLINE_TO_NUL(txt, rm[0].rm_eo);
209 NEWLINE_TO_NUL(txt, i);
223 NEWLINE_TO_NUL(txt, i);
ed.h 157 /* NEWLINE_TO_NUL: overwrite newlines with ASCII NULs */
158 #define NEWLINE_TO_NUL(s, l) translit_text(s, l, '\n', '\0')

Completed in 16 milliseconds