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

  /src/bin/ed/
re.c 126 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf;
ed.h 154 /* NUL_TO_NEWLINE: overwrite ASCII NULs with newlines */
155 #define NUL_TO_NEWLINE(s, l) translit_text(s, l, '\0', '\n')
glbl.c 69 NUL_TO_NEWLINE(s, lp->len);
sub.c 190 NUL_TO_NEWLINE(txt, lp->len);

Completed in 43 milliseconds