Searched defs:MainParam_t (Results 1 – 1 of 1) sorted by relevance
31 typedef struct MainParam_t { struct33 int (*loop)(Stream_t *Dir, struct MainParam_t *mp, argument35 int (*dirCallback)(direntry_t *, struct MainParam_t *); argument36 int (*callback)(direntry_t *, struct MainParam_t *); argument37 int (*unixcallback)(struct MainParam_t *mp); argument39 void *arg; /* command-specific parameters42 int openflags; /* flags used to open disk */43 int lookupflags; /* flags used to lookup up using vfat_lookup */44 int fast_quit; /* for commands manipulating multiple files, quit47 bounded_string shortname; /* where to put the short name of the[all …]