Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c26 struct redircmd { struct
27 int type;
28 struct cmd *cmd;
29 char *file;
30 char *efile;
31 int mode;
32 int fd;
207 redircmd(struct cmd *subcmd, char *file, char *efile, int mode, int fd) in redircmd() function