/openbsd-src/gnu/usr.bin/texinfo/makeinfo/ |
H A D | xref.c | 145 execute_string ("%s", *arg3 ? arg3 : arg2); in cm_xref() 175 execute_string ("%s", arg1); in cm_xref() 180 execute_string ("%s", arg2); in cm_xref() 186 execute_string ("%s", arg3); in cm_xref() 192 execute_string ("%s", arg4); in cm_xref() 198 execute_string ("%s", arg5); in cm_xref() 264 execute_string ("\"../%s/", file_arg); in cm_xref() 266 execute_string ("\"%s.html", file_arg); in cm_xref() 274 execute_string ("%s",ref_name); in cm_xref() 279 execute_string ("%s:", ref_name); in cm_xref() [all …]
|
H A D | defun.c | 277 execute_string ("%s", defun_arg); in process_defun_args() 493 execute_string (" --- %s: %s", category, defined_name); in defun_internal() 497 execute_string (" --- %s: %s %s", category, type_name, defined_name); in defun_internal() 500 execute_string (" --- %s %s %s: %s", category, _("of"), type_name, in defun_internal() 505 execute_string (" --- %s %s %s: %s %s", category, _("of"), type_name, in defun_internal() 509 execute_string (" --- %s %s %s: %s", category, _("on"), type_name, in defun_internal() 513 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, in defun_internal() 517 execute_string (" --- %s %s %s: %s %s", category, _("on"), type_name, in defun_internal() 539 execute_string ("--- %s: ", category); in defun_internal() 545 execute_string ("--- %s %s %s: ", category, _("of"), type_name); in defun_internal() [all …]
|
H A D | xml.c | 1136 execute_string ("%s", string); /* get escaping done */ in xml_start_menu_entry() 1281 execute_string ("%s", note); in xml_insert_footnote() 1338 execute_string ("@b{%s:} ", type); in xml_insert_quotation() 1381 execute_string ("%s", current_float_title ()); in xml_begin_docbook_float() 1417 execute_string ("%s{}", item_function); in xml_begin_table() 1419 execute_string ("%s", item_function); in xml_begin_table() 1727 execute_string ("%s", indexterm); in xml_insert_indexterm() 1747 execute_string ("%s", primary); in xml_insert_indexterm() 1749 execute_string ("%s", indexterm); in xml_insert_indexterm() 1754 execute_string (" in xml_insert_indexterm() [all...] |
H A D | insertion.c | 561 execute_string ("@b{%s:} ", insertion_stack->item_function); in begin_insertion() 835 execute_string ("%s", current_float_type ()); in begin_insertion() 839 execute_string ("%s", current_float_position ()); in begin_insertion() 851 execute_string ("@anchor{%s}", current_float_id ()); in begin_insertion() 1171 execute_string ("%s", current_float_type ()); in end_insertion() 1187 execute_string ("%s", current_float_title ()); in end_insertion() 1462 execute_string ("%s", copying_text); in cm_insert_copying() 1922 execute_string ("%s", temp); in cm_caption() 1952 execute_string ("@node top\n@top Top\n"); in cm_menu() 1963 execute_string ("@node top\n@top Top\n"); in cm_detailmenu() [all …]
|
H A D | footnote.c | 253 execute_string (" (*note %s-Footnote-%d::)", in cm_footnote() 313 execute_string ("%cnode %s-Footnotes,,,%s\n", in output_pending_notes() 328 execute_string ("---------- Footnotes ----------\n\n"); in output_pending_notes() 360 execute_string ("%s", footnote->note); in output_pending_notes() 370 execute_string ("%canchor{%s-Footnote-%d}(%s) %s", in output_pending_notes()
|
H A D | sectioning.c | 396 execute_string ("%s", temp); in sectioning_underscore() 416 execute_string ("%s", temp); in sectioning_underscore() 488 execute_string ("%s\n", temp); in insert_and_underscore() 581 execute_string ("%s", temp); in sectioning_html() 665 execute_string ("@node Top, , (dir), (dir)\n@top %s\n", top_name); in cm_top()
|
H A D | node.c | 96 execute_string ("Ref: %s", node->node); in write_tag_table_internal() 100 execute_string ("Node: %s", node->node); in write_tag_table_internal() 668 execute_string ("%s", node); in cm_node() 684 execute_string ("%s", node); in cm_node() 1042 execute_string ("%s", next); in cm_node() 1048 execute_string ("%s", prev); in cm_node() 1054 execute_string ("%s", up); in cm_node() 1066 execute_string (", Next: %s", next); in cm_node() 1071 execute_string (", Prev: %s", prev); in cm_node() 1076 execute_string (", Up: %s", up); in cm_node()
|
H A D | cmds.c | 735 execute_string ("%s", aa); in cm_acronym_or_abbr() 741 execute_string ("%s", aa); in cm_acronym_or_abbr() 749 execute_string ("%s", aa); in cm_acronym_or_abbr() 755 execute_string ("%s", description); in cm_acronym_or_abbr() 762 execute_string ("%s", aa); in cm_acronym_or_abbr() 1379 execute_string ("%s", title); in cm_settitle() 1499 execute_string ("%s", line); in cm_center() 1520 execute_string ("%s", line); in cm_center() 1642 execute_string ("%s", line); in cm_exdent()
|
H A D | makeinfo.h | 371 execute_string (char *, ...), 379 execute_string (),
|
H A D | float.c | 235 execute_string ("%s", float_type); in cm_listoffloats() 251 execute_string ("%s", temp->title); in cm_listoffloats()
|
H A D | makeinfo.c | 1918 execute_string ("%s", string); /* get escaping done */ in handle_menu_entry() 3355 execute_string ("%s", alt_arg); in cm_image() 3515 execute_string ("%s", value); in set() 3612 execute_string ("%s\n", arglist[2]); in cm_ifeq() 3680 execute_string ("%s", value); in cm_value() 3961 execute_string (char *format, ...) in execute_string() function 3963 execute_string (format, va_alist) in execute_string() 4094 execute_string (implicit_code ? "@code{%s}" : "%s", str); in full_expansion()
|
H A D | files.c | 730 execute_string ("%s", temp->command); in handle_delayed_writes()
|
H A D | index.c | 902 execute_string ("%s. ", index_node); in cm_printindex()
|
H A D | macro.c | 443 execute_string ("%s", execution_string); in execute_macro()
|
/openbsd-src/gnu/usr.bin/texinfo/ |
H A D | ChangeLog | 353 input_text_offset before execute_string on the value, 649 execute_string. Report from Christian Schenk. 653 * makeinfo/makinfo.c (execute_string): don't worry about 799 * makeinfo/makeinfo.c (execute_string): do not free the temporary copy 1275 * makeinfo/makeinfo.c (execute_string): removed XML tag balance 1351 * makeinfo/makeinfo.c (execute_string): moved state updates below 2880 * makeinfo/defun.c (process_defun_args): use execute_string instead 3714 * makeinfo/makeinfo.c (discard_until, execute_string): reworded 3724 (xml_insert_indexentry): call execute_string(xref) instead of creating 3772 (execute_string): keep track of insertion stack to catch multiline [all …]
|
H A D | ChangeLog.46 | 1175 * makeinfo/xml.c (xml_insert_indexterm): execute_string instead of 1761 * makeinfo/makeinfo.c (expansion): Protect execute_string from too 1764 (execute_string): Use EXECUTE_STRING_MAX, not 4000. 2073 in the HTML case as well, to protect execute_string from 3024 * makeinfo/defun.c (defun_internal): Use execute_string instead 3980 * makeinfo/footnote.c (cm_footnote): Call execute_string instead 4643 execute_string). 6596 to execute_string. 7517 prototypes, and do add prototypes for add_word_args and execute_string, 7533 * makeinfo/makeinfo.c (add_word_args, execute_string): Rewrite [all …]
|