Home
last modified time | relevance | path

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

/freebsd-14-stable/usr.bin/sed/
HDdefs.h77 struct s_tr { struct
101 struct s_tr *y; /* Replace command array */ argument
HDcompile.c75 static char *compile_tr(char *, struct s_tr **);
766 compile_tr(char *p, struct s_tr **py) in compile_tr()
768 struct s_tr *y; in compile_tr()
HDprocess.c71 static void do_tr(struct s_tr *);
494 do_tr(struct s_tr *y) in do_tr()