Searched refs:start_or_end (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | html.c | 496 insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...) in insert_html_tag_with_attribute() argument 498 insert_html_tag_with_attribute (start_or_end, tag, format, va_alist) in insert_html_tag_with_attribute() 499 int start_or_end; in insert_html_tag_with_attribute() 511 if (start_or_end != START) 543 if (start_or_end == START) 553 if ((start_or_end == START) && old_tag && *old_tag 559 if (start_or_end == START) 567 if ((start_or_end != START) && old_tag && *old_tag) 575 insert_html_tag (int start_or_end, char *tag) in insert_html_tag() argument 577 insert_html_tag_with_attribute (start_or_end, tag, NULL); in insert_html_tag()
|
| H A D | html.h | 46 extern void insert_html_tag (int start_or_end, char *tag); 62 extern void insert_html_tag_with_attribute (int start_or_end, char *tag, char *format, ...);
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog | 988 parameter names (start_or_end and tag) in both stdc and !stdc
|