Lines Matching defs:style
44 (defsynoptions *c-DEFAULT-style*
48 ;; Boolean. Support for GNU style indentation.
89 ;; BSD like style
90 (defsynoptions *c-BSD-style*
104 ;; GNU like style
105 (defsynoptions *c-GNU-style*
119 ;; K&R like style
120 (defsynoptions *c-K&R-style*
135 ("xedit" . *c-DEFAULT-style*)
136 ("BSD" . *c-BSD-style*)
137 ("GNU" . *c-GNU-style*)
138 ("K&R" . *c-K&R-style*)
141 (defvar *c-mode-options* *c-DEFAULT-style*)
142 ; (setq *c-mode-options* *c-gnu-style*)
207 ;; C++ style comment, disallow other tokens to match inside comment
1043 ;; C++ style comments.
1126 ;; C++ style comments