Home
last modified time | relevance | path

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

/NextBSD/bin/ed/
HDsub.c190 NEWLINE_TO_NUL(txt, rm[0].rm_eo); in substitute_matching_text()
200 NEWLINE_TO_NUL(txt, i); in substitute_matching_text()
215 NEWLINE_TO_NUL(txt, i); in substitute_matching_text()
HDed.h176 #define NEWLINE_TO_NUL(s, l) translit_text(s, l, '\n', '\0') macro