Home
last modified time | relevance | path

Searched refs:HTMLA_HREF (Results 1 – 6 of 6) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTMLDTD.h41 #define HTMLA_HREF 2 /* href */ macro
Ddtd_util.c35 # define h HTMLA_HREF
512 case HTMLA_HREF: in dump_AttrItem()
Dsrc0_HTMLDTD.h131 # define h HTMLA_HREF
Dsrc1_HTMLDTD.h131 # define h HTMLA_HREF
DSGML.c504 attr_is_href = (BOOL) (attributes[i].type == HTMLA_HREF); in handle_attribute_name()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.c1051 } else if (tag->attributes[i].type == HTMLA_HREF) { in HTML_start_element()
1064 if (tag->attributes[i].type == HTMLA_HREF) { in HTML_start_element()