Home
last modified time | relevance | path

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

/system/core/sh/
Dnodes.h111 struct ndup { struct
112 int type;
113 union node *next;
114 int fd;
115 int dupfd;
116 union node *vname;
146 struct ndup ndup; member