Variable: bib-ref-regexpc
bib-ref-regexpc is a variable defined in bib-cite.el.
Value
"\\\\\\(eq\\|page\\|[fvF]\\)?ref{"
Documentation
Regular expression for \ref LaTeX commands that have a matching \label.
A opening curly bracket is appended to the regexp.
Source Code
;; Defined in ~/.emacs.d/elpa/auctex-14.1.2/bib-cite.el
;;<<<<<<User-Modifiable variables end here.
(defvar bib-ref-regexpc (concat bib-ref-regexp "{")
"Regular expression for \\ref LaTeX commands that have a matching \\label.
A opening curly bracket is appended to the regexp.")