Function: ebrowse-find-member-definition

ebrowse-find-member-definition is an interactive and byte-compiled function defined in ebrowse.el.gz.

Signature

(ebrowse-find-member-definition &optional PREFIX)

Documentation

Find the file containing a member definition.

With PREFIX 4. find file in another window, with prefix 5 find file in another frame.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
;;; Viewing/finding members

(defun ebrowse-find-member-definition (&optional prefix)
  "Find the file containing a member definition.
With PREFIX 4. find file in another window, with prefix 5
find file in another frame."
  (interactive "p")
  (ebrowse-view/find-member-declaration/definition prefix nil t))