Function: c-keyword-sym
c-keyword-sym is a byte-compiled function defined in cc-engine.el.gz.
Signature
(c-keyword-sym KEYWORD)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(defsubst c-keyword-sym (keyword)
;; Return non-nil if the string KEYWORD is a known keyword. More
;; precisely, the value is the symbol for the keyword in
;; `c-keywords-obarray'.
(intern-soft keyword c-keywords-obarray))