Variable: semantic-flex-depth
semantic-flex-depth is a buffer-local variable defined in lex.el.gz.
This variable is obsolete since 28.1.
Documentation
Default flexing depth.
This specifies how many lists to create tokens in.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/lex.el.gz
(defvar-local semantic-flex-depth 0
"Default flexing depth.
This specifies how many lists to create tokens in.")