Variable: semantic-imenu-bucketize-type-members
semantic-imenu-bucketize-type-members is a customizable and
buffer-local variable defined in imenu.el.gz.
Documentation
Non-nil if members of a type should be grouped into buckets.
A nil value means to keep them in the same order.
Overridden to nil if semantic-imenu-bucketize-file is nil.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/imenu.el.gz
(defcustom semantic-imenu-bucketize-type-members t
"Non-nil if members of a type should be grouped into buckets.
A nil value means to keep them in the same order.
Overridden to nil if `semantic-imenu-bucketize-file' is nil."
:type 'boolean)