%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /usr/local/share/emacs/27.2/lisp/progmodes/
Upload File :
Create Path :
Current File : //usr/local/share/emacs/27.2/lisp/progmodes/cc-langs.elc

;ELC
;;; Compiled
;;; in Emacs version 27.2
;;; with all optimizations.

;;; This file contains utf-8 non-ASCII characters,
;;; and so cannot be loaded into Emacs 22 or earlier.
(and (boundp 'emacs-version)
     (< (aref emacs-version (1- (length emacs-version))) ?A)
     (string-lessp emacs-version "23")
     (error "`%s' was compiled for Emacs 23 or later" #$))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;


(byte-code "\301\302!\204
\303\302\304\305B\"\210\306\307!\210\306\310!\210\306\311=\203 \311\202!\312!\207" [c--cl-library fboundp declare-function defalias macro #[(&rest _) "\300\207" [nil] 1] require cc-defs cc-vars cl-lib cl] 4)
(defvar c-lang-variable-inits nil)
(defvar c-lang-variable-inits-tail nil)
(byte-code "\302C\211\302\207" [c-lang-variable-inits c-lang-variable-inits-tail nil] 2)
(defvar c-emacs-variable-inits nil)
(defvar c-emacs-variable-inits-tail nil)
(byte-code "\302C\211\302\207" [c-emacs-variable-inits c-emacs-variable-inits-tail nil] 2)
#@423 Declares the buffer local variable VAR to get the value VAL.  VAL is
evaluated and assigned at mode initialization.  More precisely, VAL is
evaluated and bound to VAR when the result from the macro
`c-init-language-vars' is evaluated.

`c-lang-const' is typically used in VAL to get the right value for the
language being initialized, and such calls will be macro expanded to
the evaluated constant value at compile time.
(defalias 'c-lang-defvar '(macro . #[(var val &optional doc) "\204$	\242\306=\203$	A@\n=\203$\307	8\204$\310\311	A@!\"\312N;\204+\313\n\fA\236\211\203=
	D\241\210\202K
\n	EC\241\210
A
)\314\nD\207" [doc val var c-lang-constants c-lang-variable-inits elem c-lang-const 2 intern symbol-name variable-documentation nil quote c-lang-variable-inits-tail] 5 (#$ . 983)]))
#@509 Causes the variable VAR to be made buffer local and to get set to the
value VAL.  VAL is evaluated and assigned at mode initialization.  More
precisely, VAL is evaluated and bound to VAR when the result from the
macro `c-init-language-vars' is evaluated.  VAR is typically a standard
Emacs variable like `comment-start'.

`c-lang-const' is typically used in VAL to get the right value for the
language being initialized, and such calls will be macro expanded to
the evaluated constant value at compile time.
(defalias 'c-lang-setvar '(macro . #[(var val) "	A\236\211\203\nC\241\210\202\fDC\241\210\fA)\305D\207" [var c-emacs-variable-inits elem val c-emacs-variable-inits-tail quote] 4 (#$ . 1796)]))
(byte-code "\300\301\302\303#\210\300\301\304\305#\210\300\306\304\307#\207" [put c-lang-defvar lisp-indent-function defun edebug-form-spec (&define name def-form &optional &or ("quote" symbolp) stringp) c-lang-setvar (&define name def-form)] 4)
(defalias 'c-filter-ops #[(ops opgroup-filter op-filter &optional xlate) "\242<\204	C	\305=\203\306\202$\307	!\204$\310\311\312\313\314	DEE\n\305=\203/\315\202=\n;\203=\310\316\317\n\320BBE\204C\321\322 \323\216\324\325\326!!\210\327\330\331\"\332\333#*\207" [ops opgroup-filter op-filter xlate c-with-syntax-table-orig-table t #[(_opgroup) "\300\207" [t] 1] functionp lambda (opgroup) memq opgroup quote #[(_op) "\300\207" [t] 1] (op) string-match (op) identity syntax-table #[nil "\301!\207" [c-with-syntax-table-orig-table set-syntax-table] 2] set-syntax-table c-get-lang-constant c-mode-syntax-table cl-delete-duplicates mapcan #[(opgroup) "@9\203	@!\205A\302\303\"\207" [opgroup opgroup-filter mapcan #[(op) "	!\205\n	!\211<\203\202C)\207" [op-filter op xlate res] 3]] 3] :test equal] 6])
(byte-code "\300\301\302\303B\304B\"\207" [c-define-lang-constant c-mode-menu t #[nil "\300\301\302\303\304\305\306\307\310\311\312!\205\313\314\"BBBBBBBB\207" [["Comment Out Region" comment-region (c-fn-region-is-active-p)] ["Uncomment Region" (comment-region (region-beginning) (region-end) '(4)) (c-fn-region-is-active-p)] ["Indent Expression" c-indent-exp (memq (char-after) '(40 91 123))] ["Indent Line or Region" c-indent-line-or-region t] ["Fill Comment Paragraph" c-fill-paragraph t] "----" ["Backward Statement" c-beginning-of-statement t] ["Forward Statement" c-end-of-statement t] append c-get-lang-constant c-opt-cpp-prefix (["Up Conditional" c-up-conditional t] ["Backward Conditional" c-backward-conditional t] ["Forward Conditional" c-forward-conditional t] "----" ["Macro Expand Region" c-macro-expand (c-fn-region-is-active-p)] ["Backslashify" c-backslash-region (c-fn-region-is-active-p)]) ("----" ("Style..." ["Set Style..." c-set-style t] ["Show Current Style Name" (message "Style Name: %s" c-indentation-style) t] ["Guess Style from this Buffer" c-guess-buffer-no-install t] ["Install the Last Guessed Style..." c-guess-install (and c-guess-guessed-offsets-alist c-guess-guessed-basic-offset)] ["View the Last Guessed Style" c-guess-view (and c-guess-guessed-offsets-alist c-guess-guessed-basic-offset)]) "----" ("Toggle..." ["Syntactic indentation" c-toggle-syntactic-indentation :style toggle :selected c-syntactic-indentation] ["Electric mode" c-toggle-electric-state :style toggle :selected c-electric-flag] ["Auto newline" c-toggle-auto-newline :style toggle :selected c-auto-newline] ["Hungry delete" c-toggle-hungry-state :style toggle :selected c-hungry-delete-key] ["Subword mode" c-subword-mode :style toggle :selected (and (boundp 'c-subword-mode) c-subword-mode)]))] 11] nil] 4)
#@224 Populate the given syntax table as necessary for a C-like language.
This includes setting \=' and " as string delimiters, and setting up
the comment syntax to handle both line style "//" and block style
"/*" "*/" comments.
(defalias 'c-populate-syntax-table #[(table) "\302\303\304#\210\302\305\306#\210\302\307\310#\210\302\311\310#\210\302\312\310#\210\302\313\310#\210\302\314\310#\210\302\315\310#\210\302\316\310#\210\302\317\310#\210\302\320\321#\210\302\322\310#\210\323	>\203]\302\324\325#\210\302\326\327#\210\202v\330	>\203r\302\324\331#\210\302\326\327#\210\202v\332\333!\210\302\334\335#\210\302\336\335#\207" [table c-emacs-features modify-syntax-entry 95 "_" 92 "\\" 43 "." 45 61 37 60 62 38 124 39 "\"" 160 8-bit 47 ". 1456" 42 ". 23" 1-bit ". 124b" error "CC Mode is incompatible with this version of Emacs" 10 "> b" 13] 4 (#$ . 5410)])
(byte-code "\300\301\302\303B\304B\"\210\300\305\302\306B\304B\"\210\300\307\302\310B\304B\"\210\300\311\312\313B\314\315B\302\316B\304BBB\"\210\300\317\320\321B\322\323B\324\325B\326\327B\302\330B\304BBBBB\"\210\300\331\332\333B\334\335B\336\337B\340\341B\302\342B\304BBBBB\"\210\300\343\344\345B\302\346B\304BB\"\210\300\347\350\351B\352\353B\302\354B\304BBB\"\210\300\355\356\357B\360\361B\302\362B\304BBB\"\210\300\363\364\365B\302\366B\304BB\"\210\300\367\302\370B\304B\"\210\300\371\302\372B\304B\"\210\300\373\374\375B\302\376B\304BB\"\210\300\377\201@\201AB\302\201BB\304BB\"\210\300\201C\201D\201EB\302\201FB\304BB\"\210\300\201G\201H\201IB\201J\201KB\201L\201MB\302\201NB\304BBBB\"\210\300\201O\201P\201QB\302\201RB\304BB\"\210\300\201S\302\201TB\304B\"\210\300\201U\201V\201WB\302\201XB\304BB\"\210\300\201Y\302\201ZB\304B\"\210\300\201[\302\201\\B\304B\"\210\300\201]\302\201^B\304B\"\210\300\201_\201`\201aB\201b\201cB\201d\201eB\201f\201gB\302\201hB\304BBBBB\"\210\300\201i\302\201jB\304B\"\210\300\201k\302\201lB\304B\"\210\300\201m\302\201nB\304B\"\210\300\201o\201p\201qB\201r\201sB\302\201tB\304BBB\"\210\300\201u\302\201vB\304B\"\210\300\201w\302\201xB\304B\"\210\300\201y\302\201zB\304B\"\210\300\201{\302\201|B\304B\"\210\300\201}\201~\201B\302\201\200B\304BB\"\210\300\201\201\201\202\201\203B\302\201\204B\304BB\"\210\300\201\205\302\201\206B\304B\"\210\300\201\207\201\210\201\211B\302\201\212B\304BB\"\210\300\201\213\201\214\201\215B\302\201\216B\304BB\"\210\300\201\217\201\220\201\221B\302\201\222B\304BB\"\210\300\201\223\201\224\201\225B\302\201\226B\304BB\"\210\300\201\227\201\230\201\231B\302\201\232B\304BB\"\210\300\201\233\201\234\201\235B\302\201\236B\304BB\"\210\300\201\237\302\201\240B\304B\"\210\300\201\241\302\201\242B\304B\"\210\300\201\243\302\201\244B\304B\"\210\300\201\245\302\201\246B\304B\"\210\300\201\247\302\201\250B\304B\"\210\300\201\251\302\201\252B\304B\"\210\300\201\253\302\201\254B\304B\"\210\300\201\255\201\256\201\257B\302\201\260B\304BB\"\210\300\201\261\302\201\262B\304B\"\210\300\201\263\201\264\201\265B\201\266\201\267B\201\270\201\271B\302\201\272B\304BBBB\"\210\300\201\273\201\274\201\275B\302\201\276B\304BB\"\210\300\201\277\302\201\300B\304B\"\210\300\201\301\302\201\302B\304B\"\210\300\201\303\302\201\304B\304B\"\210\300\201\305\302\201\306B\304B\"\210\300\201\307\201\310\201\311B\302\201\312B\304BB\"\210\300\201\313\302\201\314B\304B\"\210\300\201\315\201\316\201\317B\201\320\201\321B\302\201\322B\304BBB\"\210\300\201\323\201\324\201\325B\302\201\326B\304BB\"\210\300\201\327\201\330\201\331B\302\201\332B\304BB\"\210\300\201\333\302\201\334B\304B\"\210\300\201\335\302\201\336B\304B\"\210\300\201\337\201\340\201\341B\201\342\201\343B\201\344\201\345B\201\346\201\347B\201\350\201\351B\201\352\201\353B\201\354\201\355B\302\201\356B\304BBBBBBBB\"\210\300\201\357\302\201\360B\304B\"\210\300\201\361\302\201\362B\304B\"\210\300\201\363\302\201\364B\304B\"\210\300\201\365\302\201\366B\304B\"\210\300\201\367\302\201\370B\304B\"\210\300\201\371\302\201\372B\304B\"\210\300\201\373\302\201\374B\304B\"\210\300\201\375\302\201\376B\304B\"\210\300\201\377\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201	\201\n\201B\302\201\fB\304BB\"\210\300\201
\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\302\201B\304B\"\210\300\201\302\201 B\304B\"\210\300\201!\201\"\201#B\302\201$B\304BB\"\210\300\201%\302\201&B\304B\"\210\300\201'\201(\201)B\302\201*B\304BB\"\210\300\201+\302\201,B\304B\"\210\300\201-\201.\201/B\302\2010B\304BB\"\210\300\2011\302\2012B\304B\"\210\300\2013\2014\2015B\302\2016B\304BB\"\210\300\2017\302\2018B\304B\"\210\300\2019\302\201:B\304B\"\210\300\201;\302\201<B\304B\"\210\300\201=\302\201>B\304B\"\210\300\201?\302\201@B\304B\"\210\300\201A\302\201BB\304B\"\210\300\201C\201D\201EB\302\201FB\304BB\"\210\300\201G\201H\201IB\302\201JB\304BB\"\210\300\201K\201L\201MB\302\201NB\304BB\"\210\300\201O\302\201PB\304B\"\210\300\201Q\302\201RB\304B\"\210\300\201S\302\201TB\304B\"\210\300\201U\302\201VB\304B\"\210\300\201W\302\201XB\304B\"\210\300\201Y\302\201ZB\304B\"\210\300\201[\201\\\201]B\302\201^B\304BB\"\210\300\201_\302\201`B\304B\"\210\300\201a\201b\201cB\201d\201eB\201f\201gB\302\201hB\304BBBB\"\210\300\201i\201j\201kB\302\201lB\304BB\"\210\300\201m\302\201nB\304B\"\210\300\201o\302\201pB\304B\"\210\300\201q\302\201rB\304B\"\210\300\201s\201t\201uB\302\201vB\304BB\"\210\300\201w\302\201xB\304B\"\210\300\201y\302\201zB\304B\"\210\300\201{\302\201|B\304B\"\210\300\201}\302\201~B\304B\"\210\300\201\302\201\200B\304B\"\210\300\201\201\302\201\202B\304B\"\210\300\201\203\302\201\204B\304B\"\210\300\201\205\302\201\206B\304B\"\210\300\201\207\302\201\210B\304B\"\210\300\201\211\302\201\212B\304B\"\210\300\201\213\302\201\214B\304B\"\210\300\201\215\302\201\216B\304B\"\210\300\201\217\201\220\201\221B\302\201\222B\304BB\"\210\300\201\223\201\224\201\225B\302\201\226B\304BB\"\210\300\201\227\201\230\201\231B\201\232\201\233B\302\201\234B\304BBB\"\210\300\201\235\201\236\201\237B\302\201\240B\304BB\"\210\300\201\241\201\242\201\243B\201\244\201\245B\201\246\201\247B\201\250\201\251B\201\252\201\253B\201\254\201\255B\302\201\256B\304BBBBBBB\"\210\300\201\257\201\260\201\261B\302\201\262B\304BB\"\210\300\201\263\302\201\264B\304B\"\210\300\201\265\302\201\266B\304B\"\210\300\201\267\201\270\201\271B\201\272\201\273B\302\201\274B\304BBB\"\210\300\201\275\201\276\201\277B\302\201\300B\304BB\"\210\300\201\301\302\201\302B\304B\"\210\300\201\303\201\304\201\305B\201\306\201\307B\302\201\310B\304BBB\"\210\300\201\311\302\201\312B\304B\"\210\300\201\313\201\314\201\315B\302\201\316B\304BB\"\210\300\201\317\302\201\320B\304B\"\210\300\201\321\201\322\201\323B\201\324\201\325B\302\201\326B\304BBB\"\210\300\201\327\302\201\330B\304B\"\210\300\201\331\201\332\201\333B\201\334\201\335B\201\336\201\337B\302\201\340B\304BBBB\"\210\300\201\341\302\201\342B\304B\"\210\300\201\343\201\344\201\345B\302\201\346B\304BB\"\210\300\201\347\302\201\350B\304B\"\210\300\201\351\302\201\352B\304B\"\210\300\201\353\302\201\354B\304B\"\210\300\201\355\201\356\201\357B\302\201\360B\304BB\"\210\300\201\361\302\201\362B\304B\"\210\300\201\363\201\364\201\365B\302\201\366B\304BB\"\210\300\201\367\302\201\370B\304B\"\210\300\201\371\201\372\201\373B\201\374\201\375B\201\376\201\377B\201\201B\201\201B\201\201B\302\201B\304BBBBBBB\"\210\300\201\302\201B\304B\"\210\300\201	\201\n\201B\302\201\fB\304BB\"\210\300\201
\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\201\201B\201\201B\201\201B\302\201 B\304BBBB\"\210\300\201!\302\201\"B\304B\"\210\300\201#\302\201$B\304B\"\210\300\201%\302\201&B\304B\"\210\300\201'\201(\201)B\201*\201+B\302\201,B\304BBB\"\210\300\201-\302\201.B\304B\"\210\300\201/\2010\2011B\2012\2013B\2014\2015B\302\2016B\304BBBB\"\210\300\2017\2018\2019B\302\201:B\304BB\"\210\300\201;\302\201<B\304B\"\210\300\201=\201>\201?B\201@\201AB\201B\201CB\201D\201EB\201F\201GB\201H\201IB\302\201JB\304BBBBBBB\"\210\300\201K\201L\201MB\201N\201OB\201P\201QB\302\201RB\304BBBB\"\210\300\201S\201T\201UB\302\201VB\304BB\"\210\300\201W\201X\201YB\302\201ZB\304BB\"\210\300\201[\302\201\\B\304B\"\210\300\201]\302\201^B\304B\"\210\300\201_\302\201`B\304B\"\210\300\201a\302\201bB\304B\"\210\300\201c\302\201dB\304B\"\210\300\201e\302\201fB\304B\"\210\300\201g\201h\201iB\302\201jB\304BB\"\210\300\201k\302\201lB\304B\"\210\300\201m\201n\201oB\201p\201qB\302\201rB\304BBB\"\210\300\201s\302\201tB\304B\"\210\300\201u\201v\201wB\302\201xB\304BB\"\210\300\201y\201z\201{B\201|\201}B\302\201~B\304BBB\"\210\300\201\302\201\200B\304B\"\210\300\201\201\201\202\201\203B\201\204\201\205B\302\201\206B\304BBB\"\210\300\201\207\302\201\210B\304B\"\210\300\201\211\201\212\201\213B\302\201\214B\304BB\"\210\300\201\215\201\216\201\217B\302\201\220B\304BB\"\210\300\201\221\302\201\222B\304B\"\210\300\201\223\201\224\201\225B\201\226\201\227B\201\230\201\231B\201\232\201\233B\201\234\201\235B\302\201\236B\304BBBBBB\"\210\300\201\237\201\240\201\241B\201\242\201\243B\201\244\201\245B\201\246\201\247B\302\201\250B\304BBBBB\"\210\300\201\251\201\252\201\253B\201\254\201\255B\302\201\256B\304BBB\"\210\300\201\257\302\201\260B\304B\"\210\300\201\261\201\262\201\263B\201\264\201\265B\302\201\266B\304BBB\"\210\300\201\267\302\201\270B\304B\"\210\300\201\271\201\272\201\273B\201\274\201\275B\201\276\201\277B\201\300\201\301B\302\201\302B\304BBBBB\"\210\300\201\303\302\201\304B\304B\"\210\300\201\305\201\306\201\307B\201\310\201\311B\302\201\312B\304BBB\"\210\300\201\313\201\314\201\315B\201\316\201\317B\302\201\320B\304BBB\"\210\300\201\321\302\201\322B\304B\"\210\300\201\323\302\201\324B\304B\"\210\300\201\325\201\326\201\327B\302\201\330B\304BB\"\210\300\201\331\302\201\332B\304B\"\210\300\201\333\302\201\334B\304B\"\210\300\201\335\201\336\201\337B\201\340\201\341B\201\342\201\343B\201\344\201\345B\302\201\346B\304BBBBB\"\210\300\201\347\302\201\350B\304B\"\210\300\201\351\201\352\201\353B\302\201\354B\304BB\"\210\300\201\355\302\201\356B\304B\"\210\300\201\357\201\360\201\361B\201\362\201\363B\201\364\201\365B\201\366\201\367B\201\370\201\371B\201\372\201\373B\302\201\374B\304BBBBBBB\"\210\300\201\375\302\201\376B\304B\"\210\300\201\377\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\302\201B\304B\"\210\300\201\302\201B\304B\"\210\300\201	\201\n\201B\201\f\201
B\201\201B\201\201B\201\201B\302\201B\304BBBBBB\"\210\300\201\302\201B\304B\"\210\300\201\201\201B\302\201B\304BB\"\210\300\201\302\201B\304B\"\210\300\201\201\201B\302\201 B\304BB\"\210\300\201!\302\201\"B\304B\"\210\300\201#\201$\201%B\302\201&B\304BB\"\210\300\201'\302\201(B\304B\"\210\300\201)\302\201*B\304B\"\210\300\201+\302\201,B\304B\"\210\300\201-\201.\201/B\2010\2011B\2012\2013B\302\2014B\304BBBB\"\210\300\2015\2016\2017B\2018\2019B\201:\201;B\201<\201=B\201>\201?B\201@\201AB\302\201BB\304BBBBBBB\"\210\300\201C\201D\201EB\201F\201GB\201H\201IB\201J\201KB\302\201LB\304BBBBB\"\210\300\201M\302\201NB\304B\"\210\300\201O\201P\201QB\302\201RB\304BB\"\210\300\201S\201T\201UB\302\201VB\304BB\"\210\300\201W\201X\201YB\201Z\201[B\302\201\\B\304BBB\"\210\300\201]\201^\201_B\302\201`B\304BB\"\210\300\201a\302\201bB\304B\"\210\300\201c\302\201dB\304B\"\210\300\201e\302\201fB\304B\"\210\300\201g\302\201hB\304B\"\210\300\201i\302\201jB\304B\"\210\300\201k\201l\201mB\302\201nB\304BB\"\210\300\201o\201p\201qB\302\201rB\304BB\"\210\300\201s\201t\201uB\302\201vB\304BB\"\207" [c-define-lang-constant c-make-mode-syntax-table t #[nil "\300\301\302\303\304\305\306!\204\305\307!\203\310\202\305\311!\205\312\313BBBBE\207" [lambda nil let ((table (make-syntax-table))) (c-populate-syntax-table table) c-lang-major-mode-is objc-mode java-mode (modify-syntax-entry 64 "_" table) pike-mode (modify-syntax-entry 64 "." table) (table)] 7] nil c-mode-syntax-table #[nil "\300\301! \207" [c-get-lang-constant c-make-mode-syntax-table] 2] c-make-no-parens-syntax-table #[nil "\300\301!\205\302\303\304\305\306\300\307!DDC\310BBE\207" [c-get-lang-constant c-recognize-<>-arglists lambda nil let table funcall c-make-mode-syntax-table ((modify-syntax-entry 40 "." table) (modify-syntax-entry 41 "." table) (modify-syntax-entry 91 "." table) (modify-syntax-entry 93 "." table) (modify-syntax-entry 123 "." table) (modify-syntax-entry 125 "." table) table)] 7] c-identifier-syntax-modifications (awk-mode) #[nil "\300\207" [((95 . "w"))] 1] (objc-mode java-mode) #[nil "\300\301\302\303!\"\207" [append ((64 . "w")) c-get-lang-constant c-identifier-syntax-modifications] 4] #[nil "\300\207" [((95 . "w") (36 . "w"))] 1] c-get-state-before-change-functions (awk-mode) #[nil "\300\207" [c-awk-record-region-clear-NL] 1] (java-mode) #[nil "\300\207" [(c-parse-quotes-before-change c-before-change-check-unbalanced-strings c-before-change-check-<>-operators)] 1] (c-mode objc-mode) #[nil "\300\207" [(c-extend-region-for-CPP c-depropertize-CPP c-invalidate-macro-cache c-truncate-bs-cache c-before-change-check-unbalanced-strings c-parse-quotes-before-change)] 1] (c++-mode) #[nil "\300\207" [(c-extend-region-for-CPP c-before-change-check-raw-strings c-before-change-check-<>-operators c-depropertize-CPP c-invalidate-macro-cache c-truncate-bs-cache c-before-change-check-unbalanced-strings c-parse-quotes-before-change)] 1] #[nil "\300\207" [c-before-change-check-unbalanced-strings] 1] c-before-font-lock-functions (awk-mode) #[nil "\300\207" [(c-depropertize-new-text c-awk-extend-and-syntax-tablify-region)] 1] (java-mode) #[nil "\300\207" [(c-depropertize-new-text c-after-change-escape-NL-in-string c-parse-quotes-after-change c-after-change-mark-abnormal-strings c-restore-<>-properties c-change-expand-fl-region)] 1] (c++-mode) #[nil "\300\207" [(c-depropertize-new-text c-after-change-escape-NL-in-string c-after-change-unmark-raw-strings c-parse-quotes-after-change c-after-change-mark-abnormal-strings c-extend-font-lock-region-for-macros c-neutralize-syntax-in-CPP c-restore-<>-properties c-change-expand-fl-region)] 1] (c-mode objc-mode) #[nil "\300\207" [(c-depropertize-new-text c-after-change-escape-NL-in-string c-parse-quotes-after-change c-after-change-mark-abnormal-strings c-extend-font-lock-region-for-macros c-neutralize-syntax-in-CPP c-change-expand-fl-region)] 1] #[nil "\300\207" [(c-depropertize-new-text c-after-change-escape-NL-in-string c-after-change-mark-abnormal-strings c-change-expand-fl-region)] 1] c-before-context-fontification-functions (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [c-context-expand-fl-region] 1] c-at-vsemi-p-fn (awk-mode) #[nil "\300\207" [c-awk-at-vsemi-p] 1] (c-mode c++-mode objc-mode) #[nil "\300\207" [c-at-macro-vsemi-p] 1] #[nil "\300\207" [nil] 1] c-vsemi-status-unknown-p-fn (awk-mode) #[nil "\300\207" [c-awk-vsemi-status-unknown-p] 1] (c-mode c++-mode objc-mode) #[nil "\300\207" [c-macro-vsemi-status-unknown-p] 1] #[nil "\300\207" [nil] 1] c-has-bitfields (c-mode c++-mode objc-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-single-quotes-quote-strings #[nil "\300\207" [nil] 1] c-string-delims #[nil "\300\301!\203\302\207\303\207" [c-get-lang-constant c-single-quotes-quote-strings (34 39) (34)] 2] c-has-quoted-numbers (c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-has-compound-literals (c-mode c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-modified-constant (c-mode c++-mode objc-mode) #[nil "\300\207" [#1="L'\\([^\\'	\f\n
]\\|\\\\.\\)'"] 1 #1#] #[nil "\300\207" [nil] 1] c-symbol-start (pike-mode) #[nil "\301\302Q\207" [c-alpha "[" "_`]"] 3] (objc-mode) #[nil "\301\302Q\207" [c-alpha "[" "_@]"] 3] (java-mode) #[nil "\301\302Q\207" [c-alpha "[" "_@]"] 3] #[nil "\301\302Q\207" [c-alpha "[" "_]"] 3] c-symbol-chars (objc-mode) #[nil "\301P\207" [c-alnum "_$@"] 2] #[nil "\301P\207" [c-alnum "_$"] 2] c-symbol-char-key #[nil "\300\301\302!\303Q\207" ["[" c-get-lang-constant c-symbol-chars "]+"] 3] c-symbol-key (pike-mode) #[nil "\300\301\302\303#\304\305\302\300\306!\"Q\207" [c-get-lang-constant c-symbol-key nil c-mode "\\|" c-make-keywords-re c-overloadable-operators] 6] #[nil "\300\301!\302\300\303!\304R\207" [c-get-lang-constant c-symbol-start "[" c-symbol-chars "]*"] 4] c-symbol-key-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-symbol-key] 3] c-nonsymbol-chars #[nil "\300\301\302!P\207" ["^" c-get-lang-constant c-symbol-chars] 3] c-nonsymbol-key #[nil "\300\301\302!\303Q\207" ["[" c-get-lang-constant c-nonsymbol-chars "]"] 3] c-identifier-ops (pike-mode) #[nil "\300\207" [((left-assoc "::") (prefix "::") (left-assoc "."))] 1] (idl-mode) #[nil "\300\207" [((left-assoc "::") (prefix "::"))] 1] (java-mode) #[nil "\300\207" [((left-assoc "."))] 1] (c++-mode) #[nil "\300\207" [((prefix "~" "??-" "compl") (right-assoc "::") (prefix "::"))] 1] #[nil "\300\207" [nil] 1] c-opt-identifier-concat-key #[nil "\301\302\303!\304\305#\211\205\306\307\")\207" [ops c-filter-ops c-get-lang-constant c-identifier-ops (left-assoc right-assoc) t c-make-keywords-re appendable] 5] c-opt-identifier-concat-key-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-opt-identifier-concat-key] 3] c-opt-identifier-prefix-key #[nil "\301\302\303!\304\305#\211\205\306\307\")\207" [ops c-filter-ops c-get-lang-constant c-identifier-ops (prefix) t c-make-keywords-re appendable] 5] c-after-id-concat-ops (java-mode) #[nil "\300\207" [("*")] 1] (c++-mode) #[nil "\300\207" [("~" "*")] 1] #[nil "\300\207" [nil] 1] c-opt-after-id-concat-key #[nil "\300\301!\300\302!\203\303\304\305\300\302!\"P\202\306P\207" [c-get-lang-constant c-symbol-start c-after-id-concat-ops "\\|" c-make-keywords-re appendable #2=""] 6] c-identifier-start #[nil "\300\301!\300\302!\203\303\300\302!P\202\304P\207" [c-get-lang-constant c-symbol-start c-opt-identifier-prefix-key "\\|" #2#] 4] c-identifier-key #[nil "\300\301!\203\302\300\301!\300\303!\304R\202\305\302\300\306!\307\300\310!\203X\302\300\303!\311\300\310!\300\303!\311\300\312!\203L\302\313\314\300\312!\"\302\300\303!\315\300\306!\316\260\317\300\306!\320\260\202R\302\300\306!\307Q\321\260\202Y\305\260\207" [c-get-lang-constant c-opt-identifier-prefix-key "\\(" c-simple-ws "*\\)?" #2# c-symbol-key "\\)" c-opt-identifier-concat-key "*" c-after-id-concat-ops c-make-keywords-re appendable "*\\(" "\\)\\)?" "\\|\\(" "\\)\\)" "\\)*"] 17] c-identifier-last-sym-match #[nil "\300\207" [nil] 1] c-string-escaped-newlines (c-mode c++-mode objc-mode pike-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-multiline-string-start-char (pike-mode) #[nil "\300\207" [35] 1] #[nil "\300\207" [nil] 1] c-string-innards-re-alist #[nil "\300\301\302\303!\203\302\303!\250\205\302\304!\203\305\202\306\"\207" [mapcar #[(delim) "\301\302!\303QB\207" [delim "\\(\\\\\\(.\\|\n\\)\\|[^\\\n
" string "]\\)*"] 4] c-get-lang-constant c-multiline-string-start-char c-single-quotes-quote-strings (34 39) (34)] 4] c-opt-cpp-symbol (java-mode awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#3="#"] 1 #3#] c-opt-cpp-prefix (java-mode awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#4="\\s *#\\s *"] 1 #4#] c-anchored-cpp-prefix (java-mode awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#5="^\\s *\\(#\\)\\s *"] 1 #5#] c-opt-cpp-start (pike-mode) #[nil "\301\302!\303\304R\207" [c-alnum c-get-lang-constant c-opt-cpp-prefix "\\([" "]+\\|!\\)"] 4] #[nil "\301\302!\205
\301\302!\303\304R\207" [c-alnum c-get-lang-constant c-opt-cpp-prefix "\\([" "]+\\)"] 4] c-cpp-message-directives (c-mode c++-mode objc-mode pike-mode) #[nil "\300\207" [("error" "warning")] 1] #[nil "\300\301!\205\302\207" [c-get-lang-constant c-opt-cpp-prefix ("error")] 2] c-cpp-include-directives (objc-mode) #[nil "\300\207" [("include" "import")] 1] #[nil "\300\301!\205\302\207" [c-get-lang-constant c-opt-cpp-prefix ("include")] 2] c-cpp-include-key #[nil "\301\302!\203\301\303!\203\301\302!\304\305\301\303!\"\306Q\207\207" [regexp-unmatchable c-get-lang-constant c-anchored-cpp-prefix c-cpp-include-directives c-make-keywords-re appendable "[ 	]*"] 5] c-opt-cpp-macro-define #[nil "\300\301!\205\302\207" [c-get-lang-constant c-opt-cpp-prefix "define"] 2] c-opt-cpp-macro-define-start #[nil "\300\301!\205\300\302!\300\301!\303Q\207" [c-get-lang-constant c-opt-cpp-macro-define c-opt-cpp-prefix "[ 	]+\\(\\(\\sw\\|_\\)+\\)\\(([^)]*)\\)?\\([ 	]\\|\\\\\n\\)*"] 3] c-opt-cpp-macro-define-id #[nil "\300\301!\205\300\302!\300\301!\303Q\207" [c-get-lang-constant c-opt-cpp-macro-define c-opt-cpp-prefix "[ 	]+\\(\\sw\\|_\\)+"] 3] c-anchored-hash-define-no-parens #[nil "\300\301!\205\300\302!\300\301!\303Q\207" [c-get-lang-constant c-opt-cpp-macro-define c-anchored-cpp-prefix "[ 	]+\\(\\sw\\|_\\)+\\([^(a-zA-Z0-9_]\\|$\\)"] 3] c-cpp-expr-directives #[nil "\300\301!\205\302\207" [c-get-lang-constant c-opt-cpp-prefix ("if" "elif")] 2] c-cpp-expr-intro-re #[nil "\300\301!\205\300\302!\303\304\300\301!\"P\207" [c-get-lang-constant c-cpp-expr-directives c-opt-cpp-prefix c-make-keywords-re t] 5] c-cpp-expr-functions (pike-mode) #[nil "\300\207" [("defined" "efun" "constant")] 1] #[nil "\300\301!\205\302\207" [c-get-lang-constant c-opt-cpp-prefix ("defined")] 2] c-cpp-expr-functions-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-cpp-expr-functions] 4] c-assignment-operators (idl-mode) #[nil "\300\207" [nil] 1] (c++-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-assignment-operators ("and_eq" "or_eq" "xor_eq" "??!=" "??'=")] 3] (java-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-assignment-operators (">>>=")] 3] #[nil "\300\207" [("=" "*=" "/=" "%=" "+=" "-=" ">>=" "<<=" "&=" "^=" "|=")] 1] c-operators (idl-mode) #[nil "\300\301\302\303\304!\305\"BB\207" [(prefix "#") (left-assoc "##") append c-get-lang-constant c-identifier-ops ((prefix "+" "-" "~") (left-assoc "*" "/" "%") (left-assoc "+" "-") (left-assoc "<<" ">>") (left-assoc "&") (left-assoc "^") (left-assoc "|"))] 5] #[nil "\300\301\302!\205\303\304\305\306!\205\307BB\310\311\305\312!\205\313BBD\301\314!\305\315!\204-\305\316!\2031\317\202B\305\320!\203;\321\202B\305\316!\205B\322\305\315!\205I\323\310\324\305\316!?\205S\325BB\326\327\330\331\332\333\334\305\335!\205c\336BBBBBBB\303\327\330\337\340\341\342\300\305\315!\205y\343\305\344!\205\200\345\305\346!\205\207\347\305\315!\203\221\350\202\242\305\316!\203\233\351\202\242\305\320!\205\242\352\353\305\320!\205\252\354&BBBBBBBE\305\315!\205\273\355\356\357\310\360\361\305\316!\205\307\362BBB\310\363\364\365\366\305\316!\205\326\367BBBBB\310\370\371\305\315!\205\345\372BBB\310\373\305\315!\205\361\374BB\310\375\300\305\376!\205\375\377\305\315!\205\201@\"BB\310\201A\300\305\201B!\205\201C\305\315!\205\"\201D\"BB\310\201E\305\315!\2052\201FBB\310\201G\300\305\201H!\205D\201I\305\315!\205M\201J\"BB\201K\201L\301\201M!B\257\f\305\315!\205g\201N\201O&	\207" [append c-get-lang-constant c-opt-cpp-prefix prefix "#" c-lang-major-mode-is (c-mode c++-mode) ("%:" "??=") left-assoc "##" (c-mode c++-mode) ("%:%:" "??=??=") c-identifier-ops c++-mode java-mode ((postfix-if-paren "<" ">")) pike-mode ((prefix "global" "predef")) ((prefix "super")) ((prefix "dynamic_cast" "static_cast" "reinterpret_cast" "const_cast" "typeid" "alignof")) "." ("->") postfix "++" "--" "[" "]" "(" ")" (c-mode c++-mode) ("<:" ":>" "??(" "??)") "+" "-" "!" "~" ("not" "compl") (c-mode c++-mode) ("*" "&" "sizeof" "??-") objc-mode ("@selector" "@protocol" "@encode") ("new" "delete") ("new") ("class" "lambda" "catch" "throw" "gauge") ("(" ")") ("[" "]") ((left-assoc ".*" "->*")) (left-assoc "*" "/" "%") (left-assoc "+" "-") "<<" ">>" (">>>") "<" ">" "<=" ">=" ("instanceof") "==" "!=" ("not_eq") "&" ("bitand") "^" (c-mode c++-mode) ("??'") ("xor") "|" (c-mode c++-mode) ("??!") ("bitor") "&&" ("and") "||" (c-mode c++-mode) ("??!??!") ("or") (right-assoc-sequence "?" ":") right-assoc c-assignment-operators ((prefix "throw")) ((left-assoc ","))] 22] c-operator-list #[nil "\300\301\302!\303\211#\207" [c-filter-ops c-get-lang-constant c-operators t] 4] c-operator-re #[nil "\300\301\302!!\207" [regexp-opt c-get-lang-constant c-operator-list] 3] c-bin-tern-operators #[nil "\300\301\302!\303\304#\207" [c-filter-ops c-get-lang-constant c-operators (left-assoc right-assoc right-assoc-sequence) t] 4] c-unary-operators #[nil "\300\301\302!\303\304#\207" [c-filter-ops c-get-lang-constant c-operators (prefix postfix postfix-if-paren) t] 4] c-non-after-{}-operators (awk-mode) #[nil "\300\301\302\303!\"\207" [remove "/" c-get-lang-constant c-non-after-{}-operators] 4] #[nil "\300\301\302!\301\303!\304\305$\207" [cl-set-difference c-get-lang-constant c-bin-tern-operators c-unary-operators :test string-equal] 5] c-non-after-{}-ops-re #[nil "\300\301\302!!\207" [regexp-opt c-get-lang-constant c-non-after-{}-operators] 3] c-overloadable-operators (pike-mode) #[nil "\300\207" [("`+" "`-" "`&" "`|" "`^" "`<<" "`>>" "`*" "`/" "`%" "`~" "`==" "`<" "`>" "`!" "`[]" "`[]=" "`->" "`->=" "`()" "``+" "``-" "``&" "``|" "``^" "``<<" "``>>" "``*" "``/" "``%" "`+=")] 1] (c++-mode) #[nil "\300\207" [("new" "delete" "+" "-" "*" "/" "%" "^" "??'" "xor" "&" "bitand" "|" "??!" "bitor" "~" "??-" "compl" "!" "=" "<" ">" "+=" "-=" "*=" "/=" "%=" "^=" "??'=" "xor_eq" "&=" "and_eq" "|=" "??!=" "or_eq" "<<" ">>" ">>=" "<<=" "==" "!=" "not_eq" "<=" ">=" "&&" "and" "||" "??!??!" "or" "++" "--" "," "->*" "->" "()" "[]" "<::>" "??(??)")] 1] #[nil "\300\207" [nil] 1] c-overloadable-operators-regexp (c++-mode) #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c-overloadable-operators] 4] #[nil "\300\207" [nil] 1] c-opt-op-identifier-prefix (c++-mode) #[nil "\300\301\302\"\207" [c-make-keywords-re t ("operator")] 3] #[nil "\300\207" [nil] 1] c-ambiguous-overloadable-or-identifier-prefixes #[nil "\300\301\302\303!\304\305#\302\306!\307\310$\207" [cl-intersection c-filter-ops c-get-lang-constant c-identifier-ops (prefix) t c-overloadable-operators :test string-equal] 5] c-ambiguous-overloadable-or-identifier-prefix-re #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-ambiguous-overloadable-or-identifier-prefixes] 4] c-other-op-syntax-tokens (awk-mode) #[nil "\300\207" [("{" "}" "(" ")" "[" "]" ";" "," "=" "/")] 1] (pike-mode) #[nil "\300\301\302\303!\302\304!#\207" [append ("..") c-get-lang-constant c-other-op-syntax-tokens c-overloadable-operators] 5] (idl-mode) #[nil "\300\301\302\303!\"\207" [append ("#" "##") c-get-lang-constant c-other-op-syntax-tokens] 4] (objc-mode) #[nil "\300\301\302\303!\"\207" [append ("#" "##" "+" "-") c-get-lang-constant c-other-op-syntax-tokens] 4] (c++-mode) #[nil "\300\301\302\303!\"\207" [append ("&" "<%" "%>" "<:" ":>" "%:" "%:%:") c-get-lang-constant c-other-op-syntax-tokens] 4] (c-mode c++-mode) #[nil "\300\301\302\303!\"\207" [append ("*") c-get-lang-constant c-other-op-syntax-tokens] 4] (c-mode c++-mode pike-mode) #[nil "\300\301\302\303!\"\207" [append ("#" "##" "::" "...") c-get-lang-constant c-other-op-syntax-tokens] 4] #[nil "\300\207" [("{" "}" "(" ")" "[" "]" ";" ":" "," "=" "/*" "*/" "//")] 1] c-all-op-syntax-tokens #[nil "\300\301\302\303!\302\304!\"\305\306#\207" [cl-delete-duplicates append c-get-lang-constant c-other-op-syntax-tokens c-operator-list :test string-equal] 5] c-nonsymbol-token-char-list #[nil "\303 \304\216\305\306\307!!\210\310\311	\312W\203'	z\313>\204 	\nB	T\211\202\n,\207" [c-with-syntax-table-orig-table char list syntax-table #[nil "\301!\207" [c-with-syntax-table-orig-table set-syntax-table] 2] set-syntax-table c-get-lang-constant c-mode-syntax-table nil 32 127 (119 95 60 62 32)] 4] c-nonsymbol-token-regexp #[nil "\300\301\302\303\304!\305\306#\"\207" [c-make-keywords-re nil c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\`\\(\\s.\\)+\\'"] 6] c-assignment-op-regexp #[nil "\301\302!\203\303\304\305\306\301\302!\307\310\311$\"P\207\207" [regexp-unmatchable c-get-lang-constant c-assignment-operators "=\\([^=]\\|$\\)\\|" c-make-keywords-re nil cl-set-difference ("=") :test string-equal] 8] c-arithmetic-operators #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-assignment-operators ("+" "-" "*" "/" "%" "<<" ">>" "<" ">" "<=" ">=" "==" "!=" "&" "^" "|" "&&" "||")] 3] c-arithmetic-op-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c-arithmetic-operators] 4] c-:$-multichar-token-regexp #[nil "\300\301\302\303\304!\305\306#\"\207" [c-make-keywords-re nil c-filter-ops c-get-lang-constant c-operators t ".+:$"] 6] c-<>-multichar-token-regexp #[nil "\300\301\302\303\304!\305\306#\"\207" [c-make-keywords-re nil c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t ".[<>]\\|[<>]."] 6] c-<-op-cont-regexp #[nil "\300\301\302\303\304!\305\306\307$\"\207" [c-make-keywords-re nil c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\`<." #[(op) "\301\302\"\207" [op substring 1] 3]] 7] c-<-pseudo-digraph-cont-regexp (c++-mode) #[nil "\300\207" [#6="::\\([^:>]\\|$\\)"] 1 #6#] #[nil "\207" [regexp-unmatchable] 1] c-<-pseudo-digraph-cont-len (c++-mode) #[nil "\300\207" [2] 1] #[nil "\300\207" [0] 1] c->-op-cont-tokens (java-mode) #[nil "\300\301\302!\303\304\305$\207" [c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\`>[^>]\\|\\`>>[^>]" #[(op) "\301\302\"\207" [op substring 1] 3]] 5] #[nil "\300\301\302!\303\304\305$\207" [c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\`>." #[(op) "\301\302\"\207" [op substring 1] 3]] 5] c->-op-cont-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c->-op-cont-tokens] 4] c->-op-without->-cont-regexp #[nil "\300\301\302\303\304!\305\303\306!\307\310\311$\312\313$\"\207" [c-make-keywords-re nil cl-set-difference c-get-lang-constant c->-op-cont-tokens c-filter-ops c-all-op-syntax-tokens t "\\`>>" #[(op) "\301\302\"\207" [op substring 1] 3] :test string-equal] 9] c-multichar->-op-not->>->>>-regexp #[nil "\300\301\302\303\304\305!\306\307#\310\311\312$\"\207" [c-make-keywords-re nil cl-set-difference c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\(.>\\|>.\\)" (">>" ">>>") :test string-equal] 7] c-:-op-cont-tokens #[nil "\300\301\302!\303\304\305$\207" [c-filter-ops c-get-lang-constant c-all-op-syntax-tokens t "\\`:." #[(op) "\301\302\"\207" [op substring 1] 3]] 5] c-:-op-cont-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c-:-op-cont-tokens] 4] c-stmt-delim-chars #[nil "\300\207" [#7="^;{}?:"] 1 #7#] c-stmt-boundary-skip-chars (c++-mode) #[nil "\300\301\302!\303\304#\305\300\301\302!\304\"Q\207" [substring c-get-lang-constant c-stmt-boundary-skip-chars 0 1 "["] 5] #[nil "\300\301!\203\302\300\303!\304\305#\300\301!\302\300\303!\305\"Q\207\300\303!\207" [c-get-lang-constant c-opt-cpp-symbol substring c-stmt-delim-chars 0 1] 5] c-stmt-boundary-skip-list #[nil "\300\301\302\303!\304\"\305\"\207" [append substring c-get-lang-constant c-stmt-boundary-skip-chars 1 nil] 4] c-stmt-delim-chars-with-comma #[nil "\300\207" [#8="^;,{}?:"] 1 #8#] c-stmt-boundary-skip-chars-with-comma (c++-mode) #[nil "\300\301\302!\303\304#\305\300\301\302!\304\"Q\207" [substring c-get-lang-constant c-stmt-boundary-skip-chars-with-comma 0 1 "["] 5] #[nil "\300\301!\203\302\300\303!\304\305#\300\301!\302\300\303!\305\"Q\207\300\303!\207" [c-get-lang-constant c-opt-cpp-symbol substring c-stmt-delim-chars-with-comma 0 1] 5] c-stmt-boundary-skip-list-with-comma #[nil "\300\301\302\303!\304\"\305\"\207" [append substring c-get-lang-constant c-stmt-boundary-skip-chars-with-comma 1 nil] 4] c-pack-ops (c++-mode) #[nil "\300\207" [("...")] 1] #[nil "\300\207" [nil] 1] c-pack-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re appendable c-get-lang-constant c-pack-ops] 4] c-auto-ops (c++-mode) #[nil "\300\207" [("=" "->")] 1] #[nil "\300\207" [nil] 1] c-auto-ops-re #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c-auto-ops] 4] c-haskell-op (c++-mode) #[nil "\300\207" [("->")] 1] #[nil "\300\207" [nil] 1] c-haskell-op-re #[nil "\300\301\302\303!\"\207" [c-make-keywords-re nil c-get-lang-constant c-haskell-op] 4] c-pre-start-tokens #[nil "\300\207" [(";" "{" "}")] 1] c-pre-lambda-tokens #[nil "\300\301\302\303\304!\303\305!\"!\302\306\307\"\310\311$\207" [cl-set-difference cl-delete-duplicates append c-get-lang-constant c-operator-list c-other-op-syntax-tokens ("#" "%:" "??=" "##" "%:%:" "??=??=" "::" "." "->" "]" "<:" ":>" "??(" "??)" "??-" "new" "delete" ")" ".*" "->*" "??'" "??!" "??!??!" "??!=" "??'=") ("<%" "%>" "<:" ":>" "%:" "%:%:" "#" "##" "::" "...") :test string-equal] 6] c-pre-lambda-tokens-re #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-pre-lambda-tokens] 4] c-simple-ws #[nil "\300\207" [#9="\\(\\s \\|[\n
]\\)"] 1 #9#] c-simple-ws-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-simple-ws] 3] c-line-comment-starter (awk-mode) #[nil "\300\207" [#10="#"] 1 #10#] #[nil "\300\207" [#11="//"] 1 #11#] c-block-comment-starter (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#12="/*"] 1 #12#] c-block-comment-ender (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#13="*/"] 1 #13#] c-block-comment-ender-regexp #[nil "\301\302!\203\f\303\301\302!!\207\207" [regexp-unmatchable c-get-lang-constant c-block-comment-ender regexp-quote] 3] c-block-comment-awkward-chars #[nil "\300\301!G\302V\205\300\301!\303HC\207" [c-get-lang-constant c-block-comment-ender 1 0] 2] c-font-lock-comment-end-skip #[nil "\301\302!\203\f\303\301\304!P\207\207" [regexp-unmatchable c-get-lang-constant c-block-comment-ender "[ 	]*" c-block-comment-ender-regexp] 3] c-comment-start-regexp #[nil "\302\303\304\305!\304\306!D\"\307	>\203\310P\202)\207" [re c-emacs-features c-make-keywords-re nil c-get-lang-constant c-line-comment-starter c-block-comment-starter gen-comment-delim "\\|\\s!"] 5] c-block-comment-start-regexp #[nil "\301\302!\203\f\303\301\302!!\207\207" [regexp-unmatchable c-get-lang-constant c-block-comment-starter regexp-quote] 3] c-line-comment-start-regexp #[nil "\301\302!\203\f\303\301\302!!\207\207" [regexp-unmatchable c-get-lang-constant c-line-comment-starter regexp-quote] 3] c-last-c-comment-end-on-line-re (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [#14="\\(\\*/\\)\\([^*]\\|\\*+\\([^*/]\\|$\\)\\)*$"] 1 #14#] c-literal-start-regexp #[nil "\301\302!\303\304>\203\305\202\306Q\207" [c-emacs-features c-get-lang-constant c-comment-start-regexp "\\|" gen-string-delim "\"\\|\\s|" "\""] 4] c-doc-comment-start-regexp (pike-mode) #[nil "\300\207" [#15="/[/*]!"] 1 #15#] (java-mode) #[nil "\300\207" [#16="/\\*\\*"] 1 #16#] (c-mode c++-mode objc-mode) #[nil "\300\207" [#17="/\\*[*!]"] 1 #17#] #[nil "\207" [regexp-unmatchable] 1] c-block-comment-is-default (c-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] comment-start #[nil "\300\301!\203\f\300\302!\202\300\303!\304P\207" [c-get-lang-constant c-block-comment-is-default c-block-comment-starter c-line-comment-starter " "] 2] comment-end #[nil "\300\301!\203\f\302\300\303!P\207\304\207" [c-get-lang-constant c-block-comment-is-default " " c-block-comment-ender #2#] 3] comment-start-skip #[nil "\300\301\302\303\304\305!\304\306!D\"\307\"\310Q\207" ["\\(" c-concat-separated mapcar #[(cs) "\205	\301!\302P\207" [cs regexp-quote "+"] 2] c-get-lang-constant c-line-comment-starter c-block-comment-starter "\\|" "\\)\\s *"] 7] comment-end-can-be-escaped (c-mode c++-mode objc-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-syntactic-ws-start #[nil "\301\302\303\304\305\306!\305\307!\305\310!\205\311E\312\"\"\313\314>\205\315R\207" [c-emacs-features "\\s \\|" c-make-keywords-re nil append c-get-lang-constant c-line-comment-starter c-block-comment-starter c-opt-cpp-prefix "#" ("\n" "
") "\\|\\\\[\n
]" gen-comment-delim "\\|\\s!"] 8] c-syntactic-ws-end #[nil "\301\302\303\304\305\306!\205\307\305\306!\305\306!GS\234!C\310\"\"\311>\205 \312Q\207" [c-emacs-features "\\s \\|" c-make-keywords-re nil append c-get-lang-constant c-block-comment-ender string ("\n" "
") gen-comment-delim "\\|\\s!"] 8] c-unterminated-block-comment-regexp #[nil "\301\302!\205}\303\301\302!!\301\304!\211G\305U\203\306\307Q\202{G\310U\203v\306\311\312\305#\313\303\311\312\305#!\314\312\234\305\234U\203G\311\312\305#\315P\202j\305\234\316U\203^\311\305\310#\315\311\312\305#Q\202j\311\312\305#\315\311\305\310#Q\317\311\312\305#\320\260	\202{\321\322G\")P\207" [end c-get-lang-constant c-block-comment-starter regexp-quote c-block-comment-ender 1 "[^" "\n
]*" 2 substring 0 "\n
]*\\(" "+[^" "\n
" 93 "][^" "\n
]*\\)*" error "Can't handle a block comment ender of length %s"] 13] c-block-comment-regexp #[nil "\301\302!\205;\301\302!\301\303!\211G\304U\203\305!\2029G\306U\2034\305\307\310\304#!\311\305\307\304\306#!Q\2029\312\313G\")P\207" [end c-get-lang-constant c-unterminated-block-comment-regexp c-block-comment-ender 1 regexp-quote 2 substring 0 "+" error "Can't handle a block comment ender of length %s"] 9] c-nonwhite-syntactic-ws #[nil "\301\302\303!\205\304\302\303!!\305P\302\306!\307\310>\205\311F\312\"\207" [c-emacs-features c-concat-separated c-get-lang-constant c-line-comment-starter regexp-quote "[^\n
]*[\n
]" c-block-comment-regexp "\\\\[\n
]" gen-comment-delim "\\s!\\S!*\\s!" "\\|"] 6] c-syntactic-ws #[nil "\300\301!\302\303\300\304!\305\300\301!\306\260\307R\207" [c-get-lang-constant c-simple-ws "*\\(" "\\(" c-nonwhite-syntactic-ws "\\)" "*" "\\)*"] 7] c-syntactic-ws-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-syntactic-ws] 3] c-nonempty-syntactic-ws #[nil "\300\301\302!\303\301\304!\305\260\207" ["\\(" c-get-lang-constant c-simple-ws "\\|" c-nonwhite-syntactic-ws "\\)+"] 5] c-nonempty-syntactic-ws-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-nonempty-syntactic-ws] 3] c-single-line-syntactic-ws #[nil "\300\301!\203
\302\300\301!\303Q\207\304\207" [c-get-lang-constant c-block-comment-regexp "\\s *\\(" "\\s *\\)*" "\\s *"] 3] c-single-line-syntactic-ws-depth #[nil "\300\301\302!!\207" [regexp-opt-depth c-get-lang-constant c-single-line-syntactic-ws] 3] c-syntactic-eol #[nil "\300\301!\302\303\300\304!\205\305\300\304!!\300\306!\205\300\306!\307P\310\307F\311\"\312R\207" [c-get-lang-constant c-single-line-syntactic-ws "\\(" c-concat-separated c-line-comment-starter regexp-quote c-unterminated-block-comment-regexp "$" "\\\\$" "\\|" "\\)"] 7] beginning-of-defun-function (awk-mode) #[nil "\300\207" [c-awk-beginning-of-defun] 1] #[nil "\300\207" [c-beginning-of-defun] 1] end-of-defun-function (awk-mode) #[nil "\300\207" [c-awk-end-of-defun] 1] #[nil "\300\207" [c-end-of-defun] 1] c-paragraph-start (pike-mode) #[nil "\300\207" [#18="\\(@[a-zA-Z_-]+\\>\\([^{]\\|$\\)\\|$\\)"] 1 #18#] (java-mode) #[nil "\300\207" [#19="\\(@[a-zA-Z]+\\>\\|$\\)"] 1 #19#] #[nil "\300\207" [#20="$"] 1 #20#] c-paragraph-separate (pike-mode) #[nil "\300\301!\207" [c-get-lang-constant c-paragraph-start] 2] #[nil "\300\207" [#21="$"] 1 #21#] c-primitive-type-kwds (pike-mode) #[nil "\300\207" [("array" "float" "function" "int" "mapping" "mixed" "multiset" "object" "program" "string" "this_program" "void")] 1] (idl-mode) #[nil "\300\207" [("Object" "ValueBase" "any" "boolean" "char" "double" "fixed" "float" "long" "octet" "sequence" "short" "string" "void" "wchar" "wstring" "ref" "unsigned" "strong")] 1] (java-mode) #[nil "\300\207" [("boolean" "byte" "char" "double" "float" "int" "long" "short" "void")] 1] (objc-mode) #[nil "\300\301\302\303!\"\207" [append ("id" "Class" "SEL" "IMP" "BOOL") c-get-lang-constant c-primitive-type-kwds] 4] (c++-mode) #[nil "\300\301\302\303!\"\207" [append ("bool" "wchar_t" "char16_t" "char32_t") c-get-lang-constant c-primitive-type-kwds] 4] (c-mode) #[nil "\300\301\302\303!\"\207" [append ("_Bool" "_Complex" "_Imaginary") c-get-lang-constant c-primitive-type-kwds] 4] #[nil "\300\207" [("char" "double" "float" "int" "long" "short" "signed" "unsigned" "void")] 1] c-return-kwds (idl-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [("return")] 1] c-return-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-return-kwds] 4] c-primitive-type-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-primitive-type-kwds] 4] c-primitive-type-prefix-kwds (idl-mode) #[nil "\300\207" [("long" "unsigned" "strong")] 1] (c-mode c++-mode objc-mode) #[nil "\300\207" [("long" "short" "signed" "unsigned")] 1] #[nil "\300\207" [nil] 1] c-typedef-kwds (awk-mode idl-mode java-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [("typedef")] 1] c-typedef-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-typedef-kwds] 4] c-typeof-kwds (c++-mode) #[nil "\300\207" [("decltype" "typeof")] 1] (c-mode) #[nil "\300\207" [("typeof")] 1] #[nil "\300\207" [nil] 1] c-typeof-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-typeof-kwds] 4] c-template-typename-kwds (c++-mode) #[nil "\300\207" [("class" "typename")] 1] #[nil "\300\207" [nil] 1] c-template-typename-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-template-typename-kwds] 4] c-type-prefix-kwds (c++-mode) #[nil "\300\301\302\303\304\305#\"\207" [append ("class" "typename") c-get-lang-constant c-type-prefix-kwds nil c-mode] 6] (c-mode) #[nil "\300\207" [("struct" "union" "enum")] 1] #[nil "\300\207" [nil] 1] c-type-prefix-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-type-prefix-kwds] 4] c-type-modifier-prefix-kwds (objc-mode) #[nil "\300\207" [("const" "volatile")] 1] (c++-mode) #[nil "\300\207" [("const" "noexcept" "volatile")] 1] (c-mode) #[nil "\300\207" [("const" "restrict" "volatile")] 1] #[nil "\300\207" [nil] 1] c-opt-type-modifier-prefix-key #[nil "\300\301!\205\f\302\303\300\301!\"\207" [c-get-lang-constant c-type-modifier-prefix-kwds c-make-keywords-re t] 4] c-type-modifier-kwds (c++-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-type-modifier-prefix-kwds ("throw")] 3] #[nil "\300\301!\207" [c-get-lang-constant c-type-modifier-prefix-kwds] 2] c-opt-type-modifier-key #[nil "\300\301!\205\f\302\303\300\301!\"\207" [c-get-lang-constant c-type-modifier-kwds c-make-keywords-re t] 4] c-opt-type-component-key #[nil "\300\301!\204\f\300\302!\205\303\304\305\300\301!\300\302!\"\"\207" [c-get-lang-constant c-primitive-type-prefix-kwds c-type-modifier-kwds c-make-keywords-re t append] 6] c-type-start-kwds #[nil "\300\301\302\303!\302\304!\302\305!#\306\307#\207" [cl-delete-duplicates append c-get-lang-constant c-primitive-type-kwds c-type-prefix-kwds c-type-modifier-kwds :test string-equal] 6] c-type-decl-suffix-ws-ids-kwds (c++-mode) #[nil "\300\207" [("final" "override")] 1] #[nil "\300\207" [nil] 1] c-type-decl-suffix-ws-ids-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-type-decl-suffix-ws-ids-kwds] 4] c-class-id-suffix-ws-ids-kwds (c++-mode) #[nil "\300\207" [("final")] 1] #[nil "\300\207" [nil] 1] c-class-id-suffix-ws-ids-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-class-id-suffix-ws-ids-kwds] 4] c-class-decl-kwds (pike-mode) #[nil "\300\207" [("class")] 1] (idl-mode) #[nil "\300\207" [("component" "eventtype" "exception" "home" "interface" "struct" "union" "valuetype" "storagehome" "storagetype" "catalog" "executor" "manages" "segment")] 1] (java-mode) #[nil "\300\207" [("class" "@interface" "interface")] 1] (objc-mode) #[nil "\300\207" [("struct" "union" "@interface" "@implementation" "@protocol")] 1] (c++-mode) #[nil "\300\207" [("class" "struct" "union")] 1] (c-mode) #[nil "\300\207" [("struct" "union")] 1] #[nil "\300\207" [nil] 1] c-class-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-class-decl-kwds] 4] c-brace-list-decl-kwds (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [("enum")] 1] c-brace-list-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-brace-list-decl-kwds] 4] c-after-brace-list-decl-kwds (c++-mode) #[nil "\300\207" [("class" "struct")] 1] #[nil "\300\207" [nil] 1] c-after-brace-list-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-after-brace-list-decl-kwds] 4] c-recognize-post-brace-list-type-p (c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-other-block-decl-kwds (idl-mode) #[nil "\300\207" [("module" "composition")] 1] (c++-mode) #[nil "\300\207" [("namespace" "extern")] 1] (c-mode objc-mode) #[nil "\300\207" [("extern")] 1] #[nil "\300\207" [nil] 1] c-other-decl-block-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-other-block-decl-kwds] 4] c-defun-type-name-decl-kwds #[nil "\300\301\302!\301\303!\"\207" [append c-get-lang-constant c-class-decl-kwds c-brace-list-decl-kwds] 4] c-defun-type-name-decl-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-defun-type-name-decl-kwds] 4] c-typedef-decl-kwds (idl-mode) #[nil "\300\301\302\303\304!\305\"\"\207" [delete "exception" append c-get-lang-constant c-typedef-decl-kwds nil] 5] (c-mode c++-mode objc-mode idl-mode pike-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-typedef-decl-kwds ("typedef")] 3] #[nil "\300\301\302!\301\303!\"\207" [append c-get-lang-constant c-class-decl-kwds c-brace-list-decl-kwds] 4] c-typedef-decl-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-typedef-decl-kwds] 4] c-typeless-decl-kwds (pike-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-class-decl-kwds ("constant")] 3] (idl-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-typeless-decl-kwds ("factory" "finder" "native" "key" "stores" "facet")] 3] (c++-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-typeless-decl-kwds ("auto")] 3] #[nil "\300\301\302!\301\303!\"\207" [append c-get-lang-constant c-class-decl-kwds c-brace-list-decl-kwds] 4] c-equals-type-clause-kwds (c++-mode) #[nil "\300\207" [("using")] 1] #[nil "\300\207" [nil] 1] c-equals-type-clause-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-equals-type-clause-kwds] 4] c-modifier-kwds (pike-mode) #[nil "\300\207" [("final" "inline" "local" "nomask" "optional" "private" "protected" "public" "static" "variant")] 1] (java-mode) #[nil "\300\207" [("abstract" "const" "default" "final" "native" "private" "protected" "public" "static" "strictfp" "synchronized" "transient" "volatile")] 1] (idl-mode) #[nil "\300\207" [("abstract" "attribute" "const" "consumes" "custom" "emits" "import" "in" "inout" "local" "multiple" "oneway" "out" "private" "provides" "public" "publishes" "readonly" "typeid" "typeprefix" "uses" "primary" "state" "bindsTo" "delegatesTo" "implements" "proxy" "storedOn")] 1] (objc-mode) #[nil "\300\207" [("auto" "bycopy" "byref" "extern" "in" "inout" "oneway" "out" "static")] 1] (c++-mode) #[nil "\300\301\302\303!\"\207" [append ("constexpr" "explicit" "friend" "mutable" "template" "thread_local" "using" "virtual") c-get-lang-constant c-modifier-kwds] 4] (c-mode c++-mode) #[nil "\300\207" [("auto" "extern" "inline" "register" "static")] 1] #[nil "\300\207" [nil] 1] c-other-decl-kwds (pike-mode) #[nil "\300\207" [("import" "inherit")] 1] (java-mode) #[nil "\300\207" [("import" "package")] 1] (objc-mode) #[nil "\300\207" [("@class" "@end" "@defs")] 1] #[nil "\300\207" [nil] 1] c-decl-start-kwds (pike-mode) #[nil "\300\207" [("class")] 1] #[nil "\300\207" [nil] 1] c-decl-hangon-kwds (c-mode c++-mode) #[nil "\300\207" [("__attribute__" "__declspec")] 1] #[nil "\300\207" [nil] 1] c-decl-hangon-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-decl-hangon-kwds] 4] c-prefix-spec-kwds #[nil "\300\301\302\303!\302\304!\302\305!\302\306!\302\307!\302\310!\302\311!\302\312!\302\313!&	\314\315#\207" [cl-delete-duplicates append c-get-lang-constant c-class-decl-kwds c-brace-list-decl-kwds c-other-block-decl-kwds c-typedef-decl-kwds c-typeless-decl-kwds c-modifier-kwds c-other-decl-kwds c-decl-start-kwds c-decl-hangon-kwds :test string-equal] 12] c-prefix-spec-kwds-re #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-prefix-spec-kwds] 4] c-specifier-key #[nil "\300\301\302\303\304!\305\303\306!\303\307!\"\310\311$\"\207" [c-make-keywords-re t cl-set-difference c-get-lang-constant c-prefix-spec-kwds append c-type-start-kwds c-<>-arglist-kwds :test string-equal] 8] c-postfix-spec-kwds #[nil "\300\301\302!\301\303!\"\207" [append c-get-lang-constant c-postfix-decl-spec-kwds c-decl-hangon-kwds] 4] c-not-decl-init-keywords #[nil "\300\301\302\303\304!\305\303\306!\303\307!\303\310!#\311\312$\"\207" [c-make-keywords-re t cl-set-difference c-get-lang-constant c-keywords append c-type-start-kwds c-prefix-spec-kwds c-typeof-kwds :test string-equal] 9] c-not-primitive-type-keywords (c++-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-not-primitive-type-keywords ("more")] 3] #[nil "\300\301\302!\301\303!\304\305$\207" [cl-set-difference c-get-lang-constant c-keywords c-primitive-type-kwds :test string-equal] 5] c-not-primitive-type-keywords-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-not-primitive-type-keywords] 4] c-protection-kwds (objc-mode) #[nil "\300\207" [("@private" "@protected" "@public")] 1] (c++-mode) #[nil "\300\207" [("private" "protected" "public")] 1] #[nil "\300\207" [nil] 1] c-protection-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-protection-kwds] 4] c-post-protection-token (c++-mode) #[nil "\300\207" [#22=":"] 1 #22#] #[nil "\300\207" [nil] 1] c-block-decls-with-vars (c++-mode) #[nil "\300\207" [("class" "struct" "union" "enum" "typedef")] 1] (c-mode objc-mode) #[nil "\300\207" [("struct" "union" "enum" "typedef")] 1] #[nil "\300\207" [nil] 1] c-opt-block-decls-with-vars-key #[nil "\300\301!\205\f\302\303\300\301!\"\207" [c-get-lang-constant c-block-decls-with-vars c-make-keywords-re t] 4] c-postfix-decl-spec-kwds (idl-mode) #[nil "\300\207" [("context" "getraises" "manages" "primarykey" "raises" "setraises" "supports" "as" "const" "implements" "of" "ref")] 1] (java-mode) #[nil "\300\207" [("extends" "implements" "throws")] 1] #[nil "\300\207" [nil] 1] c-postfix-decl-spec-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-postfix-decl-spec-kwds] 4] c-nonsymbol-sexp-kwds (c-mode c++-mode objc-mode) #[nil "\300\207" [("extern")] 1] #[nil "\300\207" [nil] 1] c-make-top-level-kwds (c-mode c++-mode objc-mode) #[nil "\300\207" [("extern")] 1] #[nil "\300\207" [nil] 1] c-make-top-level-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-make-top-level-kwds] 4] c-type-list-kwds (pike-mode) #[nil "\300\207" [("inherit")] 1] (idl-mode) #[nil "\300\207" [("manages" "native" "primarykey" "supports" "as" "implements" "of" "scope")] 1] (java-mode) #[nil "\300\207" [("import" "new" "extends" "super" "implements" "throws")] 1] (objc-mode) #[nil "\300\207" [("@class")] 1] (c++-mode) #[nil "\300\207" [("operator")] 1] #[nil "\300\207" [nil] 1] c-ref-list-kwds (pike-mode) #[nil "\300\207" [("import")] 1] (idl-mode) #[nil "\300\207" [("import" "module" "composition")] 1] (java-mode) #[nil "\300\207" [("package")] 1] (c++-mode) #[nil "\300\207" [("namespace")] 1] #[nil "\300\207" [nil] 1] c-colon-type-list-kwds (idl-mode) #[nil "\300\207" [("component" "eventtype" "home" "interface" "valuetype" "storagehome" "storagetype")] 1] (c++-mode) #[nil "\300\207" [("class" "struct")] 1] #[nil "\300\207" [nil] 1] c-colon-type-list-re #[nil "\300\301!\205\300\302!\203\303\300\302!\304Q\207\305\207" [c-get-lang-constant c-colon-type-list-kwds c-opt-identifier-concat-key "\\([^][{}();,/#=:]\\|" "\\)*:" "[^][{}();,/#=:]*:"] 3] c-paren-nontype-kwds (c++-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-paren-nontype-kwds ("noexcept")] 3] (c-mode c++-mode) #[nil "\300\207" [("__attribute__" "__declspec")] 1] #[nil "\300\207" [nil] 1] c-paren-nontype-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-paren-nontype-kwds] 4] c-paren-type-kwds (pike-mode) #[nil "\300\207" [("array" "function" "int" "mapping" "multiset" "object" "program")] 1] (idl-mode) #[nil "\300\207" [("switch")] 1] (objc-mode) #[nil "\300\207" [("@defs")] 1] (c++-mode) #[nil "\300\207" [("throw")] 1] #[nil "\300\207" [nil] 1] c-paren-any-kwds #[nil "\300\301\302\303!\302\304!\"\305\306#\207" [cl-delete-duplicates append c-get-lang-constant c-paren-nontype-kwds c-paren-type-kwds :test string-equal] 5] c-<>-type-kwds (idl-mode) #[nil "\300\207" [("sequence" "ref")] 1] (objc-mode) #[nil "\300\207" [("id")] 1] #[nil "\300\207" [nil] 1] c-<>-arglist-kwds (idl-mode) #[nil "\300\207" [("fixed" "string" "wstring")] 1] (c++-mode) #[nil "\300\207" [("template")] 1] #[nil "\300\207" [nil] 1] c-<>-sexp-kwds #[nil "\300\301\302\303!\302\304!\"\305\306#\207" [cl-delete-duplicates append c-get-lang-constant c-<>-type-kwds c-<>-arglist-kwds :test string-equal] 5] c-opt-<>-sexp-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-<>-sexp-kwds] 4] c-inside-<>-type-kwds (java-mode) #[nil "\300\207" [("extends" "super")] 1] #[nil "\300\207" [nil] 1] c-inside-<>-type-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-inside-<>-type-kwds] 4] c-brace-id-list-kwds #[nil "\300\301!\207" [c-get-lang-constant c-brace-list-decl-kwds] 2] c-block-stmt-1-kwds (idl-mode) #[nil "\300\207" [nil] 1] (java-mode) #[nil "\300\207" [("do" "else" "finally" "try")] 1] (objc-mode) #[nil "\300\207" [("do" "else" "@finally" "@try")] 1] (c++-mode) #[nil "\300\207" [("do" "else" "try")] 1] #[nil "\300\207" [("do" "else")] 1] c-block-stmt-1-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-block-stmt-1-kwds] 4] c-block-stmt-1-2-kwds (java-mode) #[nil "\300\207" [("try")] 1] #[nil "\300\207" [nil] 1] c-block-stmt-1-2-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-block-stmt-1-2-kwds] 4] c-block-stmt-2-kwds (awk-mode) #[nil "\300\207" [("for" "if" "while")] 1] (pike-mode) #[nil "\300\207" [("for" "if" "switch" "while" "foreach")] 1] (idl-mode) #[nil "\300\207" [nil] 1] (java-mode) #[nil "\300\207" [("for" "if" "switch" "while" "catch" "synchronized")] 1] (objc-mode) #[nil "\300\207" [("for" "if" "switch" "while" "@catch" "@synchronized")] 1] (c++-mode) #[nil "\300\207" [("for" "if" "switch" "while" "catch")] 1] #[nil "\300\207" [("for" "if" "switch" "while")] 1] c-block-stmt-2-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-block-stmt-2-kwds] 4] c-block-stmt-kwds #[nil "\300\301\302\303!\302\304!\"\305\306#\207" [cl-delete-duplicates append c-get-lang-constant c-block-stmt-1-kwds c-block-stmt-2-kwds :test string-equal] 5] c-block-stmt-hangon-kwds (c++-mode) #[nil "\300\207" [("constexpr")] 1] #[nil "\300\207" [nil] 1] c-block-stmt-hangon-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-block-stmt-hangon-kwds] 4] c-opt-block-stmt-key #[nil "\300\301!\204\f\300\302!\205\303\304\305\300\301!\300\302!\"\"\207" [c-get-lang-constant c-block-stmt-1-kwds c-block-stmt-2-kwds c-make-keywords-re t append] 6] c-simple-stmt-kwds (awk-mode) #[nil "\300\207" [("break" "continue" "return" "delete" "exit" "getline" "next" "nextfile" "print" "printf")] 1] (pike-mode) #[nil "\300\207" [("break" "continue" "return")] 1] (idl-mode) #[nil "\300\207" [nil] 1] (java-mode) #[nil "\300\207" [("break" "continue" "goto" "return" "throw")] 1] (objc-mode) #[nil "\300\207" [("break" "continue" "goto" "return" "@throw")] 1] #[nil "\300\207" [("break" "continue" "goto" "return")] 1] c-simple-stmt-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-simple-stmt-kwds] 4] c-paren-stmt-kwds (idl-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [("for")] 1] c-paren-stmt-key #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-paren-stmt-kwds] 4] c-asm-stmt-kwds (c-mode c++-mode) #[nil "\300\207" [("asm" "__asm__")] 1] #[nil "\300\207" [nil] 1] c-opt-asm-stmt-key #[nil "\300\301!\205\f\302\303\300\301!\"\207" [c-get-lang-constant c-asm-stmt-kwds c-make-keywords-re t] 4] c-case-kwds (awk-mode) #[nil "\300\207" [nil] 1] #[nil "\300\207" [("case")] 1] c-case-kwds-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-case-kwds] 4] c-label-kwds #[nil "\300\207" [("case" "default")] 1] c-label-kwds-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-label-kwds] 4] c-before-label-kwds (awk-mode) #[nil "\300\207" [nil] 1] (idl-mode) #[nil "\300\207" [nil] 1] (java-mode pike-mode) #[nil "\300\301\302\303!\"\207" [append ("break" "continue") c-get-lang-constant c-before-label-kwds] 4] #[nil "\300\207" [("goto")] 1] c-constant-kwds (pike-mode) #[nil "\300\207" [("UNDEFINED")] 1] (java-mode) #[nil "\300\207" [("true" "false" "null")] 1] (idl-mode) #[nil "\300\207" [("TRUE" "FALSE")] 1] (objc-mode) #[nil "\300\207" [("nil" "Nil" "YES" "NO" "NS_DURING" "NS_HANDLER" "NS_ENDHANDLER")] 1] (c++-mode) #[nil "\300\301\302\303\304\305#\"\207" [append ("nullptr") c-get-lang-constant c-constant-kwds nil c-mode] 6] (c-mode) #[nil "\300\207" [("NULL" "false" "true")] 1] #[nil "\300\207" [nil] 1] c-primary-expr-kwds (pike-mode) #[nil "\300\207" [("this")] 1] (java-mode) #[nil "\300\207" [("this")] 1] (objc-mode) #[nil "\300\207" [("super" "self")] 1] (c++-mode) #[nil "\300\207" [("operator" "this")] 1] #[nil "\300\207" [nil] 1] c-expr-kwds #[nil "\300\301\302\303!\304\302\305!\306\307#\"\310\311#\207" [cl-delete-duplicates append c-get-lang-constant c-primary-expr-kwds c-filter-ops c-operator-list t "\\`\\(\\w\\|\\s_\\)+\\'" :test string-equal] 7] c-lambda-kwds (pike-mode) #[nil "\300\207" [("lambda")] 1] #[nil "\300\207" [nil] 1] c-inexpr-block-kwds (pike-mode) #[nil "\300\207" [("catch" "gauge")] 1] #[nil "\300\207" [nil] 1] c-inexpr-class-kwds (pike-mode) #[nil "\300\207" [("class")] 1] (java-mode) #[nil "\300\207" [("new")] 1] #[nil "\300\207" [nil] 1] c-inexpr-brace-list-kwds (java-mode) #[nil "\300\207" [("new")] 1] #[nil "\300\207" [nil] 1] c-opt-inexpr-brace-list-key #[nil "\300\301!\205\f\302\303\300\301!\"\207" [c-get-lang-constant c-inexpr-brace-list-kwds c-make-keywords-re t] 4] c-flat-decl-block-kwds #[nil "\300\301\302\303!\302\304!\302\305!#\306\307#\207" [cl-delete-duplicates append c-get-lang-constant c-class-decl-kwds c-other-block-decl-kwds c-inexpr-class-kwds :test string-equal] 6] c-brace-stack-thing-key #[nil "\300\301\302\303\304!\303\305!\203\306\202\307\"\"\207" [c-make-keywords-re appendable append c-get-lang-constant c-flat-decl-block-kwds c-recognize-<>-arglists ("{" "}" ";" "," ")" ":" "<") ("{" "}" ";" "," ")" ":")] 6] c-brace-stack-no-semi-key #[nil "\300\301\302\303\304!\303\305!\203\306\202\307\"\"\207" [c-make-keywords-re appendable append c-get-lang-constant c-flat-decl-block-kwds c-recognize-<>-arglists ("{" "}" "<") ("{" "}")] 6] c-decl-block-key #[nil "\303\304\305!\304\306!\304\307!#\310\304\311!\312\313$\314\304\311!\312\313$\211\203/\315\316	\"\317\315\316\n\"Q\2023\315\316	\"+\207" [decl-kwds unambiguous ambiguous append c-get-lang-constant c-class-decl-kwds c-other-block-decl-kwds c-inexpr-class-kwds cl-set-difference c-type-start-kwds :test string-equal cl-intersection c-make-keywords-re t "\\|"] 6] c-bitfield-kwds (c-mode c++-mode objc-mode) #[nil "\300\207" [("char" "int" "long" "signed" "unsigned")] 1] #[nil "\300\207" [nil] 1] c-opt-bitfield-key (c-mode c++-mode) #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-bitfield-kwds] 4] #[nil "\300\207" [nil] 1] c-other-kwds (idl-mode) #[nil "\300\207" [("truncatable" "entity" "process" "service" "session" "storage")] 1] #[nil "\300\207" [nil] 1]] 11)
(defconst c-kwds-lang-consts (byte-code "\302\303\304	\"\210)\207" [list c-lang-constants nil mapatoms #[(sym) "\302!\205\303\304\305!\"\205\306\305!!	B\211\207" [sym list boundp string-match "-kwds\\'" symbol-name intern] 4]] 3))
(byte-code "\300\301\302\303B\304B\"\210\300\305\302\306B\304B\"\210\300\307\302\310B\304B\"\210\300\311\302\312B\304B\"\210\300\313\302\314B\304B\"\210\300\315\316\317B\302\320B\304BB\"\210\300\321\322\323B\324\325B\326\327B\330\331B\302\332B\304BBBBB\"\210\300\333\302\334B\304B\"\210\300\335\302\336B\304B\"\210\300\337\302\340B\304B\"\210\300\341\302\342B\304B\"\210\300\343\344\345B\346\347B\350\351B\352\353B\302\354B\302\355B\304BBBBBB\"\210\300\356\302\357B\304B\"\210\300\360\361\362B\363\364B\365\366B\302\367B\304BBBB\"\210\300\370\371\372B\373\374B\375\376B\302\377B\304BBBB\"\210\300\201@\201A\201BB\201C\201DB\201E\201FB\302\201GB\304BBBB\"\210\300\201H\201I\201JB\302\201KB\302\201LB\304BBB\"\210\300\201M\302\201NB\304B\"\210\300\201O\201P\201QB\302\201RB\304BB\"\210\300\201S\201T\201UB\201V\201WB\302\201XB\304BBB\"\210\300\201Y\201Z\201[B\302\201\\B\304BB\"\210\300\201]\201^\201_B\302\201`B\304BB\"\210\300\201a\201b\201cB\302\201dB\304BB\"\210\300\201e\201f\201gB\302\201hB\304BB\"\210\300\201i\201j\201kB\302\201lB\304BB\"\210\300\201m\201n\201oB\302\201pB\304BB\"\210\300\201q\302\201rB\304B\"\210\300\201s\201t\201uB\302\201vB\304BB\"\210\300\201w\201x\201yB\302\201zB\304BB\"\210\300\201{\201|\201}B\302\201~B\304BB\"\210\300\201\201\200\201\201B\302\201\202B\304BB\"\210\300\201\203\302\201\204B\304B\"\210\300\201\205\302\201\206B\304B\"\210\300\201\207\201\210\201\211B\201\212\201\213B\302\201\214B\304BBB\"\210\300\201\215\201\216\201\217B\302\201\220B\304BB\"\210\300\201\221\302\201\222B\304B\"\210\300\201\223\201\224\201\225B\201\226\201\227B\302\201\230B\304BBB\"\210\300\201\231\201\232\201\233B\201\234\201\235B\302\201\236B\304BBB\"\210\300\201\237\201\240\201\241B\302\201\242B\304BB\"\210\300\201\243\201\244\201\245B\302\201\246B\304BB\"\210\300\201\247\201\250\201\251B\302\201\252B\304BB\"\210\300\201\253\201\254\201\255B\302\201\256B\304BB\"\210\300\201\257\201\260\201\261B\302\201\262B\304BB\"\210\300\201\263\201\264\201\265B\302\201\266B\304BB\"\207" [c-define-lang-constant c-keywords t #[nil "\300\301\302\303!\302\304!\302\305!\302\306!\302\307!\302\310!\302\311!\302\312!\302\313!\302\314!\302\315!\302\316!\302\317!\302\320!\302\321!\302\322!\302\323!\302\324!\302\325!\302\326!\302\327!\302\330!\302\331!\302\332!\302\333!\302\334!\302\335!\302\336!\302\337!\302\340!\302\341!\302\342!\302\343!\302\344!\302\345!\302\346!\302\347!\302\350!\302\351!\302\352!\302\353!\302\354!\302\355!\302\356!\302\357!\302\360!\302\361!\302\362!\302\363!\302\364!\302\365!\302\366!\302\367!\302\370!\302\371!\302\372!\302\373!\302\374!\302\375!\302\376!\302\377!\302\201@!\201A&?\201B\201C#\207" [cl-delete-duplicates append c-get-lang-constant c-primary-expr-kwds c-postfix-decl-spec-kwds c-template-typename-kwds c-brace-list-decl-kwds c-decl-hangon-kwds c-other-kwds c-modifier-kwds c-flat-decl-block-kwds c-type-modifier-kwds c-inexpr-class-kwds c-type-modifier-prefix-kwds c-simple-stmt-kwds c-block-stmt-1-kwds c-inexpr-block-kwds c-typeless-decl-kwds c-<>-sexp-kwds c-nonsymbol-sexp-kwds c-return-kwds c-block-stmt-kwds c-typeof-kwds c-inside-<>-type-kwds c-paren-nontype-kwds c-postfix-spec-kwds c-expr-kwds c-before-label-kwds c-paren-stmt-kwds c-block-stmt-1-2-kwds c-block-stmt-2-kwds c-type-list-kwds c-equals-type-clause-kwds c-primitive-type-prefix-kwds c-ref-list-kwds c-label-kwds c-bitfield-kwds c-prefix-spec-kwds c-make-top-level-kwds c-after-brace-list-decl-kwds c-paren-type-kwds c-class-decl-kwds c-brace-id-list-kwds c-class-id-suffix-ws-ids-kwds c-inexpr-brace-list-kwds c-type-prefix-kwds c-asm-stmt-kwds c-lambda-kwds c-typedef-decl-kwds c-block-stmt-hangon-kwds c-other-decl-kwds c-paren-any-kwds c-typedef-kwds c-type-decl-suffix-ws-ids-kwds c-protection-kwds c-colon-type-list-kwds c-decl-start-kwds c-<>-type-kwds c-primitive-type-kwds c-<>-arglist-kwds c-constant-kwds c-defun-type-name-decl-kwds c-type-start-kwds c-other-block-decl-kwds c-case-kwds nil :test string-equal] 65] nil c-keywords-regexp #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-keywords] 4] c-keyword-member-alist #[nil "\306\307\306!B\310\307\310!B\311\307\311!B\312\307\312!B\313\307\313!B\314\307\314!B\315\307\315!B\316\307\316!B\317\307\317!B\320\307\320!B\321\307\321!B\322\307\322!B\323\307\323!B\324\307\324!B\325\307\325!B\326\307\326!B\327\307\327!B\330\307\330!B\331\307\331!B\332\307\332!B\333\307\333!B\334\307\334!B\335\307\335!B\336\307\336!B\337\307\337!B\340\307\340!B\341\307\341!B\342\307\342!B\343\307\343!B\344\307\344!B\345\307\345!B\346\307\346!B\347\307\347!B\350\307\350!B\351\307\351!B\352\307\352!B\353\307\353!B\354\307\354!B\355\307\355!B\356\307\356!B\357\307\357!B\360\307\360!B\361\307\361!B\362\307\362!B\363\307\363!B\364\307\364!B\365\307\365!B\366\307\366!B\367\307\367!B\370\307\370!B\371\307\371!B\372\307\372!B\373\307\373!B\374\307\374!B\375\307\375!B\376\307\376!B\377\307\377!B\201@\307\201@!B\201A\307\201A!B\201B\307\201B!B\201C\307\201C!B\201D\307\201D!B\257>\201E\211\211\211\211
\203\225
@@
@A
A\203Y@A\201F\n	\"\211\204\204\nC\211	B\fA>\204h\fAB\241\210\202h	.\207" [elem result-alist kwd kwd-list lang-const kwd-list-alist c-primary-expr-kwds c-get-lang-constant c-postfix-decl-spec-kwds c-template-typename-kwds c-brace-list-decl-kwds c-decl-hangon-kwds c-other-kwds c-modifier-kwds c-flat-decl-block-kwds c-type-modifier-kwds c-inexpr-class-kwds c-type-modifier-prefix-kwds c-simple-stmt-kwds c-block-stmt-1-kwds c-inexpr-block-kwds c-typeless-decl-kwds c-<>-sexp-kwds c-nonsymbol-sexp-kwds c-return-kwds c-block-stmt-kwds c-typeof-kwds c-inside-<>-type-kwds c-paren-nontype-kwds c-postfix-spec-kwds c-expr-kwds c-before-label-kwds c-paren-stmt-kwds c-block-stmt-1-2-kwds c-block-stmt-2-kwds c-type-list-kwds c-equals-type-clause-kwds c-primitive-type-prefix-kwds c-ref-list-kwds c-label-kwds c-bitfield-kwds c-prefix-spec-kwds c-make-top-level-kwds c-after-brace-list-decl-kwds c-paren-type-kwds c-class-decl-kwds c-brace-id-list-kwds c-class-id-suffix-ws-ids-kwds c-inexpr-brace-list-kwds c-type-prefix-kwds c-asm-stmt-kwds c-lambda-kwds c-typedef-decl-kwds c-block-stmt-hangon-kwds c-other-decl-kwds c-paren-any-kwds c-typedef-kwds c-type-decl-suffix-ws-ids-kwds c-protection-kwds c-colon-type-list-kwds c-decl-start-kwds c-<>-type-kwds c-primitive-type-kwds c-<>-arglist-kwds c-constant-kwds c-defun-type-name-decl-kwds c-type-start-kwds c-other-block-decl-kwds c-case-kwds nil assoc] 64] c-regular-keywords-regexp #[nil "\300\301\302\303\304!\305\303\306!\303\307!\"\310\311$\"\207" [c-make-keywords-re t cl-set-difference c-get-lang-constant c-keywords append c-primitive-type-kwds c-constant-kwds :test string-equal] 8] c-primary-expr-regexp #[nil "\304\305\306!\307\310#\304\311\312#\304\305\306!\313\311#\314\315\311\316\305\317!\320	\321\322$\"\"\323\315\324\325	\n\321\322$\"\326\305\327!\330\315\324\320	\n\321\322$\"\331\332>\203H\333\202I\334\260\n+\207" [prefix-ops nonkeyword-prefix-ops in-or-postfix-ops c-emacs-features c-filter-ops c-get-lang-constant c-operators (prefix) #[(op) "\301\302\"?\207" [op string-match "\\s)"] 3] t "\\`\\(\\s.\\|\\s(\\|\\s)\\)+\\'" (postfix postfix-if-paren left-assoc right-assoc right-assoc-sequence) "\\(" c-make-keywords-re append c-primary-expr-kwds cl-set-difference :test string-equal "\\|" nil cl-intersection "\\)\\|" c-symbol-start "\\|\\.?[0-9]\\|" "\\|\\s\"" gen-string-delim "\\|\\s|" #9=""] 14] c-decl-start-colon-kwd-re (c++-mode) #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-protection-kwds] 4] #[nil "\207" [regexp-unmatchable] 1] c-decl-prefix-re (pike-mode) #[nil "\300\207" [#1="\\([{}()[;,]+\\)"] 1 #1#] (objc-mode) #[nil "\300\301\302\303\304!\"\305Q\207" ["\\([{}();,]+\\|" c-make-keywords-re nil c-get-lang-constant c-protection-kwds "\\)"] 5] (c++-mode) #[nil "\300\207" [#2="\\([{}();:,<]+\\)"] 1 #2#] (java-mode) #[nil "\300\207" [#3="\\([{}(;,<]+\\)"] 1 #3#] #[nil "\300\207" [#4="\\([{}();,]+\\)"] 1 #4#] c-decl-start-re #[nil "\300\301!\207" [c-get-lang-constant c-identifier-start] 2] c-decl-prefix-or-start-re #[nil "\300\301!\203\300\302!\203\300\303!\304\300\302!\304\305\306\300\301!\"\260\207\300\301!\203/\300\303!\304\305\306\300\301!\"Q\207\300\302!\203>\300\303!\304\300\302!Q\207\300\303!\207" [c-get-lang-constant c-decl-start-kwds c-anchored-hash-define-no-parens c-decl-prefix-re "\\|" c-make-keywords-re t] 8] c-dposr-cpp-macro-depth #[nil "\300\301!\205\f\302\300\303!!T\207" [c-get-lang-constant c-anchored-hash-define-no-parens regexp-opt-depth c-decl-prefix-re] 3] c-cast-parens #[nil "\300\301\302!\303\304\305$\207" [c-filter-ops c-get-lang-constant c-operators (prefix) "\\`\\s(\\'" #[(op) "\301\234\207" [op 0] 2]] 5] c-block-prefix-disallowed-chars (c-mode c++-mode objc-mode) #[nil "\300\301\302!\303\"\207" [cl-set-difference c-get-lang-constant c-block-prefix-disallowed-chars (34 39)] 3] (java-mode pike-mode) #[nil "\300\301\302!\303\"\207" [cl-set-difference c-get-lang-constant c-block-prefix-disallowed-chars (40 41)] 3] (c++-mode java-mode) #[nil "\300\301\302!\303\"\207" [cl-set-difference c-get-lang-constant c-block-prefix-disallowed-chars (44)] 3] (c++-mode objc-mode idl-mode) #[nil "\300\301\302!\303\"\207" [cl-set-difference c-get-lang-constant c-block-prefix-disallowed-chars (58)] 3] #[nil "\300\301!\203
\302\300\303!\304\"\207\300\303!\207" [c-get-lang-constant c-opt-cpp-prefix cl-set-difference c-block-prefix-disallowed-chars (35)] 3] #[nil "\300\301\302!\303\304\301\305!\306\301\307!BC\"\310\211\311$\"\207" [cl-set-difference c-get-lang-constant c-nonsymbol-token-char-list c-filter-ops append c-identifier-ops nil c-after-id-concat-ops t #[(op) "\303\304\305\306\n	#\203\n\307\224HB\303\225\202*\207" [res pos op 0 nil string-match "\\(\\s.\\|\\s(\\|\\s)\\)" 1] 4]] 8] c-block-prefix-charset #[nil "\300\301\302!\303\"\207" [c-make-bare-char-alt c-get-lang-constant c-block-prefix-disallowed-chars t] 3] c-type-decl-prefix-key (pike-mode) #[nil "\300\207" [#5="\\(\\*\\)\\([^=]\\|$\\)"] 1 #5#] (c++-mode) #[nil "\300\301\302!\303\304\301\305!\306Q\307\260\207" ["\\(&&\\|\\.\\.\\.\\|[*(&~]\\|" c-get-lang-constant c-type-decl-prefix-key "\\|" "\\(" c-identifier-start "\\)" "\\)\\([^=]\\|$\\)"] 6] (c-mode objc-mode) #[nil "\300\301\302!\303Q\207" ["\\([*(]\\|" c-get-lang-constant c-type-decl-prefix-key "\\)\\([^=]\\|$\\)"] 3] #[nil "\301\302!\203\303\301\302!\304\"\305P\207\207" [regexp-unmatchable c-get-lang-constant c-type-modifier-kwds regexp-opt t "\\>"] 3] c-type-decl-operator-prefix-key (pike-mode) #[nil "\300\207" [#6="\\(\\*\\)\\([^=]\\|$\\)"] 1 #6#] (c++-mode) #[nil "\300\207" ["\\(\\.\\.\\.\\|\\*\\)\\([^=]\\|$\\)"] 1] (c-mode objc-mode) #[nil "\300\207" ["\\(\\*\\)\\([^=]\\|$\\)"] 1] #[nil "\207" [regexp-unmatchable] 1] c-type-decl-suffix-key (idl-mode) #[nil "\300\207" [#7="\\([[(]\\)"] 1 #7#] (java-mode) #[nil "\300\207" [#8="\\([[()]\\)"] 1 #8#] (c-mode c++-mode objc-mode) #[nil "\300\301\302!\203\303\304\301\302!\305\"\306Q\202\307\310Q\207" ["\\([)[(]" c-get-lang-constant c-type-modifier-kwds "\\|" regexp-opt t "\\>" #9# "\\)"] 5] #[nil "\300\301!\203\302\303\300\301!\304\"\305Q\207\306\207" [c-get-lang-constant c-type-modifier-kwds "\\((\\|" regexp-opt t "\\>\\)" "\\((\\)"] 4] c-after-suffixed-type-decl-key (c++-mode) #[nil "\300\207" [#10="[{:]"] 1 #10#] #[nil "\300\301!\203\300\302!\303\304\305\300\301!\"Q\207\300\302!\207" [c-get-lang-constant c-postfix-spec-kwds c-after-suffixed-type-decl-key "\\|" c-make-keywords-re t] 6] #[nil "\300\207" [#11="{"] 1 #11#] c-after-suffixed-type-maybe-decl-key #[nil "\300\301\302!\303Q\207" ["\\(" c-get-lang-constant c-after-suffixed-type-decl-key "\\)\\|[;,]"] 3] c-opt-type-concat-key (pike-mode) #[nil "\300\207" [#12="\\([|.&]\\)\\($\\|[^|.&]\\)"] 1 #12#] #[nil "\300\207" [nil] 1] c-opt-type-suffix-key (java-mode) #[nil "\300\301\302!\303Q\207" ["\\(\\[" c-get-lang-constant c-simple-ws "*\\]\\|\\.\\.\\.\\)"] 3] (c-mode c++-mode objc-mode pike-mode) #[nil "\300\207" [#13="\\(\\.\\.\\.\\)"] 1 #13#] #[nil "\300\207" [nil] 1] c-special-brace-lists (pike-mode) #[nil "\300\207" [((123 . 125) (91 . 93) (60 . 62))] 1] #[nil "\300\207" [nil] 1] c-recognize-knr-p (c-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-pre-id-bracelist-key (c++-mode) #[nil "\300\207" [#14="new\\([^[:alnum:]_$]\\|$\\)\\|&&?\\(\\S.\\|$\\)"] 1 #14#] #[nil "\207" [regexp-unmatchable] 1] c-recognize-typeless-decls (c-mode c++-mode objc-mode java-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-recognize-<>-arglists (java-mode) #[nil "\300\207" [t] 1] #[nil "\300\301!:\206\300\302!:\207" [c-get-lang-constant c-<>-type-kwds c-<>-arglist-kwds] 2] c-<>-notable-chars-re (c++-mode) #[nil "\300\207" [#15="[<;{},>()]"] 1 #15#] #[nil "\300\207" [#16="[<;{},|+&>)-]"] 1 #16#] c-enum-clause-introduction-re #[nil "\301\302!\203\303\304\305\301\302!\"\306Q\207\207" [regexp-unmatchable c-get-lang-constant c-brace-list-decl-kwds "\\<\\(" c-make-keywords-re nil "\\)\\>[^][{};/#=]*{"] 5] c-enums-contain-decls (java-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-recognize-paren-inits (c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-recognize-bare-brace-inits (c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-recognize-paren-inexpr-blocks (c-mode c++-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-opt-<>-arglist-start #[nil "\300\301!\205\302\300\303!\304\300\305!\306\260\207" [c-get-lang-constant c-recognize-<>-arglists "\\(" c-symbol-key "\\)" c-syntactic-ws "<"] 5] c-opt-<>-arglist-start-in-paren #[nil "\300\301!\205\f\302\300\301!\303Q\207" [c-get-lang-constant c-opt-<>-arglist-start "\\(" "\\)\\|\\s)"] 3] c-opt-postfix-decl-spec-key (java-mode) #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-postfix-spec-kwds] 4] (c++-mode) #[nil "\300\301\302!\303\301\302!\304\305\306\301\307!\"\310\301\302!\311\301\312!\310\260\207" [":?" c-get-lang-constant c-simple-ws "*\\(virtual" "+\\)?\\(" c-make-keywords-re nil c-protection-kwds "\\)" "+\\(" c-symbol-key] 11] #[nil "\300\207" [nil] 1] c-recognize-colon-labels (c-mode c++-mode objc-mode java-mode pike-mode) #[nil "\300\207" [t] 1] #[nil "\300\207" [nil] 1] c-label-prefix-re #[nil "\300\207" [#17="\\([{};]+\\)"] 1 #17#] c-nonlabel-token-key (c++-mode) #[nil "\300\301\302!P\207" ["\\s(\\|\"\\|" c-get-lang-constant c-nonlabel-token-key] 3] (c-mode objc-mode pike-mode idl-mode) #[nil "\300\301\302!P\207" ["\"\\|" c-get-lang-constant c-nonlabel-token-key] 3] #[nil "\300\301\302\303\304!\305\303\306!\303\307!\"\310\311$\"\260\207" [c-make-keywords-re t cl-set-difference c-get-lang-constant c-keywords append c-label-kwds c-protection-kwds :test string-equal] 8] c-nonlabel-nonparen-token-key (c++-mode) #[nil "\300\301\302!P\207" ["[{[]\\|\"\\|" c-get-lang-constant c-nonlabel-nonparen-token-key] 3] (c-mode objc-mode pike-mode idl-mode) #[nil "\300\301\302!P\207" ["\"\\|" c-get-lang-constant c-nonlabel-nonparen-token-key] 3] #[nil "\300\301\302\303\304!\305\303\306!\303\307!\"\310\311$\"\260\207" [c-make-keywords-re t cl-set-difference c-get-lang-constant c-keywords append c-label-kwds c-protection-kwds :test string-equal] 8] c-nonlabel-token-2-key (c++-mode) #[nil "\300\301\302\"\207" [c-make-keywords-re t ("class")] 3] #[nil "\207" [regexp-unmatchable] 1] c-opt-extra-label-key (objc-mode) #[nil "\300\301\302\303!\"\207" [c-make-keywords-re t c-get-lang-constant c-protection-kwds] 4] #[nil "\300\207" [nil] 1] c-opt-friend-key (c++-mode) #[nil "\300\301\302!\303\304\301\302!\305\301\302!\306\301\302!\307\260R\207" ["friend" c-get-lang-constant c-simple-ws "+\\|" "template" "*<.+>" "*friend" "+"] 10] #[nil "\300\207" [nil] 1] c-opt-method-key (objc-mode) #[nil "\300\301\302!\303\304\301\302!\305Q\306\301\307!\310\260\207" ["^\\s *\\([+-]\\)" c-get-lang-constant c-simple-ws "*" "\\(([^)]*)" "*\\)?" "\\(" c-symbol-key "\\)"] 7] #[nil "\300\207" [nil] 1] c-type-decl-end-used (objc-mode) #[nil "\300\207" [t] 1] #[nil "\300\301!\206
\300\302!\205
\303\207" [c-get-lang-constant c-recognize-colon-labels c-label-kwds t] 2] c-maybe-decl-faces (java-mode) #[nil "\300\301\302!\303\"\207" [append c-get-lang-constant c-maybe-decl-faces (font-lock-preprocessor-face)] 3] #[nil "\300\207" [(list nil font-lock-type-face c-reference-face-name font-lock-keyword-face)] 1]] 9)
(defconst c-lang-variable-inits '(nil (c-no-parens-syntax-table (and (c-lang-const c-make-no-parens-syntax-table) (funcall (eval (c-lang-const c-make-no-parens-syntax-table)))) nil) (c-identifier-syntax-modifications (c-lang-const c-identifier-syntax-modifications) "A list that describes the modifications that should be done to the\nmode syntax table to get a syntax table that matches all identifiers\nand keywords as words.\n\nThe list is just like the one used in `font-lock-defaults': Each\nelement is a cons where the car is the character to modify and the cdr\nthe new syntax, as accepted by `modify-syntax-entry'.") (c-identifier-syntax-table (let ((table (copy-syntax-table (c-mode-var "mode-syntax-table"))) (mods c-identifier-syntax-modifications) mod) (while mods (setq mod (car mods) mods (cdr mods)) (modify-syntax-entry (car mod) (cdr mod) table)) table) "Syntax table built on the mode syntax table but additionally\nclassifies symbol constituents like `_' and `$' as word constituents,\nso that all identifiers are recognized as words.") (c-get-state-before-change-functions (let ((fs (c-lang-const c-get-state-before-change-functions))) (if (listp fs) fs (list fs))) "If non-nil, a list of functions called from c-before-change-hook.\nTypically these will record enough state to allow\n`c-before-font-lock-functions' to extend the region to fontify,\nand may do such things as removing text-properties which must be\nrecalculated.\n\nThese functions will be run in the order given.  Each of them\ntakes 2 parameters, the BEG and END supplied to every\nbefore-change function; on entry, the buffer will have been\nwidened and match-data will have been saved; point is undefined\non both entry and exit; the return value is ignored.\n\nThe functions are called even when font locking isn't enabled.\n\nWhen the mode is initialized, the functions are called with\nparameters (point-min) and (point-max).") (c-before-font-lock-functions (let ((fs (c-lang-const c-before-font-lock-functions))) (if (listp fs) fs (list fs))) "If non-nil, a list of functions called just before font locking.\nTypically they will extend the region about to be fontified (see\nbelow) and will set `syntax-table' text properties on the region.\n\nThese functions will be run in the order given.  Each of them\ntakes 3 parameters, the BEG, END, and OLD-LEN supplied to every\nafter-change function; point is undefined on both entry and exit;\non entry, the buffer will have been widened and match-data will\nhave been saved; the return value is ignored.\n\nThe functions may extend the region to be fontified by setting the\nbuffer local variables c-new-BEG and c-new-END.\n\nThe functions are called even when font locking is disabled.\n\nWhen the mode is initialized, these functions are called with\nparameters (point-min), (point-max) and <buffer size>.") (c-before-context-fontification-functions (let ((fs (c-lang-const c-before-context-fontification-functions))) (if (listp fs) fs (list fs))) "If non-nil, a list of functions called just before context (or\nother non-change) fontification is done.  Typically they will\nextend the region.\n\nThese functions will be run in the order given.  Each of them\ntakes 2 parameters, the BEG and END of the region to be\nfontified.  Point is undefined on both entry and exit.  On entry,\nthe buffer will have been widened and match-data will have been\nsaved; the return value is a cons of the adjusted\nregion, (NEW-BEG . NEW-END).") (c-at-vsemi-p-fn (c-lang-const c-at-vsemi-p-fn) "Contains a function \"Is there a virtual semicolon at POS or point?\".\nSuch a function takes one optional parameter, a buffer position (defaults to\npoint), and returns nil or t.  This variable contains nil for languages which\ndon't have EOL terminated statements. ") (c-vsemi-status-unknown-p-fn (c-lang-const c-vsemi-status-unknown-p-fn) "Contains a function \"are we unsure whether there is a virtual semicolon on this line?\".\nThe (admittedly kludgy) purpose of such a function is to prevent an infinite\nrecursion in c-beginning-of-statement-1 when point starts at a `while' token.\nThe function MUST NOT UNDER ANY CIRCUMSTANCES call c-beginning-of-statement-1,\neven indirectly.  This variable contains nil for languages which don't have\nEOL terminated statements.") (c-has-bitfields (c-lang-const c-has-bitfields) "Whether the language has bitfield declarations.") (c-single-quotes-quote-strings (c-lang-const c-single-quotes-quote-strings) "Whether the language uses single quotes for multi-char strings.\n\nNote that to set up a language to use this, additionally:\n(i) the syntax of \"'\" must be \"string quote\" (7);\n(ii) the language's value of `c-has-quoted-numbers' must be nil;\n(iii) the language's value of `c-get-state-before-change-functions' may not\n  contain `c-parse-quotes-before-change';\n(iv) the language's value of `c-before-font-lock-functions' may not contain\n  `c-parse-quotes-after-change'.") (c-string-delims (c-lang-const c-string-delims) nil) (c-has-quoted-numbers (c-lang-const c-has-quoted-numbers) "Whether the language has numbers quoted like 4'294'967'295.") (c-has-compound-literals (c-lang-const c-has-compound-literals) "Whether literal initializers {...} are used other than in initializations.") (c-modified-constant (c-lang-const c-modified-constant) "Regexp that matches a “modified” constant literal such as \"L\\='a\\='\",\na “long character”.  In particular, this recognizes forms of constant\nwhich `c-backward-sexp' needs to be called twice to move backwards over.") (c-symbol-start (c-lang-const c-symbol-start) "Regexp that matches the start of a symbol, i.e. any identifier or\nkeyword.  It's unspecified how far it matches.  Does not contain a \\|\noperator at the top level.") (c-symbol-chars (c-lang-const c-symbol-chars) "Set of characters that can be part of a symbol.\nThis is of the form that fits inside [ ] in a regexp.") (c-symbol-char-key (c-lang-const c-symbol-char-key) "Regexp matching a sequence of at least one identifier character.") (c-symbol-key (c-lang-const c-symbol-key) "Regexp matching identifiers and keywords (with submatch 0).  Assumed\nto match if `c-symbol-start' matches on the same position.") (c-nonsymbol-chars (c-lang-const c-nonsymbol-chars) "This is the set of chars that can't be part of a symbol, i.e. the\nnegation of `c-symbol-chars'.") (c-opt-identifier-concat-key (c-lang-const c-opt-identifier-concat-key) nil) (c-identifier-start (c-lang-const c-identifier-start) "Regexp that matches the start of an (optionally qualified) identifier.\nIt should also match all keywords.  It's unspecified how far it\nmatches.") (c-identifier-key (c-lang-const c-identifier-key) "Regexp matching a fully qualified identifier, like \"A::B::c\" in\nC++.  It does not recognize the full range of syntactic whitespace\nbetween the tokens; `c-forward-name' has to be used for that.  It\nshould also not match identifiers containing parenthesis groupings,\ne.g. identifiers with template arguments such as \"A<X,Y>\" in C++.") (c-string-escaped-newlines (c-lang-const c-string-escaped-newlines) "Set if the language support backslash escaped newlines inside string\nliterals.") (c-multiline-string-start-char (c-lang-const c-multiline-string-start-char) "Set if the language supports multiline string literals without escaped\nnewlines.  If t, all string literals are multiline.  If a character,\nonly literals where the open quote is immediately preceded by that\nliteral are multiline.") (c-string-innards-re-alist (c-lang-const c-string-innards-re-alist) nil) (c-opt-cpp-symbol (c-lang-const c-opt-cpp-symbol) "The symbol which starts preprocessor constructs when in the margin.") (c-opt-cpp-prefix (c-lang-const c-opt-cpp-prefix) "Regexp matching the prefix of a cpp directive in the languages that\nnormally use that macro preprocessor.  Tested at bol or at boi.\nAssumed to not contain any submatches or \\| operators.") (c-anchored-cpp-prefix (c-lang-const c-anchored-cpp-prefix) "Regexp matching the prefix of a cpp directive anchored to BOL,\nin the languages that have a macro preprocessor.") (c-opt-cpp-start (c-lang-const c-opt-cpp-start) "Regexp matching the prefix of a cpp directive including the directive\nname, or nil in languages without preprocessor support.  The first\nsubmatch surrounds the directive name.") (c-cpp-include-key (c-lang-const c-cpp-include-key) nil) (c-opt-cpp-macro-define (c-lang-const c-opt-cpp-macro-define) "Cpp directive (without the prefix) that is followed by a macro\ndefinition, or nil if the language doesn't have any.") (c-opt-cpp-macro-define-start (c-lang-const c-opt-cpp-macro-define-start) nil) (c-opt-cpp-macro-define-id (c-lang-const c-opt-cpp-macro-define-id) nil) (c-cpp-expr-intro-re (c-lang-const c-cpp-expr-intro-re) "Regexp which matches the start of a CPP directive which contains an\nexpression, or nil if there aren't any in the language.") (c-cpp-expr-functions-key (c-lang-const c-cpp-expr-functions-key) nil) (c-operator-re (c-lang-const c-operator-re) nil) (c-non-after-{}-ops-re (c-lang-const c-non-after-{}-ops-re) nil) (c-overloadable-operators-regexp (c-lang-const c-overloadable-operators-regexp) nil) (c-opt-op-identifier-prefix (c-lang-const c-opt-op-identifier-prefix) "Regexp matching the token before the ones in\n`c-overloadable-operators' when operators are specified in their\n\"identifier form\".  This typically matches \"operator\" in C++ where\noperator functions are specified as e.g. \"operator +\".  It's nil in\nlanguages without operator functions or where the complete operator\nidentifier is listed in `c-overloadable-operators'.\n\nThis regexp is assumed to not match any non-operator identifier.") (c-ambiguous-overloadable-or-identifier-prefix-re (c-lang-const c-ambiguous-overloadable-or-identifier-prefix-re) nil) (c-nonsymbol-token-regexp (c-lang-const c-nonsymbol-token-regexp) nil) (c-assignment-op-regexp (c-lang-const c-assignment-op-regexp) nil) (c-arithmetic-op-regexp (c-lang-const c-arithmetic-op-regexp) nil) (c-:$-multichar-token-regexp (c-lang-const c-:$-multichar-token-regexp) nil) (c-<>-multichar-token-regexp (c-lang-const c-<>-multichar-token-regexp) nil) (c-<-op-cont-regexp (c-lang-const c-<-op-cont-regexp) nil) (c-<-pseudo-digraph-cont-regexp (c-lang-const c-<-pseudo-digraph-cont-regexp) "Regexp matching the continuation of a pseudo digraph starting \"<\".\nThis is used only in C++ Mode, where \"<::\" is handled as a\ntemplate opener followed by the \"::\" operator - usually.") (c-<-pseudo-digraph-cont-len (c-lang-const c-<-pseudo-digraph-cont-len) "The maximum length of the main bit of a `c-<-pseudo-digraph-cont-regexp' match.\nThis doesn't count the merely contextual bits of the regexp match.") (c->-op-cont-regexp (c-lang-const c->-op-cont-regexp) nil) (c->-op-without->-cont-regexp (c-lang-const c->-op-without->-cont-regexp) nil) (c-multichar->-op-not->>->>>-regexp (c-lang-const c-multichar->-op-not->>->>>-regexp) nil) (c-:-op-cont-regexp (c-lang-const c-:-op-cont-regexp) nil) (c-stmt-delim-chars (c-lang-const c-stmt-delim-chars) nil) (c-stmt-boundary-skip-chars (c-lang-const c-stmt-boundary-skip-chars) nil) (c-stmt-boundary-skip-list (c-lang-const c-stmt-boundary-skip-list) nil) (c-stmt-delim-chars-with-comma (c-lang-const c-stmt-delim-chars-with-comma) nil) (c-stmt-boundary-skip-chars-with-comma (c-lang-const c-stmt-boundary-skip-chars-with-comma) nil) (c-stmt-boundary-skip-list-with-comma (c-lang-const c-stmt-boundary-skip-list-with-comma) nil) (c-pack-key (c-lang-const c-pack-key) nil) (c-auto-ops-re (c-lang-const c-auto-ops-re) nil) (c-haskell-op-re (c-lang-const c-haskell-op-re) nil) (c-pre-start-tokens (c-lang-const c-pre-start-tokens) "List of operators following which an apparent declaration (e.g.\n\"t1 *fn (t2 *b);\") is most likely to be an actual declaration\n(as opposed to an arithmetic expression).") (c-pre-lambda-tokens-re (c-lang-const c-pre-lambda-tokens-re) nil) (c-line-comment-starter (c-lang-const c-line-comment-starter) "String that starts line comments, or nil if such don't exist.\nLine comments are always terminated by newlines.  At least one of\n`c-block-comment-starter' and this one is assumed to be set.\n\nNote that it's currently not enough to set this to support a new\ncomment style.  Other stuff like the syntax table must also be set up\nproperly.") (c-block-comment-starter (c-lang-const c-block-comment-starter) "String that starts block comments, or nil if such don't exist.\nBlock comments are ended by `c-block-comment-ender', which is assumed\nto be set if this is.  At least one of `c-line-comment-starter' and\nthis one is assumed to be set.\n\nNote that it's currently not enough to set this to support a new\ncomment style.  Other stuff like the syntax table must also be set up\nproperly.") (c-block-comment-ender (c-lang-const c-block-comment-ender) "String that ends block comments, or nil if such don't exist.\n\nNote that it's currently not enough to set this to support a new\ncomment style.  Other stuff like the syntax table must also be set up\nproperly.") (c-block-comment-ender-regexp (c-lang-const c-block-comment-ender-regexp) nil) (c-block-comment-awkward-chars (c-lang-const c-block-comment-awkward-chars) "List of characters which, inside a block comment, could be the first\ncharacter of a double character construct.  This doesn't include\nbackslash.") (c-comment-start-regexp (c-lang-const c-comment-start-regexp) nil) (c-block-comment-start-regexp (c-lang-const c-block-comment-start-regexp) nil) (c-line-comment-start-regexp (c-lang-const c-line-comment-start-regexp) nil) (c-last-c-comment-end-on-line-re (c-lang-const c-last-c-comment-end-on-line-re) "Regexp which matches the last block comment ender on the\ncurrent line, if any, or nil in those languages without block\ncomments.  When a match is found, submatch 1 contains the comment\nender.") (c-literal-start-regexp (c-lang-const c-literal-start-regexp) nil) (c-doc-comment-start-regexp (c-lang-const c-doc-comment-start-regexp) "Regexp to match the start of documentation comments.") (c-block-comment-is-default (c-lang-const c-block-comment-is-default) "Non-nil when the default comment style is block comment.") (c-syntactic-ws-start (c-lang-const c-syntactic-ws-start) nil) (c-syntactic-ws-end (c-lang-const c-syntactic-ws-end) nil) (c-syntactic-eol (c-lang-const c-syntactic-eol) nil) (c-paragraph-start (c-lang-const c-paragraph-start) "Regexp to append to `paragraph-start'.") (c-paragraph-separate (c-lang-const c-paragraph-separate) "Regexp to append to `paragraph-separate'.") (c-return-key (c-lang-const c-return-key) nil) (c-primitive-type-key (c-lang-const c-primitive-type-key) nil) (c-typedef-key (c-lang-const c-typedef-key) nil) (c-typeof-key (c-lang-const c-typeof-key) nil) (c-template-typename-key (c-lang-const c-template-typename-key) nil) (c-type-prefix-key (c-lang-const c-type-prefix-key) nil) (c-opt-type-modifier-prefix-key (c-lang-const c-opt-type-modifier-prefix-key) nil) (c-opt-type-modifier-key (c-lang-const c-opt-type-modifier-key) nil) (c-opt-type-component-key (c-lang-const c-opt-type-component-key) nil) (c-type-decl-suffix-ws-ids-key (c-lang-const c-type-decl-suffix-ws-ids-key) nil) (c-class-id-suffix-ws-ids-key (c-lang-const c-class-id-suffix-ws-ids-key) nil) (c-class-key (c-lang-const c-class-key) nil) (c-brace-list-key (c-lang-const c-brace-list-key) nil) (c-after-brace-list-key (c-lang-const c-after-brace-list-key) nil) (c-recognize-post-brace-list-type-p (c-lang-const c-recognize-post-brace-list-type-p) "Set to t when we recognize a colon and then a type after an enum,\ne.g., enum foo : int { A, B, C };") (c-other-decl-block-key (c-lang-const c-other-decl-block-key) nil) (c-other-decl-block-key-in-symbols-alist (mapcar (lambda (elt) (cons elt (if (string= elt "extern") 'inextern-lang (intern (concat "in" elt))))) (c-lang-const c-other-block-decl-kwds)) "Alist associating keywords in c-other-decl-block-decl-kwds with\ntheir matching \"in\" syntactic symbols.") (c-defun-type-name-decl-key (c-lang-const c-defun-type-name-decl-key) nil) (c-typedef-decl-key (c-lang-const c-typedef-decl-key) nil) (c-equals-type-clause-key (c-lang-const c-equals-type-clause-key) nil) (c-decl-hangon-key (c-lang-const c-decl-hangon-key) nil) (c-prefix-spec-kwds-re (c-lang-const c-prefix-spec-kwds-re) nil) (c-specifier-key (c-lang-const c-specifier-key) nil) (c-not-decl-init-keywords (c-lang-const c-not-decl-init-keywords) nil) (c-not-primitive-type-keywords-regexp (c-lang-const c-not-primitive-type-keywords-regexp) nil) (c-protection-key (c-lang-const c-protection-key) nil) (c-post-protection-token (c-lang-const c-post-protection-token) "The token which (may) follow a protection keyword,\ne.g. the \":\" in C++ Mode's \"public:\".  nil if there is no such token.") (c-opt-block-decls-with-vars-key (c-lang-const c-opt-block-decls-with-vars-key) nil) (c-postfix-decl-spec-key (c-lang-const c-postfix-decl-spec-key) nil) (c-make-top-level-key (c-lang-const c-make-top-level-key) nil) (c-colon-type-list-re (c-lang-const c-colon-type-list-re) "Regexp matched after the keywords in `c-colon-type-list-kwds' to skip\nforward to the colon.  The end of the match is assumed to be directly\nafter the colon, so the regexp should end with \":\".  Must be a\nregexp if `c-colon-type-list-kwds' isn't nil.") (c-paren-nontype-key (c-lang-const c-paren-nontype-key) nil) (c-opt-<>-sexp-key (c-lang-const c-opt-<>-sexp-key) nil) (c-inside-<>-type-key (c-lang-const c-inside-<>-type-key) nil) (c-block-stmt-1-key (c-lang-const c-block-stmt-1-key) nil) (c-block-stmt-1-2-key (c-lang-const c-block-stmt-1-2-key) nil) (c-block-stmt-2-key (c-lang-const c-block-stmt-2-key) nil) (c-block-stmt-hangon-key (c-lang-const c-block-stmt-hangon-key) nil) (c-opt-block-stmt-key (c-lang-const c-opt-block-stmt-key) nil) (c-simple-stmt-key (c-lang-const c-simple-stmt-key) nil) (c-paren-stmt-key (c-lang-const c-paren-stmt-key) nil) (c-opt-asm-stmt-key (c-lang-const c-opt-asm-stmt-key) nil) (c-case-kwds-regexp (c-lang-const c-case-kwds-regexp) nil) (c-label-kwds-regexp (c-lang-const c-label-kwds-regexp) nil) (c-opt-inexpr-brace-list-key (c-lang-const c-opt-inexpr-brace-list-key) nil) (c-brace-stack-thing-key (c-lang-const c-brace-stack-thing-key) nil) (c-brace-stack-no-semi-key (c-lang-const c-brace-stack-no-semi-key) nil) (c-decl-block-key (c-lang-const c-decl-block-key) nil) (c-opt-bitfield-key (c-lang-const c-opt-bitfield-key) nil) (c-keywords-regexp (c-lang-const c-keywords-regexp) nil) (c-keywords-obarray (let* ((alist (c-lang-const c-keyword-member-alist)) kwd lang-const-list (obarray (make-vector (* (length alist) 2) 0))) (while alist (setq kwd (caar alist) lang-const-list (cdar alist) alist (cdr alist)) (setplist (intern kwd obarray) (apply 'nconc (mapcar (lambda (lang-const) (list lang-const t)) lang-const-list)))) obarray) nil) (c-regular-keywords-regexp (c-lang-const c-regular-keywords-regexp) nil) (c-primary-expr-regexp (c-lang-const c-primary-expr-regexp) nil) (c-decl-start-colon-kwd-re (c-lang-const c-decl-start-colon-kwd-re) "Regexp matching a keyword that is followed by a colon, where\n  the whole construct can precede a declaration.\n  E.g. \"public:\" in C++.") (c-decl-prefix-re (c-lang-const c-decl-prefix-re) nil) (c-decl-start-re (c-lang-const c-decl-start-re) "Regexp matching the start of any declaration, cast or label.\nIt's used on the token after the one `c-decl-prefix-re' matched.  This\nregexp should not try to match those constructs accurately as it's\nonly used as a sieve to avoid spending more time checking other\nconstructs.") (c-decl-prefix-or-start-re (c-lang-const c-decl-prefix-or-start-re) nil) (c-dposr-cpp-macro-depth (c-lang-const c-dposr-cpp-macro-depth) nil) (c-cast-parens (c-lang-const c-cast-parens) nil) (c-block-prefix-charset (c-lang-const c-block-prefix-charset) nil) (c-type-decl-prefix-key (c-lang-const c-type-decl-prefix-key) nil) (c-type-decl-operator-prefix-key (c-lang-const c-type-decl-operator-prefix-key) "Regexp matching any declarator operator which isn't a keyword,\nthat might precede the identifier in a declaration, e.g. the\n\"*\" in \"char *argv\".  The end of the first submatch is taken\nas the end of the operator.  Identifier syntax is in effect when\nthis is matched (see `c-identifier-syntax-table').") (c-type-decl-suffix-key (c-lang-const c-type-decl-suffix-key) nil) (c-after-suffixed-type-decl-key (c-lang-const c-after-suffixed-type-decl-key) nil) (c-after-suffixed-type-maybe-decl-key (c-lang-const c-after-suffixed-type-maybe-decl-key) nil) (c-opt-type-concat-key (c-lang-const c-opt-type-concat-key) nil) (c-opt-type-suffix-key (c-lang-const c-opt-type-suffix-key) "Regexp matching operators that might follow after a type, or nil in\nlanguages that don't have such operators.  The end of the first\nsubmatch is taken as the end of the operator.  This should not match\nthings like C++ template arglists if `c-recognize-<>-arglists' is set.\nIt's undefined whether identifier syntax (see `c-identifier-syntax-table')\nis in effect or not.") (c-known-type-key (let* ((extra-types (when (boundp (c-mode-symbol "font-lock-extra-types")) (c-mode-var "font-lock-extra-types"))) (regexp-strings (delq nil (mapcar (lambda (re) (when (string-match "[][.*+?^$\\]" re) re)) extra-types))) (plain-strings (delq nil (mapcar (lambda (re) (unless (string-match "[][.*+?^$\\]" re) re)) extra-types)))) (concat "\\<\\(" (c-concat-separated (append (list (c-make-keywords-re nil (append (c-lang-const c-primitive-type-kwds) plain-strings))) regexp-strings) "\\|") "\\)\\>")) nil) (c-special-brace-lists (c-lang-const c-special-brace-lists) "List of open- and close-chars that makes up a pike-style brace list,\ni.e., for a ([ ]) list there should be a cons (?\\[ . ?\\]) in this\nlist.") (c-recognize-knr-p (c-lang-const c-recognize-knr-p) "Non-nil means K&R style argument declarations are valid.") (c-pre-id-bracelist-key (c-lang-const c-pre-id-bracelist-key) "A regexp matching tokens which, preceding an identifier, signify a bracelist.\n") (c-recognize-typeless-decls (c-lang-const c-recognize-typeless-decls) "Non-nil means function declarations without return type should be\nrecognized.  That can introduce an ambiguity with parenthesized macro\ncalls before a brace block.  This setting does not affect declarations\nthat are preceded by a declaration starting keyword, so\ne.g. `c-typeless-decl-kwds' may still be used when it's set to nil.") (c-recognize-<>-arglists (c-lang-const c-recognize-<>-arglists) "Non-nil means C++ style template arglists should be handled.  More\nspecifically, this means a comma separated list of types or\nexpressions surrounded by \"<\" and \">\".  It's always preceded by an\nidentifier or one of the keywords on `c-<>-type-kwds' or\n`c-<>-arglist-kwds'.  If there's an identifier before then the whole\nexpression is considered to be a type.") (c-<>-notable-chars-re (c-lang-const c-<>-notable-chars-re) "A regexp matching any single character notable inside a <...> construct.\nThis must include \"<\" and \">\", and should include \",\", and\nany character which cannot be valid inside such a construct.\nThis is used in `c-forward-<>-arglist-recur' to try to detect\nsequences of tokens which cannot be a template/generic construct.\nWhen \"(\" is present, that defun will attempt to parse a\nparenthesized expression inside the template.  When \")\" is\npresent it will treat an unbalanced closing paren as a sign of\nthe invalidity of the putative template construct.") (c-enum-clause-introduction-re (c-lang-const c-enum-clause-introduction-re) nil) (c-enums-contain-decls (c-lang-const c-enums-contain-decls) "Non-nil means that an enum structure can contain declarations.") (c-recognize-paren-inits (c-lang-const c-recognize-paren-inits) "Non-nil means that parenthesis style initializers exist,\ni.e. constructs like\n\nFoo bar (gnu);\n\nin addition to the more classic\n\nFoo bar = gnu;") (c-recognize-bare-brace-inits (c-lang-const c-recognize-bare-brace-inits) "Non-nil means that brace initializers without \"=\" exist,\ni.e. constructs like\n\nint foo[] {1, 2, 3};\n\nin addition to the more classic\n\nint foo[] = {1, 2, 3};") (c-recognize-paren-inexpr-blocks (c-lang-const c-recognize-paren-inexpr-blocks) "Non-nil to recognize gcc style in-expression blocks,\ni.e. compound statements surrounded by parentheses inside expressions.") (c-opt-<>-arglist-start (c-lang-const c-opt-<>-arglist-start) nil) (c-opt-<>-arglist-start-in-paren (c-lang-const c-opt-<>-arglist-start-in-paren) nil) (c-opt-postfix-decl-spec-key (c-lang-const c-opt-postfix-decl-spec-key) nil) (c-recognize-colon-labels (c-lang-const c-recognize-colon-labels) "Non-nil if generic labels ending with \":\" should be recognized.\nThat includes labels in code and access keys in classes.  This does\nnot apply to labels recognized by `c-label-kwds' and\n`c-opt-extra-label-key'.") (c-label-prefix-re (c-lang-const c-label-prefix-re) "Regexp like `c-decl-prefix-re' that matches any token that can precede\na generic colon label.  Not used if `c-recognize-colon-labels' is\nnil.") (c-nonlabel-token-key (c-lang-const c-nonlabel-token-key) "Regexp matching things that can't occur in generic colon labels,\nneither in a statement nor in a declaration context.  The regexp is\ntested at the beginning of every sexp in a suspected label,\ni.e. before \":\".  Only used if `c-recognize-colon-labels' is set.") (c-nonlabel-nonparen-token-key (c-lang-const c-nonlabel-nonparen-token-key) "Regexp matching things that can't occur in generic colon labels,\nneither in a statement nor in a declaration context, with the\nexception of an open parenthesis.  The regexp is tested at the\nbeginning of every sexp in a suspected label, i.e. before \":\".\nOnly used if `c-recognize-colon-labels' is set.") (c-nonlabel-token-2-key (c-lang-const c-nonlabel-token-2-key) "Regexp matching things that can't occur two symbols before a colon in\na label construct.  This catches C++'s inheritance construct \"class foo\n: bar\".  Only used if `c-recognize-colon-labels' is set.") (c-opt-extra-label-key (c-lang-const c-opt-extra-label-key) "Optional regexp matching labels.\nNormally, labels are detected according to `c-nonlabel-token-key',\n`c-decl-prefix-re' and `c-nonlabel-decl-prefix-re'.  This regexp can\nbe used if there are additional labels that aren't recognized that\nway.") (c-opt-friend-key (c-lang-const c-opt-friend-key) nil) (c-opt-method-key (c-lang-const c-opt-method-key) nil) (c-type-decl-end-used (c-lang-const c-type-decl-end-used) nil) (c-maybe-decl-faces (c-lang-const c-maybe-decl-faces) "List of faces that might be put at the start of a type when\n`c-font-lock-declarations' runs.  This must be evaluated (with `eval') at\nruntime to get the actual list of faces.  This ensures that face name\naliases in Emacs are resolved.")))
(defconst c-emacs-variable-inits '(nil (font-lock-comment-end-skip (c-lang-const c-font-lock-comment-end-skip)) (comment-start (c-lang-const comment-start)) (comment-end (c-lang-const comment-end)) (comment-start-skip (c-lang-const comment-start-skip)) (comment-end-can-be-escaped (c-lang-const comment-end-can-be-escaped)) (beginning-of-defun-function (c-lang-const beginning-of-defun-function)) (end-of-defun-function (c-lang-const end-of-defun-function))))
(defalias 'c-make-emacs-variables-local '(macro . #[nil "\301\302\303A\"B\207" [c-emacs-variable-inits progn mapcar #[(init) "\301\302@DD\207" [init make-local-variable quote] 3]] 4]))
#@325 Create a function that initializes all the language dependent variables
for the given mode.

This function should be evaluated at compile time, so that the
function it returns is byte compiled with all the evaluated results
from the language constants.  Use the `c-init-language-vars' macro to
accomplish that conveniently.
(defalias 'c-make-init-lang-vars-fun #[(mode) "\306 \307=\203c\310\311\312\303\313DD\314B\315\316\317\320\321\301\313	DE\322\323\324\325\326\fA
A\"\"*B\327\312\330\313\326\fA
A\"DDC\331BB\257\332\320\333\334\335\333\320\336\337\340\313D(\341BBBB\342BBB\343BBBB\344BBBDFFE\207\310\311\345\312\303\313DD\346B\347BBF\207" [mode c-version-sym c-lang-const-expansion c-buffer-is-cc-mode c-emacs-variable-inits c-lang-variable-inits cc-bytecomp-compiling-or-loading compiling lambda nil let quote (current-var source-eval) (c-make-emacs-variables-local) condition-case err if eq setq immediate mapcan #[(init) "\301\302@D@\303\304\234\305\"F\207" [init current-var quote macroexpand-all 1 nil] 6] append (setq source-eval t) init ((dolist (var-init init) (setq current-var (car var-init)) (set (car var-init) (eval (cadr var-init))))) error current-var message "Eval error in the `c-lang-defvar' or `c-lang-setvar' for `%s'%s: %S" source-eval format " (fallback source eval - %s compiled with CC Mode %s but loaded with %s)" (c-version) ("") (err) ((signal (car err) (cdr err))) (require 'cc-langs) ((init (append (cdr c-emacs-variable-inits) (cdr c-lang-variable-inits))) current-var) ((c-make-emacs-variables-local) (condition-case err (dolist (var-init init) (setq current-var (car var-init)) (set (car var-init) (eval (cadr var-init)))) (error (if current-var (message "Eval error in the `c-lang-defvar' or `c-lang-setver' for `%s' (source eval): %S" current-var err) (signal (car err) (cdr err)))))) c-version] 21 (#$ . 110824)])
#@240 Initialize all the language dependent variables for the given mode.
This macro is expanded at compile time to a form tailored for the mode
in question, so MODE must be a constant.  Therefore MODE is not
evaluated and should not be quoted.
(defalias 'c-init-language-vars '(macro . #[(mode) "\301\302!D\207" [mode funcall c-make-init-lang-vars-fun] 3 (#$ . 112696)]))
(provide 'cc-langs)

Zerion Mini Shell 1.0