Home
last modified time | relevance | path

Searched refs:compile_tr (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sed/
H A Dcompile.c70 static char *compile_tr(char *, struct s_tr **);
344 p = compile_tr(p, &cmd->u.y); in compile_stream()
630 compile_tr(char *p, struct s_tr **py) in compile_tr() function