Variable: c-make-ml-string-closer-re-function
c-make-ml-string-closer-re-function is a buffer-local variable defined
in cc-engine.el.gz.
Documentation
If non-nil, a function which creates a closer regexp matching an opener.
Such a function is given one argument, a multi-line opener (a string), and returns a regexp which will match the corresponding closer. When this regexp matches, (match-string 1) should be the actual closing delimiter, and (match-string 2) the "active" " it contains.
A forward regexp search for this regexp starting at the end of the opener must find the closer as its first match.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cc-engine.el.gz
(c-declare-lang-variables)