Lines Matching defs:to
4 ;; Permission is hereby granted, free of charge, to any person obtaining a
6 ;; to deal in the Software without restriction, including without limitation
7 ;; the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 ;; and/or sell copies of the Software, and to permit persons to whom the
9 ;; Software is furnished to do so, subject to the following conditions:
23 ;; not be used in advertising or otherwise to promote the sale, use or other
41 ;; TODO The user should be able to define *auto-modes* prior to the
45 ;; to a regexp to match the name of the file being loaded. The caddr is
53 ;; If it fails to load the file, or the returned value is not a
118 ;; only wants to know if the regex match.
132 ;; point to the syntax file specification
135 ;; try to load the syntax definition file
158 ;; The structure is defined here so it is not required to load all
161 ;; defined to the files being edited.
163 name ;; A unique string to identify the syntax mode.
180 ;; that have an integer value should be allowed to
230 subscript ;; Align text to the bottom of the line.
231 superscript ;; Align text to the top of the line.
238 ;; Utility macro, to create a "special" variable holding
264 ;; Convert a synprop structure to a string in the format
267 (defun synprop-to-string (synprop &aux values booleans xlfd)
323 ;; Play with format conditionals, list iteration, and goto, to
341 ;; Use xedit protocol to create a XawTextPropertyList with the
353 (list (synprop-to-string property))
381 ;; XXX This is just a call to Xrm{Perm,}StringToQuark, and should
382 ;; be made available if there were a wrapper/interface to
387 (format *output* "~Cxrm-string-to-quark ~S~%"
393 #-debug (xrm-string-to-quark (synprop-name property))