Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sed/
H A Ddefs.h76 struct s_tr { struct
100 struct s_tr *y; /* Replace command array */ argument
H A Dcompile.c70 static char *compile_tr(char *, struct s_tr **);
630 compile_tr(char *p, struct s_tr **py) in compile_tr()
632 struct s_tr *y; in compile_tr()
H A Dprocess.c67 static void do_tr(struct s_tr *);
486 do_tr(struct s_tr *y) in do_tr()