FIRST
free_ent = ((block_compress) ? FIRST : 256 );
free_ent = FIRST - 1;
db->max_ent = FIRST-1;
free_ent = ((block_compress) ? FIRST : 256);
free_ent = block_compress ? FIRST : 256;
free_ent = FIRST;
free_ent = FIRST;
zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
zs->zs_free_ent = FIRST;
if (vflag == ALL || vflag == FIRST ||
if (vflag == DUP || vflag == FIRST)
enum _vflag vflag = FIRST;