Home
last modified time | relevance | path

Searched refs:HTML_OL_START (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
Dhdr_HTMLDTD.h731 #define HTML_OL_START 8 macro
DHTNews.c743 present[i] = (BOOL) (i == HTML_OL_SEQNUM || i == HTML_OL_START); in start_list()
746 value[HTML_OL_START] = SeqNum; in start_list()
/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.c2492 if (present && (present[HTML_OL_SEQNUM] || present[HTML_OL_START])) { in HTML_start_element()
2504 } else if (present[HTML_OL_START] && in HTML_start_element()
2505 non_empty(value[HTML_OL_START])) { in HTML_start_element()
2506 seqnum = atoi(value[HTML_OL_START]); in HTML_start_element()