Function: cedet-cscope-create
cedet-cscope-create is a byte-compiled function defined in
cedet-cscope.el.gz.
Signature
(cedet-cscope-create FLAGS)
Documentation
Create a CScope database at the current directory.
FLAGS are additional flags to pass to cscope beyond the options -cR.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/cedet-cscope.el.gz
(defun cedet-cscope-create (flags)
"Create a CScope database at the current directory.
FLAGS are additional flags to pass to cscope beyond the
options -cR."
(cedet-cscope-call (append (list "-cR") flags)))