Lines Matching defs:collection
74 /* One entry in the command line collection. */
82 struct collection {
104 static struct collection *get_collection(char *file, int optind, int argc,
114 static void dump_coll(struct collection *coll);
162 struct collection *coll = NULL;
370 "pan(%s): Must supply a file collection or a command\n",
1174 static struct collection *get_collection(char *file, int optind, int argc,
1179 struct collection *coll;
1186 coll = malloc(sizeof(struct collection));
1452 static void dump_coll(struct collection *coll)