Searched refs:translit_text (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/bin/ed/
H A Ded.h173 #define NUL_TO_NEWLINE(s, l) translit_text(s, l, '\0', '\n')
176 #define NEWLINE_TO_NUL(s, l) translit_text(s, l, '\n', '\0')
252 char *translit_text(char *, int, int, int);
H A Dbuf.c271 /* translit_text: translate characters in a string */
273 translit_text(char *s, int len, int from, int to) function

Completed in 108 milliseconds