9 calls to node_view()

blog_page_last in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user in drupal-6.x/modules/blog/blog.pages.inc
Menu callback; displays a Drupal page containing recent blog entries of a given user.
comment_form_add_preview in drupal-6.x/modules/comment/comment.module
Form builder; Generate and validate a comment preview form.
comment_reply in drupal-6.x/modules/comment/comment.pages.inc
This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
node_page_default in drupal-6.x/modules/node/node.module
Menu callback; Generate a listing of promoted nodes.
node_show in drupal-6.x/modules/node/node.module
Generate a page displaying a single node, along with its comments.
node_unpublish_by_keyword_action in drupal-6.x/modules/node/node.module
Implementation of a configurable Drupal action. Unpublish a node if it contains a certain string.
taxonomy_render_nodes in drupal-6.x/modules/taxonomy/taxonomy.module
Accepts the result of a pager_query() call, such as that performed by taxonomy_select_nodes(), and formats each node along with a pager.
theme_node_preview in drupal-6.x/modules/node/node.pages.inc
Display a node preview for display during node creation and editing.