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

/netbsd-current/bin/ed/
H A Dbuf.c306 /* translit_text: translate characters in a string */
308 translit_text(char *s, int len, int from, int to) function
H A Ded.h155 #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);

Completed in 259 milliseconds