Searched defs:savefile (Results 1 – 3 of 3) sorted by relevance
49 struct savefile { struct50 FILE *f;51 const char *name;52 bool warned;53 size_t bintextpos;54 uint32_t key;55 struct crcstate crc;56 unsigned char pad[8];57 unsigned padpos;
43 char *savefile; in initialize() local
1325 char *volatile savefile; in fetch_url() local