| blog_page_last | modules/blog.module | Displays a Drupal page containing recent blog entries of all users. |
| blog_page_user | modules/blog.module | Displays a Drupal page containing recent blog entries of a given user. |
| comment_admin_overview | modules/comment.module | Menu callback; present an administrative comment listing. |
| do_search | modules/search.module | Do a query on the full-text search index for a word or words. |
| node_admin_nodes | modules/node.module | Generate the content administration overview. |
| node_page_default | modules/node.module | Generate a listing of promoted nodes. |
| pager_query | includes/pager.inc | Perform a paged database query. |
| path_overview | modules/path.module | Return a listing of all defined URL aliases. |
| profile_browse | modules/profile.module | Menu callback; display a list of user information. |
| queue_overview | modules/queue.module | Display a page listing the nodes in the submission queue. |
| statistics_recent_hits | modules/statistics.module | Menu callback; presents the "Recent hits" page. |
| statistics_top_pages | modules/statistics.module | Menu callback; presents the "Top pages" page. |
| statistics_top_referrers | modules/statistics.module | Menu callback; presents the "Top referrers" page. |
| statistics_top_users | modules/statistics.module | Menu callback; presents the "Top users" page. |
| taxonomy_select_nodes | modules/taxonomy.module | Finds all nodes that match selected taxonomy conditions. |
| tracker_page | modules/tracker.module | Menu callback. Prints a listing of active nodes on the site. |
| user_search | modules/user.module | Implementation of hook_search(). |
| watchdog_overview | modules/watchdog.module | Menu callback; displays a listing of log messages. |
| _aggregator_page_list | modules/aggregator.module | Prints an aggregator page listing a number of feed items. Various
menu callbacks use this function to print their feeds. |
| _locale_string_seek | includes/locale.inc | Perform a string search and display results in a table |