Lines Matching +defs:link +defs:string
65 (defsynprop *prop-html-link*
66 "link"
130 (defsynprop *prop-html-string*
131 "string"
152 `(syntoken (string-concat "<" ,name "\\>")
154 :begin (intern (string-concat ,name "$") 'keyword)))
157 ((label (intern (string-concat ,name "$") 'keyword))
158 (nested-label (intern (string (gensym)) 'keyword)))
163 (syntoken (string-concat "</" ,name ">")
165 (syntoken (string-concat "</" ,name "\\s*$")
184 (string-concat
241 (syntable :a-href-text *prop-html-link* nil
306 (syntoken "\"" :nospec t :contained t :begin :string)
323 (syntable :string *prop-html-string* nil