Lines Matching defs:syntable
109 ;; The macros sgml-syntoken and sgml-syntable allows creating rules for
142 (defmacro sgml-syntable (name property)
148 (syntable label *prop-preprocessor* nil
157 (syntable nested-label ,property nil
171 (defmacro sgml-syntable-simple (name property)
177 (syntable label *prop-preprocessor* nil
186 (syntable nested-label ,property nil
218 (defmacro sgml-syntable-short (name property)
219 `(syntable (intern (string-concat ,name "/") 'keyword) ,property nil
238 (syntable :comment *prop-comment* nil
253 (syntable :string *prop-string* nil
263 (syntable :link *prop-preprocessor* nil
273 (syntable :link-string *prop-sgml-link* nil
289 (syntable :special-tag *prop-preprocessor* nil
298 (syntable :brackets *prop-sgml-default* nil
325 (sgml-syntable-short "tt" *prop-sgml-tt*)
327 (sgml-syntable-short "it" *prop-sgml-it*)
329 (sgml-syntable-short "bf" *prop-sgml-bf*)
331 (sgml-syntable-short "em" *prop-sgml-bf*)
337 (syntable :short-tag *prop-sgml-default-short* nil
354 (sgml-syntable "tt" *prop-sgml-tt*)
356 (sgml-syntable "code" *prop-sgml-tt*)
358 (sgml-syntable "tag" *prop-sgml-tt*)
360 (sgml-syntable "verb" *prop-sgml-tt*)
362 (sgml-syntable "programlisting" *prop-sgml-tt*)
364 (sgml-syntable "it" *prop-sgml-it*)
366 (sgml-syntable "bf" *prop-sgml-bf*)
368 (sgml-syntable "em" *prop-sgml-bf*)
370 (sgml-syntable "mail" *prop-sgml-email*)
372 (sgml-syntable "email" *prop-sgml-email*)
374 (sgml-syntable "screen" *prop-sgml-screen*)
376 (sgml-syntable "tscreen" *prop-sgml-screen*)
384 (syntable :simple-nested-tag *prop-preprocessor* nil
393 (sgml-syntable-simple "sect" *prop-sgml-sect*)
395 (sgml-syntable-simple "sect1" *prop-sgml-sect*)
397 (sgml-syntable-simple "sect2" *prop-sgml-sect*)
405 (syntable :generic-tag *prop-preprocessor* nil
420 (syntable :tag *prop-preprocessor* nil