| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| 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 …]
|
| 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 …]
|
| D | xml.c | 1129 execute_string ("%s", string); /* get escaping done */ in xml_start_menu_entry() 1274 execute_string ("%s", note); in xml_insert_footnote() 1331 execute_string ("@b{%s:} ", type); in xml_insert_quotation() 1374 execute_string ("%s", current_float_title ()); in xml_begin_docbook_float() 1410 execute_string ("%s{}", item_function); in xml_begin_table() 1412 execute_string ("%s", item_function); in xml_begin_table() 1720 execute_string ("%s", indexterm); in xml_insert_indexterm() 1740 execute_string ("%s", primary); in xml_insert_indexterm() 1742 execute_string ("%s", indexterm); in xml_insert_indexterm() 1747 execute_string ("%s", secondary); in xml_insert_indexterm() [all …]
|
| 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 …]
|
| 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()
|
| 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()
|
| 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()
|
| D | cmds.c | 736 execute_string ("%s", aa); in cm_acronym_or_abbr() 742 execute_string ("%s", aa); in cm_acronym_or_abbr() 750 execute_string ("%s", aa); in cm_acronym_or_abbr() 756 execute_string ("%s", description); in cm_acronym_or_abbr() 763 execute_string ("%s", aa); in cm_acronym_or_abbr() 1378 execute_string ("%s", title); in cm_settitle() 1498 execute_string ("%s", line); in cm_center() 1519 execute_string ("%s", line); in cm_center() 1641 execute_string ("%s", line); in cm_exdent()
|
| D | makeinfo.h | 371 execute_string (char *, ...), 379 execute_string (),
|
| D | float.c | 235 execute_string ("%s", float_type); in cm_listoffloats() 251 execute_string ("%s", temp->title); in cm_listoffloats()
|
| D | makeinfo.c | 1926 execute_string ("%s", string); /* get escaping done */ in handle_menu_entry() 3363 execute_string ("%s", alt_arg); in cm_image() 3518 execute_string ("%s", value); in set() 3615 execute_string ("%s\n", arglist[2]); in cm_ifeq() 3683 execute_string ("%s", value); in cm_value() 3964 execute_string (char *format, ...) in execute_string() function 3966 execute_string (format, va_alist) in execute_string() 4097 execute_string (implicit_code ? "@code{%s}" : "%s", str); in full_expansion()
|
| D | files.c | 727 execute_string ("%s", temp->command); in handle_delayed_writes()
|
| D | index.c | 902 execute_string ("%s. ", index_node); in cm_printindex()
|
| D | macro.c | 443 execute_string ("%s", execution_string); in execute_macro()
|