Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/lynx/src/
DLYPrettySrc.c103 nattr = tag->number_of_attributes; in append_close_tag()
170 int n = tag->number_of_attributes; in append_open_tag()
DHTML.c1020 for (i = 0; i < tag->number_of_attributes; i++) in HTML_start_element()
/mirbsd/src/gnu/usr.bin/lynx/WWW/Library/Implementation/
DSGML.h155 int number_of_attributes; /* Number of possible attributes */ member
Ddtd_util.c856 int number_of_attributes) in dump_flat_attrs() argument
860 fprintf(output, "\t\t" FMT_NUM_ATTRS, number_of_attributes); in dump_flat_attrs()
861 for (n = 0; n < number_of_attributes; ++n) { in dump_flat_attrs()
1211 result = load_flat_AttrList(input, &(tag->attributes), &(tag->number_of_attributes)); in load_flat_HTTag()
DHTMLGen.c381 for (i = 0; i < tag->number_of_attributes; i++) { in HTMLGen_start_element()
DSGML.c494 for (low = 0, high = tag->number_of_attributes; in handle_attribute_name()
1268 for (; i < new_tag->number_of_attributes && !has_attributes; i++) in start_element()
3100 (unsigned) (context->current_tag->number_of_attributes)); in SGML_character()
3980 i < context->current_tag->number_of_attributes; in SGML_character()