Searched defs:ndup (Results 1 – 1 of 1) sorted by relevance
111 struct ndup { struct112 int type;113 union node *next;114 int fd;115 int dupfd;116 union node *vname;146 struct ndup ndup; member