Function: ebrowse-ms-flags
ebrowse-ms-flags is a byte-compiled function defined in ebrowse.el.gz.
Signature
(ebrowse-ms-flags ebrowse-ms-flags X)
Documentation
Access slot "flags" of ebrowse-ms struct X.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/ebrowse.el.gz
(cl-defstruct (ebrowse-ms (:include ebrowse-bs) (:type vector) :named)
"Member structure.
This is the structure describing a single member. The `ebrowse-ts'
structure contains various lists for the different types of
members."
;; Public, protected, private
visibility
;; The file in which the member's definition can be found.
definition-file
;; Same as PATTERN above, but for the member definition.
definition-pattern
;; Same as POINT above but for member definition.
definition-point)