Variable: c-type-decl-operator-prefix-key
c-type-decl-operator-prefix-key is a buffer-local variable defined in
cc-engine.el.gz.
Documentation
Regexp matching any declarator operator which isn't a keyword,
that might precede the identifier in a declaration, e.g. the
"*" in "char *argv". The end of the first submatch is taken
as the end of the operator. Identifier syntax is in effect when
this is matched (see c-identifier-syntax-table).
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz