Searched defs:clear_flg (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c184 static int clear_flg = 0; variable
998 clear_flg = 0;
1217 if (free_ent > maxcode || (clear_flg > 0)) {
1231 if (clear_flg) {
1233 clear_flg = 0;
1312 clear_flg = 1;
1393 if (clear_flg > 0 || offset >= size || free_ent > maxcode) {
1407 if (clear_flg > 0) {
1409 clear_flg = 0;
1466 clear_flg
[all...]

Completed in 592 milliseconds