Home
last modified time | relevance | path

Searched refs:inBASE (Results 1 – 5 of 5) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.h154 BOOL inBASE; member
DHTML.c1288 me->inBASE = TRUE; in HTML_start_element()
1289 me->node_anchor->inBASE = TRUE; in HTML_start_element()
1314 Base = (me->inBASE) in HTML_start_element()
1322 Base = (me->inBASE && *href != '\0' && *href != '#') in HTML_start_element()
1617 Base = (me->inBASE && *href != '\0' && *href != '#') in HTML_start_element()
1625 Base = (me->inBASE) ? in HTML_start_element()
3098 Base = ((me->inBASE && in HTML_start_element()
3572 Base = (((me->inBASE && *href != '\0') && in HTML_start_element()
3930 Base = (me->inBASE) in HTML_start_element()
4236 Base = (me->inBASE) in HTML_start_element()
[all …]
DLYCharUtils.c2421 (me->inBASE ? in LYHandleMETA()
2550 url_type = is_url(me->inBASE ? in LYHandleMETA()
2555 (me->inBASE ? in LYHandleMETA()
2935 Base = me->inBASE ? in LYLegitimizeHREF()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DHTAnchor.h103 BOOL inBASE; /* duplicated from HTStructured (HTML.c/h) */ member
DHTAnchor.c115 newAnchor->inBASE = FALSE; /* duplicated from HTML.c/h */ in HTParentAnchor_new()
338 const char *relative_to = ((parent->inBASE && *href != '#') in HTAnchor_findChildAndLink()