Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DHTML.c2678 char seqtype; in HTML_start_element() local
2704 seqtype = me->OL_Type[counter]; in HTML_start_element()
2705 if (seqtype != '1' && seqnum < 1) in HTML_start_element()
2710 seqtype = me->OL_Type[counter]; in HTML_start_element()
2711 if (seqtype != '1' && seqnum < 1) { in HTML_start_element()
2717 seqtype = me->Last_OL_Type; in HTML_start_element()
2721 seqtype = me->OL_Type[i]; in HTML_start_element()
2726 if (seqtype == 'A') { in HTML_start_element()
2728 } else if (seqtype == 'a') { in HTML_start_element()
2730 } else if (seqtype == 'I') { in HTML_start_element()
[all …]