zipwork_entry
struct zipwork_entry *zwork;
SLIST_ENTRY(zipwork_entry) zw_nextp;
do_zipwork(struct zipwork_entry *zwork)
static SLIST_HEAD(zwlisthead, zipwork_entry) zwhead =
static struct zipwork_entry *
struct zipwork_entry *zprev, *ztmp;
tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1;
static void do_zipwork(struct zipwork_entry *);
static struct zipwork_entry *
struct zipwork_entry *ztmp;