Searched refs:DLL (Results 1 - 13 of 13) sorted by relevance

/haiku/src/bin/unzip/
H A Dgbloffs.c80 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
82 #endif /* DLL && !NO_SLIDE_REDIR */
93 #ifdef DLL
94 (*set_flag)("DLL");
H A Dglobals.h148 #ifdef DLL
186 #ifdef DLL
208 #endif /* DLL */
H A Dunshrink.c110 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
144 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
145 if (G.redirect_slide) { /* use normal outbuf unless we're a DLL routine */
150 #ifdef DLL
H A Dexplode.c56 c16b 25 Mar 98 C. Spieler modified DLL code for slide redirection.
121 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
315 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
433 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
507 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
509 /* For 16-bit systems, it has already been checked at DLL entrance that
522 #endif /* DLL && !NO_SLIDE_REDIR */
H A Dextract.c591 #ifdef DLL
1032 #ifdef DLL
1302 #ifdef DLL
1319 #ifdef DLL
1327 #ifdef DLL
1360 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
1394 #ifdef DLL
1443 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
1612 #ifdef DLL
H A Dfileio.c29 UzpMessageNull() (DLL only)
236 #ifdef DLL
770 #ifdef DLL
799 #ifdef DLL
888 #ifdef DLL
912 #ifdef DLL
997 #ifdef DLL
1213 #if (defined(OS2) && defined(DLL))
1214 if (MSG_NO_DLL2(flag)) /* if OS/2 DLL bit is set, do NOT print this msg */
1231 #ifdef DLL /* do
[all...]
H A Dinflate.c91 c14n 22 Jul 94 G. Roelofs changed fprintf to macro for DLL versions
97 c14s 7 May 95 S. Maxwell OS/2 DLL globals stuff incorporated;
110 c16b 29 Mar 98 C. Spieler modified DLL code for slide redirection
286 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
344 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
743 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
1172 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
1176 wsize = WSIZE, redirSlide = slide; /* how they're #defined if !DLL */
H A Dinflatef.c44 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
102 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
501 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
930 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
934 wsize = WSIZE, redirSlide = slide; /* how they're #defined if !DLL */
H A Dunzip.c172 #if (defined(DLL) && defined(API_DOC))
175 #else /* !(DLL && API_DOC) */
177 #endif /* ?(DLL && API_DOC) */
381 # ifdef DLL
382 static ZCONST char Far Dll[] = "DLL";
1103 #if (defined(DLL) && defined(API_DOC))
1145 #ifdef DLL
1763 #ifdef DLL
H A Dunzpriv.h42 # ifdef DLL
43 # undef DLL macro
72 #if (defined(DLL) && !defined(REENTRANT))
223 API (DLL) section:
226 #ifdef DLL
807 #define MSG_NO_DLL2(f) (f & 0x0400) /* bit 10: 1 = skip if OS/2 DLL */
808 #define MSG_NO_NDLL(f) (f & 0x0800) /* bit 11: 1 = skip if WIN32 DLL */
809 #define MSG_NO_WDLL(f) (f & 0x1000) /* bit 12: 1 = skip if Windows DLL */
1565 #if (defined(DLL) && !defined(NO_SLIDE_REDIR))
1879 Internal API functions (only included in DLL version
[all...]
H A Dapi.c33 You must define `DLL' in order to include the API extensions.
51 #ifdef DLL /* This source file supplies DLL-only interface code. */
610 #endif /* DLL */
H A Dprocess.c96 static ZCONST char Far Unzip[] = "UnZip DLL";
255 settings as passed through the DLL calling interface.
825 #ifdef DLL
H A Dzipinfo.c845 #ifdef DLL

Completed in 135 milliseconds