Home
last modified time | relevance | path

Searched refs:AttrType (Results 1 – 4 of 4) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dsrc0_HTMLDTD.h151 static const AttrType core_attr_type[] = {
162 static const AttrType i18n_attr_type[] = {
181 static const AttrType events_attr_type[] = {
191 static const AttrType align_attr_type[] = {
204 static const AttrType cellalign_attr_type[] = {
214 static const AttrType bgcolor_attr_type[] = {
244 static const AttrType A_attr_type[] = {
258 static const AttrType ADDRESS_attr_type[] = {
279 static const AttrType APPLET_attr_type[] = {
303 static const AttrType AREA_attr_type[] = {
[all …]
Dsrc1_HTMLDTD.h151 static const AttrType core_attr_type[] = {
162 static const AttrType i18n_attr_type[] = {
181 static const AttrType events_attr_type[] = {
191 static const AttrType align_attr_type[] = {
204 static const AttrType cellalign_attr_type[] = {
214 static const AttrType bgcolor_attr_type[] = {
244 static const AttrType A_attr_type[] = {
258 static const AttrType ADDRESS_attr_type[] = {
279 static const AttrType APPLET_attr_type[] = {
303 static const AttrType AREA_attr_type[] = {
[all …]
Ddtd_util.c303 const AttrType *p = (const AttrType *) a; in compare_attr_types()
304 const AttrType *q = (const AttrType *) b; in compare_attr_types()
320 static int len_AttrTypes(const AttrType * data) in len_AttrTypes()
330 static AttrType *sorted_AttrTypes(const AttrType * source) in sorted_AttrTypes()
332 AttrType *result = 0; in sorted_AttrTypes()
336 result = typecallocn(AttrType, number + 1); in sorted_AttrTypes()
399 static attr *merge_AttrLists(const AttrType * data) in merge_AttrLists()
401 const AttrType *at; in merge_AttrLists()
596 static AttrType generic_types[] = in dump_source()
606 AttrType *gt; in dump_source()
[all …]
DSGML.h65 } AttrType; typedef
156 const AttrType *attr_types;