Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dhtml.c497 insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...) in insert_html_tag_with_attribute() argument
499 insert_html_tag_with_attribute (start_or_end, tag, format, va_alist) in insert_html_tag_with_attribute()
500 int start_or_end; in insert_html_tag_with_attribute()
512 if (start_or_end != START)
544 if (start_or_end == START)
554 if ((start_or_end == START) && old_tag && *old_tag
560 if (start_or_end == START)
568 if ((start_or_end != START) && old_tag && *old_tag)
576 insert_html_tag (int start_or_end, char *tag) in insert_html_tag() argument
578 insert_html_tag_with_attribute (start_or_end, tag, NULL); in insert_html_tag()
Dhtml.h44 extern void insert_html_tag (int start_or_end, char *tag);
60 extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...);
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog988 parameter names (start_or_end and tag) in both stdc and !stdc