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

/ast/src/cmd/bzip/
H A Dbzip2.c244 #define OM_UNZ 2 macro
1386 opMode = OM_UNZ;
1394 opMode = OM_UNZ;
1411 case 'd': opMode = OM_UNZ; break;
1442 if (ISFLAG("--decompress")) opMode = OM_UNZ; else
1489 if (opMode == OM_UNZ) {

Completed in 13 milliseconds