Home
last modified time | relevance | path

Searched defs:redir_struct (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/shell/
Dhush.c613 struct redir_struct { struct
614 struct redir_struct *next; argument
615 char *rd_filename; /* filename */
616 int rd_fd; /* fd to redirect */
618 int rd_dup;
619 smallint rd_type; /* (enum redir_type) */