OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sun Oct 19 02:09:48 GMT 2025