Home
last modified time | relevance | path

Searched refs:FileZone (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/hexpeek/hexpeek-v1.0.20200804/src/
H A Dhexpeek_types.c98 void FileZone_init(FileZone *zone) in FileZone_init()
101 memset(zone, 0, sizeof(FileZone)); in FileZone_init()
H A Dhexpeek.h236 } FileZone; typedef
238 void FileZone_init(FileZone *zone);
249 FileZone fz;
259 FileZone fz;
H A Dhexpeek.c118 FileZone *zone, char const **post) in ascertainFileZone()
1888 FileZone const *pfzs[] = { &ppc->fz, &ppc->arg_cv.fz }; in processCommand_diff()
2360 FileZone fz; in processCommand()