| /mirbsd/src/gnu/usr.bin/texinfo/makeinfo/ |
| D | footnote.c | 82 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_footnotestyle() 150 line_error (_("`%c%s' needs an argument `{...}', not just `%s'"), in cm_footnote() 165 line_error (_("No closing brace for footnote `%s'"), marker); in cm_footnote() 198 line_error (_("Footnote defined without parent node")); in cm_footnote() 210 line_error (_("Footnotes inside footnotes are not allowed")); in cm_footnote()
|
| D | multi.c | 104 line_error ("find_template width internal error: passed %s", in find_template_width() 117 line_error (_("Missing } in @multitable template")); in find_template_width() 343 line_error ("Multitables cannot be nested"); in do_multitable() 394 line_error (_("Too many columns in multitable item (max %d)"), last_column); in nselect_next_environment() 507 line_error ("multitable_item internal error: no active multitable"); in multitable_item() 556 line_error (_("[unexpected] cannot select column #%d in multitable"), in multitable_item()
|
| D | insertion.c | 160 line_error (_("@item not allowed in argument to @itemize")); in get_item_function() 334 line_error (_("Enumeration stack overflow")); in start_enumerating() 631 line_error (_("%s requires an argument: the formatter for %citem"), in begin_insertion() 719 line_error (_("%cfloat environments cannot be nested"), COMMAND_PREFIX); in begin_insertion() 946 line_error ("begin_insertion internal error: type=%d", type); in begin_insertion() 972 line_error in end_insertion() 1267 line_error ("end_insertion internal error: type=%d", type); in end_insertion() 1305 line_error ("end_insertion internal error: current indent=%d", in end_insertion() 1913 line_error (_("@%s not meaningful outside `@float' environment"), command); in cm_caption() 2018 line_error (_("@%s not meaningful outside `@titlepage' and `@quotation' environments"), in cm_author() [all …]
|
| D | node.c | 280 line_error (_("Node `%s' previously defined at line %d"), in remember_node() 715 line_error in cm_node() 879 line_error (_("No node name specified for `%c%s' command"), in cm_node() 920 line_error (_("Anchor `%s' and node `%s' map to the same file name"), in cm_node() 955 line_error (_("Unexpected string at end of split-HTML file `%s'"), in cm_node() 1148 line_error (_("Anchors `%s' and `%s' map to the same file name"), in cm_anchor() 1151 line_error (_("Anchor `%s' and node `%s' map to the same file name"), in cm_anchor() 1153 line_error (_("@anchor command ignored; references to it will not work")); in cm_anchor() 1154 line_error (_("Rename this anchor or use the `--no-split' option")); in cm_anchor() 1347 …line_error (_("%s reference to nonexistent node `%s' (perhaps incorrect sectioning?)"), label, tag… in validate() [all …]
|
| D | makeinfo.c | 278 line_error (const char *format, ...) in line_error() function 280 line_error (format, va_alist) in line_error() 337 line_error (_("Misplaced %c"), '}'); in misplaced_brace() 1013 line_error (_("Multiline command %c%s used improperly"), in discard_until() 1016 line_error (_("Expected `%s'"), string); in discard_until() 1495 line_error (_("Can't create directory `%s': %s"), in insert_toplevel_subdirectory() 2047 line_error (_("Unknown command `%s'"), command); in read_command() 2069 line_error (_("Use braces to give a command as an argument to @%s"), in read_command() 2273 line_error (_("Misplaced %c"), '{'); in reader_loop() 2327 line_error (_("%c%s expected braces"), COMMAND_PREFIX, command); in remember_brace() [all …]
|
| D | index.c | 169 line_error (_("Unknown index `%s'"), name); in index_add_arg() 412 line_error (_("Index `%s' already exists"), name); in gen_defindex() 455 line_error (_("Unknown index `%s' and/or `%s' in @synindex"), in cm_synindex() 750 line_error (_("Unknown index `%s' in @printindex"), index_name); in cm_printindex() 819 line_error (_("Entry for index `%s' outside of any node"), in cm_printindex()
|
| D | lang.c | 994 line_error ("cm_special_char internal error: command=@%s", command); in cm_special_char() 1009 line_error (_("%c%s expects `i' or `j' as argument, not `%c'"), in cm_dotless() 1013 line_error (_("%c%s expects a single character `i' or `j' as argument"), in cm_dotless()
|
| D | cmds.c | 1034 line_error (_("`{' expected, but saw `%c'"), character); in cm_verb() 1082 line_error (_("`}' expected, but saw `%c'"), character); in cm_verb() 1414 line_error (_("@sp requires a positive numeric argument, not `%s'"), line); in cm_sp() 1708 line_error ("%c%s `%s': %s", COMMAND_PREFIX, command, filename, in handle_include() 1763 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_paragraphindent() 1789 line_error (_("Bad argument to @%s"), command); in cm_exampleindent() 1819 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_firstparagraphindent()
|
| D | makeinfo.h | 374 line_error (const char *format, ...), 382 line_error (),
|
| D | xref.c | 128 line_error (_("First argument to cross-reference may not be empty")); in cm_xref() 432 line_error (_("First argument to @inforef may not be empty")); in cm_inforef()
|
| D | defun.c | 84 line_error (_("Missing `}' in @def arg")); in scan_group_in_string() 711 line_error (_("Must be in `@%s' environment to use `@%s'"), in cm_defun()
|
| D | sectioning.c | 639 line_error (_("Node with %ctop as a section already exists"), in cm_top() 663 line_error (_("%ctop used before %cnode, defaulting to %s"), in cm_top()
|
| D | html.c | 432 line_error (_("[unexpected] no html tag to pop")); in pop_tag() 764 line_error (_("[unexpected] invalid node name: `%s'"), nodename); in nodename_to_filename_1()
|
| D | macro.c | 401 line_error (_("Macro `%s' called on line %d with too many args"), in expand_macro() 624 line_error (_("@quote-arg only useful for single-argument macros")); in define_macro()
|