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