HomeSort by: relevance | last modified time | path
    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