Lines Matching defs:bsdar
100 struct bsdar { struct
101 const char *filename; /* archive name. */
102 const char *addlib; /* target of ADDLIB. */
103 const char *posarg; /* position arg for modifiers -a, -b. */
104 char mode; /* program mode */
105 int options; /* command line options */
106 FILE *output; /* default output stream */
108 const char *progname; /* program name */
109 int argc;
110 char **argv;
112 dev_t ar_dev; /* archive device. */
113 ino_t ar_ino; /* archive inode. */
137 void ar_mode_script(struct bsdar *ar); argument