Searched refs:textmode (Results 1 - 6 of 6) sorted by relevance

/haiku/src/bin/unzip/
H A Dunshrink.c127 #ifndef VMS /* VMS uses its own buffer scheme for textmode flush(). */
130 * textmode conversion in flush(), but only if needed */
131 if (G.pInfo->textmode && !G.outbuf2 &&
151 if (G.pInfo->textmode && !G.redirect_data)
153 if (G.pInfo->textmode)
H A Dapi.c372 G.redirect_slide = !G.pInfo->textmode;
374 G.redirect_size = (G.pInfo->textmode ?
410 if (G.pInfo->textmode) {
H A Dextract.c738 G.pInfo->textmode = FALSE; /* bit field */
741 G.pInfo->textmode = G.pInfo->textfile; /* auto-convert mode */
744 G.pInfo->textmode = TRUE;
1439 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1471 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1501 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1515 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
1563 (uO.aflag != 1 /* && G.pInfo->textfile==G.pInfo->textmode */)?
H A Dunzpriv.h1528 unsigned textmode : 1; /* file is to be extracted as text */ member in struct:min_info
H A Dfileio.c789 if (!G.pInfo->textmode) { /* write raw binary data */
808 } else { /* textmode: aflag is true */
H A Dzipinfo.c737 G.pInfo->textmode = 0; /* so one can read on screen (is this ever used?) */

Completed in 98 milliseconds