Searched refs:smallMode (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/bzip2/
H A Dbzip2.c184 Bool keepInputFiles, smallMode, deleteOutputOnInterrupt; variable
456 (int)smallMode, unused, nUnused
574 (int)smallMode, unused, nUnused
1792 smallMode = False;
1881 case 's': smallMode = True; break;
1919 if (ISFLAG("--small")) smallMode = True; else
1939 if (opMode == OM_Z && smallMode && blockSize100k > 2)
H A Dbzlib.c1406 int smallMode = 0; local
1417 smallMode = 1; break;
1451 bzfp = BZ2_bzReadOpen(&bzerr,fp,verbosity,smallMode,

Completed in 164 milliseconds