OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:translit_text
(Results
1 - 2
of
2
) sorted by relevancy
/src/bin/ed/
ed.h
155
#define NUL_TO_NEWLINE(s, l)
translit_text
(s, l, '\0', '\n')
158
#define NEWLINE_TO_NUL(s, l)
translit_text
(s, l, '\n', '\0')
227
char *
translit_text
(char *, int, int, int);
buf.c
306
/*
translit_text
: translate characters in a string */
308
translit_text
(char *s, int len, int from, int to)
function in typeref:typename:char *
Completed in 12 milliseconds
Indexes created Thu Oct 16 14:10:15 GMT 2025