Lines Matching refs:START

642         xml_insert_element_with_attribute (TEXINFO, START, "lang=\"%s\"", language_table[language_code].abbrev);
644 xml_insert_element_with_attribute (TEXINFO, START, "xml:lang=\"%s\"", language_table[language_code].abbrev);
648 xml_insert_element (SETFILENAME, START);
799 if ( ( (arg == START) &&
815 if (arg == START)
827 if (!xml_dont_touch_items_defs && arg == START)
833 xml_insert_element (ITEM, START);
839 xml_insert_element (DEFINITIONITEM, START);
866 if (arg == START)
879 if (arg == START && !xml_in_para && !xml_no_para
883 if (arg == START && xml_in_para && !xml_element_list[elt].contained_in_para)
891 && arg == START && elt != TABLEITEM && elt != TABLETERM
895 xml_insert_element (TITLE, START);
898 if (arg == START && !xml_in_para && !xml_keep_space
902 if (arg == START)
957 if (arg == START && xml_node_id && elt != NODENAME)
968 if (arg == START)
1049 xml_insert_element (NODE, START);
1117 xml_insert_element (MENUENTRY, START);
1120 xml_insert_element (MENUNODE, START);
1127 xml_insert_element (MENUTITLE, START);
1144 xml_insert_element (MENUCOMMENT, START);
1179 xml_insert_element (TITLE, START);
1188 xml_insert_element (BOOKINFO, START);
1191 xml_insert_element (ABSTRACT, START);
1201 xml_insert_element (ITEM, START);
1207 xml_insert_element (DEFINITIONITEM, START);
1274 xml_insert_element (FOOTNOTE, START);
1298 if (arg == START)
1332 if (strlen(type) && arg == START)
1354 xml_insert_element (elt, START); /* just insert the tag */
1363 xml_insert_element (elt, START);
1365 xml_insert_element_with_attribute (elt, START,
1369 xml_insert_element_with_attribute (elt, START, "label=\"\"");
1371 xml_insert_element_with_attribute (elt, START,
1375 xml_insert_element (TITLE, START);
1395 xml_insert_element (TABLE, START);
1405 xml_insert_element (ITEMIZE, START);
1408 xml_insert_element (ITEMFUNCTION, START);
1419 xml_insert_element_with_attribute (ITEMIZE, START,
1477 xml_insert_element (ITEM, START);
1496 xml_insert_element (TABLEITEM, START);
1498 xml_insert_element (TABLETERM, START);
1516 xml_insert_element_with_attribute (ENUMERATE, START, "first=\"%s\"", enum_arg);
1525 xml_insert_element_with_attribute (ENUMERATE, START,
1528 xml_insert_element_with_attribute (ENUMERATE, START,
1531 xml_insert_element_with_attribute (ENUMERATE, START,
1537 xml_insert_element_with_attribute (ENUMERATE, START,
1540 xml_insert_element_with_attribute (ENUMERATE, START,
1546 xml_insert_element_with_attribute (ENUMERATE, START,
1549 xml_insert_element_with_attribute (ENUMERATE, START,
1583 xml_insert_element (TEXTOBJECT, START);
1584 xml_insert_element (DISPLAY, START);
1626 xml_insert_element (IMAGEOBJECT, START);
1627 xml_insert_element_with_attribute (IMAGEDATA, START,
1648 xml_insert_element (INFORMALFIGURE, START);
1652 xml_insert_element (elt, START);
1720 xml_insert_element_with_attribute (INDEXTERM, START, "index=\"%s\"", index);
1738 xml_insert_element_with_attribute (INDEXTERM, START, "role=\"%s\"", index);
1740 xml_insert_element (PRIMARY, START);
1748 xml_insert_element (SECONDARY, START);
1841 xml_insert_element (PRINTINDEX, START);
1854 xml_insert_element (INDEXDIV, START);
1885 xml_insert_element (INDEXDIV, START);
1887 xml_insert_element (TITLE, START);
1912 xml_insert_element (SECONDARYIE, START);
1918 xml_insert_element (INDEXENTRY, START);
1920 xml_insert_element (PRIMARYIE, START);
1923 xml_insert_element (SECONDARYIE, START);
1931 xml_insert_element (INDEXENTRY, START);
1933 xml_insert_element (PRIMARYIE, START);
2005 xml_insert_element (MULTITABLE, START);
2016 xml_insert_element (MULTITABLE, START);
2019 xml_insert_element (COLSPEC, START);
2032 xml_insert_element_with_attribute (TGROUP, START, "cols=\"%d\"",
2037 xml_insert_element_with_attribute (COLSPEC, START,
2064 xml_insert_element (THEAD, START);
2069 xml_insert_element (TBODY, START);
2074 xml_insert_element (TBODY, START);
2077 xml_insert_element (TBODY, START);
2079 xml_insert_element (ROW, START);
2080 xml_insert_element (ENTRY, START);
2087 xml_insert_element (ENTRY, START);
2146 xml_insert_element (DEFDELIMITER, START);
2153 xml_insert_element (DEFPARAM, START);
2160 xml_insert_element (DEFPARAM, START);
2167 xml_insert_element (DEFDELIMITER, START);
2174 xml_insert_element (DEFPARAM, START);
2181 xml_insert_element (DEFPARAMTYPE, START);
2192 xml_insert_element (DEFINITION, START);
2215 xml_insert_element (DEFINITIONTERM, START);
2244 xml_insert_element (DEFCATEGORY, START);
2259 xml_insert_element (DEFTYPE, START);
2269 xml_insert_element (DEFTYPE, START);
2276 xml_insert_element (DEFCLASS, START);
2288 xml_insert_element (DEFFUNCTION, START);
2295 xml_insert_element (DEFVARIABLE, START);
2301 xml_insert_element (DEFDATATYPE, START);
2309 xml_insert_element (DEFCLASSVAR, START);
2318 xml_insert_element (DEFOPERATION, START);