Home
last modified time | relevance | path

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

/xv6-public/
H A Dsh.c35 struct pipecmd { struct
36 int type;
37 struct cmd *left;
38 struct cmd *right;
223 pipecmd(struct cmd *left, struct cmd *right) in pipecmd() function