Home
last modified time | relevance | path

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

/aosp_15_r20/external/mtools/
H A Dmainloop.h31 typedef struct MainParam_t { struct
33 int (*loop)(Stream_t *Dir, struct MainParam_t *mp, argument
35 int (*dirCallback)(direntry_t *, struct MainParam_t *); argument
36 int (*callback)(direntry_t *, struct MainParam_t *); argument
37 int (*unixcallback)(struct MainParam_t *mp); argument
39 void *arg; /* command-specific parameters
42 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, quit
47 bounded_string shortname; /* where to put the short name of the
[all …]