Home | History | Annotate | Download | only in modules

Lines Matching refs:quark

171     quark		;;  A XrmQuark associated with the XawTextPropertyList
212 quark ;; XrmQuark identifier of the XawTextProperty
345 &aux string-properties quark)
377 (setq quark #-debug (convert-property-list name string-properties)
380 ;; Store the quark for properties not yet "initialized".
385 (unless (integerp (synprop-quark property))
387 (format *output* "~Cxrm-string-to-quark ~S~%"
392 (synprop-quark property)
393 #-debug (xrm-string-to-quark (synprop-name property))
399 quark
461 (defun property-list (&optional (quark nil specified))
462 (format *output* "~property-list ~D~%" *escape* quark))