OF                168 extra_lib/include/zlib/zconf.h #    define OF(args)  args
OF                170 extra_lib/include/zlib/zconf.h #    define OF(args)  ()
OF                 77 extra_lib/include/zlib/zlib.h typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
OF                 78 extra_lib/include/zlib/zlib.h typedef void   (*free_func)  OF((voidpf opaque, voidpf address));
OF                877 extra_lib/include/zlib/zlib.h typedef unsigned (*in_func) OF((void FAR *, unsigned char FAR * FAR *));
OF                878 extra_lib/include/zlib/zlib.h typedef int (*out_func) OF((void FAR *, unsigned char FAR *, unsigned));
OF                 55 modules/widgetman/unzip.h #define OF(x) x
OF                 71 modules/widgetman/unzip.h typedef voidpf (ZCALLBACK *open_file_func) OF((voidpf opaque, const char* filename, int mode));
OF                 72 modules/widgetman/unzip.h typedef uLong  (ZCALLBACK *read_file_func) OF((voidpf opaque, voidpf stream, void* buf, uLong size));
OF                 73 modules/widgetman/unzip.h typedef uLong  (ZCALLBACK *write_file_func) OF((voidpf opaque, voidpf stream, const void* buf, uLong size));
OF                 74 modules/widgetman/unzip.h typedef long   (ZCALLBACK *tell_file_func) OF((voidpf opaque, voidpf stream));
OF                 75 modules/widgetman/unzip.h typedef long   (ZCALLBACK *seek_file_func) OF((voidpf opaque, voidpf stream, uLong offset, int origin));
OF                 76 modules/widgetman/unzip.h typedef int    (ZCALLBACK *close_file_func) OF((voidpf opaque, voidpf stream));
OF                 77 modules/widgetman/unzip.h typedef int    (ZCALLBACK *testerror_file_func) OF((voidpf opaque, voidpf stream));