Home
last modified time | relevance | path

Searched refs:NUL_TO_NEWLINE (Results 1 – 5 of 5) sorted by relevance

/openbsd/bin/ed/
H A Dre.c119 return (isbinary) ? NUL_TO_NEWLINE(lhbuf, len) : lhbuf; in extract_pattern()
H A Ded.h138 #define NUL_TO_NEWLINE(s, l) translit_text(s, l, '\0', '\n') macro
H A Dglbl.c69 NUL_TO_NEWLINE(s, lp->len); in build_active_list()
H A Dsub.c193 NUL_TO_NEWLINE(txt, lp->len); in substitute_matching_text()
H A Dmain.c908 NUL_TO_NEWLINE(s, lp->len); in get_matching_node_addr()