Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/texinfo/dist/makeinfo/
H A Dxml.c643xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].ab… in xml_begin_document()
645xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code… in xml_begin_document()
782 xml_insert_element_with_attribute (int elt, int arg, char *format, ...) in xml_insert_element_with_attribute() function
784 xml_insert_element_with_attribute (elt, arg, format, va_alist) in xml_insert_element_with_attribute()
992 xml_insert_element_with_attribute (elt, arg, NULL); in xml_insert_element()
1365 xml_insert_element_with_attribute (elt, START, in xml_begin_docbook_float()
1369 xml_insert_element_with_attribute (elt, START, "label=\"\""); in xml_begin_docbook_float()
1371 xml_insert_element_with_attribute (elt, START, in xml_begin_docbook_float()
1419 xml_insert_element_with_attribute (ITEMIZE, START, in xml_begin_table()
1516 xml_insert_element_with_attribute (ENUMERATE, START, "first=\"%s\"", enum_arg); in xml_begin_enumerate()
[all …]
H A Dxref.c144 xml_insert_element_with_attribute (XREFNODENAME, START, in cm_xref()
152 xml_insert_element_with_attribute (XREF, START, in cm_xref()
499 xml_insert_element_with_attribute (UREF, START, "url=\"%s\"", in cm_uref()
579 xml_insert_element_with_attribute (EMAIL, START, "url=\"mailto:%s\"", addr); in cm_email()
H A Dsectioning.c383 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore()
388 xml_insert_element_with_attribute (xml_element (secname), in sectioning_underscore()
407 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
410 xml_insert_element_with_attribute (xml_element (secname), START, in sectioning_underscore()
H A Dxml.h156 void xml_insert_element_with_attribute (int elt, int arg, char *format, ...);
158 void xml_insert_element_with_attribute ();
H A Dcmds.c1098 xml_insert_element_with_attribute (B, arg, "role=\"bold\""); in cm_strong()
1185 xml_insert_element_with_attribute (B, arg, "role=\"bold\""); in cm_b()
1423 xml_insert_element_with_attribute (SP, START, "lines=\"%s\"", line); in cm_sp()
H A Dfloat.c188 xml_insert_element_with_attribute (LISTOFFLOATS, START, in cm_listoffloats()
H A Dlang.c586 xml_insert_element_with_attribute (DOCUMENTLANGUAGE, START, "xml:lang=\"%s\"", lang_arg); in cm_documentlanguage()
H A Dmakeinfo.c3351 xml_insert_element_with_attribute (elt, in cm_image()
3509 xml_insert_element_with_attribute (SETVALUE, START, "name=\"%s\"", name); in set()
3544 xml_insert_element_with_attribute (CLEARVALUE, START, "name=\"%s\"", name); in clear()
H A Dinsertion.c833 xml_insert_element_with_attribute (FLOAT, START, in begin_insertion()
H A Dnode.c1226 xml_insert_element_with_attribute (ANCHOR, START, "name=\"%s\"", anchor); in cm_anchor()
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog1345 * makeinfo/xml.c (xml_insert_element_with_attribute): if we are
1360 (xml_insert_element_with_attribute): indent after informalfigure.
1488 * makeinfo/xml.c (xml_insert_element_with_attribute, xml_add_char)
1639 * makeinfo/xml.c (xml_insert_element_with_attribute): removed check
1666 * makeinfo/xml.c (xml_insert_element_with_attribute): indentation
2019 (xml_insert_element_with_attribute): do not indent DEFINITION and
2057 (xml_insert_element_with_attribute): skip indentation if
2085 (xml_insert_element_with_attribute): major indentation fixes.
2358 * makeinfo/xml.c (xml_insert_element_with_attribute)
3491 (xml_insert_element_with_attribute): special-cased float element for
H A DChangeLog.462574 * makeinfo/xml.c (xml_insert_element_with_attribute)