Lines Matching refs:zipwork_entry
202 struct zipwork_entry { struct
203 SLIST_ENTRY(zipwork_entry) zw_nextp;
227 static SLIST_HEAD(zwlisthead, zipwork_entry) zwhead = argument
291 static void do_zipwork(struct zipwork_entry *);
294 static struct zipwork_entry *
330 struct zipwork_entry *ztmp; in main()
1992 struct zipwork_entry *zwork; in do_rotate()
2166 do_zipwork(struct zipwork_entry *zwork) in do_zipwork()
2345 static struct zipwork_entry *
2349 struct zipwork_entry *zprev, *ztmp; in save_zipwork()
2369 tmpsiz = sizeof(struct zipwork_entry) + strlen(zipfname) + 1; in save_zipwork()