Searched defs:Attach (Results 1 – 2 of 2) sorted by relevance
7 typedef struct Attach Attach; typedef12 struct Attach { struct13 Attach *next; argument14 char *path;15 char *type;16 int ainline;17 Ctype *ctype;
208 Attach(Fid *f) in Attach() function