23 calls to module_list() in Drupal 4
- bootstrap_invoke_all in includes/
bootstrap.inc - Call all init or exit hooks without including all modules.
- filter_list_all in modules/
filter.module - Build a list of all filters.
- install.inc in includes/
install.inc - menu_get_active_help in includes/
menu.inc - Returns the help associated with the active menu item.
- module_exist in includes/
module.inc - Determine whether a given module exists.
- module_implements in includes/
module.inc - Determine which modules are implementing a hook.
- module_iterate in includes/
module.inc - Call a function repeatedly with each module in turn as an argument.
- module_load_all in includes/
module.inc - Load all the modules that have been enabled in the system table.
- search_cron in modules/
search.module - Implementation of hook_cron().
- search_menu in modules/
search.module - Implementation of hook_menu().
- search_settings in modules/
search.module - Menu callback; displays the search module settings page.
- system_menu in modules/
system.module - Implementation of hook_menu().
- system_modules_submit in modules/
system.module - update_selection_page in ./
update.php - user_admin_perm in modules/
user.module - Menu callback: administer permissions.
- user_authenticate in modules/
user.module - user_auth_help_links in modules/
user.module - user_help in modules/
user.module - Implementation of hook_help().
- user_module_invoke in modules/
user.module - Invokes hook_user() in every module.
- user_view in modules/
user.module - _block_rehash in modules/
block.module - Update the 'blocks' DB table with the blocks currently exported by modules.
- _user_categories in modules/
user.module - Retrieve a list of all user setting/information categories and sort them by weight.
- _user_forms in modules/
user.module - Retrieve a list of all form elements for the specified category.