7 uses of NODE_NOT_PUBLISHED

hook_node_operations in drupal-7.x/modules/node/node.api.php
Add mass node operations.
NodeLoadHooksTestCase::testHookNodeLoad in drupal-7.x/modules/node/node.test
Test that hook_node_load() is invoked correctly.
node_get_recent in drupal-7.x/modules/node/node.module
Finds the most recently changed nodes that are available to the current user.
node_node_operations in drupal-7.x/modules/node/node.admin.inc
Implements hook_node_operations().
node_unpublish_action in drupal-7.x/modules/node/node.module
Sets the status of a node to 0 (unpublished).
node_unpublish_by_keyword_action in drupal-7.x/modules/node/node.module
Unpublishes a node containing certain keywords.
taxonomy_update_7011 in drupal-7.x/modules/taxonomy/taxonomy.install
Drop unpublished nodes from the index.