Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Ddefs.h75 struct s_tr { struct
99 struct s_tr *y; /* Replace command array */ argument
H A Dcompile.c72 static char *compile_tr(char *, struct s_tr **);
763 compile_tr(char *p, struct s_tr **py) in compile_tr()
765 struct s_tr *y; in compile_tr()
H A Dprocess.c68 static void do_tr(struct s_tr *);
493 do_tr(struct s_tr *y) in do_tr()