15 uses of MENU_MAX_DEPTH

book_link in drupal-6.x/modules/book/book.module
Implementation of hook_link().
book_menu_subtree_data in drupal-6.x/modules/book/book.module
Get the data representing a subtree of the book hierarchy.
book_update_bid in drupal-6.x/modules/book/book.module
Update the bid for a page and its children when it is moved to a new book.
menu_edit_item in drupal-6.x/modules/menu/menu.admin.inc
Menu callback; Build the menu link editing form.
menu_form_alter in drupal-6.x/modules/menu/menu.module
Implementation of hook_form_alter(). Adds menu item fields to the node form.
menu_link_children_relative_depth in drupal-6.x/includes/menu.inc
Find the depth of an item's children relative to its depth.
menu_link_save in drupal-6.x/includes/menu.inc
Save a menu link.
menu_tree_all_data in drupal-6.x/includes/menu.inc
Get the data structure representing a named menu tree.
theme_book_admin_table in drupal-6.x/modules/book/book.admin.inc
Theme function for the book administration page form.
theme_menu_overview_form in drupal-6.x/modules/menu/menu.admin.inc
Theme the menu overview form into a table.
_book_parent_depth_limit in drupal-6.x/modules/book/book.module
Find the depth limit for items in the parent select.
_book_parent_select in drupal-6.x/modules/book/book.module
Build the parent selection form element for the node form or outline tab
_menu_link_move_children in drupal-6.x/includes/menu.inc
Update the children of a menu link that's being moved.
_menu_link_parents_set in drupal-6.x/includes/menu.inc
Helper function that sets the p1..p9 values for a menu link being saved.
_menu_parent_depth_limit in drupal-6.x/modules/menu/menu.module
Find the depth limit for items in the parent select.