Lines Matching defs:table
173 ;; Our syntax table is auto-generated from the keyword classes we defined
175 (defvar protobuf-mode-syntax-table nil
176 "Syntax table used in protobuf-mode buffers.")
177 (or protobuf-mode-syntax-table
178 (setq protobuf-mode-syntax-table
179 (funcall (c-lang-const c-make-mode-syntax-table protobuf))))
181 (defvar protobuf-mode-abbrev-table nil
182 "Abbreviation table used in protobuf-mode buffers.")
206 (set-syntax-table protobuf-mode-syntax-table)
209 local-abbrev-table protobuf-mode-abbrev-table