BLOCK_REGION_NONE

Denotes that a block is not enabled in any region and should not be shown.

drupal/modules/block/block.module, line 12

<?php
define('BLOCK_REGION_NONE', -1)
?>