Function: ede-locate-cscope-p
ede-locate-cscope-p is a byte-compiled function defined in
locate.el.gz.
Signature
(ede-locate-cscope-p OBJ)
Documentation
Return non-nil if OBJ is an object of type ede-locate-cscope(var)/ede-locate-cscope(fun).
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/ede/locate.el.gz
(defclass ede-locate-cscope (ede-locate-base)
()
"EDE Locator using Cscope.
Configure EDE's use of Cscope through the cedet-cscope.el
file name searching variable `cedet-cscope-command'.")