Variable: semantic-flex-keywords-obarray
semantic-flex-keywords-obarray is a buffer-local variable defined in
lex.el.gz.
Documentation
Buffer local keyword obarray for the lexical analyzer.
These keywords are matched explicitly, and converted into special symbols.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
;;; Lexical keyword table handling.
;;
;; These keywords are keywords defined for using in a grammar with the
;; %keyword declaration, and are not keywords used in Emacs Lisp.
(defvar-local semantic-flex-keywords-obarray nil
"Buffer local keyword obarray for the lexical analyzer.
These keywords are matched explicitly, and converted into special symbols.")