Function: semantic-lex-spp-symbol-p
semantic-lex-spp-symbol-p is a byte-compiled function defined in
lex-spp.el.gz.
Signature
(semantic-lex-spp-symbol-p NAME)
Documentation
Return non-nil if a keyword with NAME exists in any keyword table.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex-spp.el.gz
(defsubst semantic-lex-spp-symbol-p (name)
"Return non-nil if a keyword with NAME exists in any keyword table."
(if (semantic-lex-spp-symbol name)
t))