Lines Matching refs:File
11 typedef struct File File; typedef
28 File *f; /* File attached to this fid */
42 struct File struct
49 File *parent; argument
50 File *child; argument
51 File *childlist; argument
93 Extern File *root;
94 Extern File *psmpt;
126 char* makepath(File*, char*);
127 File *file(File*, char*);
128 void freefile(File*);