| aggregator_page_source | modules/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| arg | includes/bootstrap.inc | Return a component of the current Drupal path. |
| db_fetch_object | includes/database.pgsql.inc | Fetch one result row from the previous query as an object. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| _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. |