| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | sectioning.c | 162 if (text[0] == COMMAND_PREFIX) in search_sectioning() 189 if (text[j] != COMMAND_PREFIX) in what_section() 332 temp[0] = COMMAND_PREFIX; in sectioning_underscore() 625 COMMAND_PREFIX, command, COMMAND_PREFIX, command + 1); in cm_ideprecated() 641 COMMAND_PREFIX); in cm_top() 648 _("Here is the %ctop node"), COMMAND_PREFIX); in cm_top() 665 COMMAND_PREFIX, COMMAND_PREFIX, top_name); in cm_top()
|
| H A D | insertion.c | 411 sprintf (discarder, "\n%cend %s", COMMAND_PREFIX, command); in command_name_condition() 634 insertion_type_pname (type), COMMAND_PREFIX); in begin_insertion() 721 line_error (_("%cfloat environments cannot be nested"), COMMAND_PREFIX); in begin_insertion() 1339 _("No matching `%cend %s'"), COMMAND_PREFIX, in discard_insertions() 1668 else if (find_end_verbatim && (character == COMMAND_PREFIX) /* @ */ in handle_verbatim_environment() 2065 line_error (_("Unmatched `%c%s'"), COMMAND_PREFIX, command); in cm_end() 2070 line_error (_("`%c%s' needs something after it"), COMMAND_PREFIX, command); in cm_end() 2211 if (*item_func == COMMAND_PREFIX in cm_item() 2270 execute_string ("%cfindex %s\n", COMMAND_PREFIX, rest_of_line); in cm_item() 2273 execute_string ("%cvindex %s\n", COMMAND_PREFIX, rest_of_line); in cm_item() [all …]
|
| H A D | footnote.c | 84 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_footnotestyle() 153 COMMAND_PREFIX, command, marker); in cm_footnote() 316 COMMAND_PREFIX, current_node, current_node); in output_pending_notes() 373 COMMAND_PREFIX, current_node, footnote->number, in output_pending_notes()
|
| H A D | macro.c | 588 _("%cend macro not found"), COMMAND_PREFIX); in define_macro() 595 if ((*line == COMMAND_PREFIX) && (depth == 1) && in define_macro() 609 if ((*line == COMMAND_PREFIX) && (depth == 1) && in define_macro() 629 if (*line == COMMAND_PREFIX in define_macro() 637 if (*line == COMMAND_PREFIX && strncmp (line + 1, "end macro", 9) == 0) in define_macro() 642 if (*line == COMMAND_PREFIX && strncmp (line + 1, "end rmacro", 10) == 0) in define_macro() 862 for (i = input_text_offset; i && (input_text[i] != COMMAND_PREFIX); i--) in me_append_before_this_command()
|
| H A D | makeinfo.c | 100 { COMMAND_PREFIX, 1000 sprintf (end_block, "\n%cend ", COMMAND_PREFIX); in discard_until() 1003 COMMAND_PREFIX, command); in discard_until() 1068 memchr (input_text + from, COMMAND_PREFIX, raw_len) == 0) in replace_with_expansion() 2251 case COMMAND_PREFIX: /* @ */ in reader_loop() 2319 line_error (_("%c%s expected braces"), COMMAND_PREFIX, command); in remember_brace() 2401 _("%c%s missing close brace"), COMMAND_PREFIX, in discard_braces() 3733 line_error (_("%c%s requires a name"), COMMAND_PREFIX, command); in handle_variable_internal() 3808 if (*line == COMMAND_PREFIX && in handle_variable_internal() 3997 COMMAND_PREFIX,
|
| H A D | cmds.c | 1307 warning (_("%c%s is obsolete"), COMMAND_PREFIX, command); in cm_obsolete() 1700 printf ("%c%s `%s'\n", COMMAND_PREFIX, command, filename); in handle_include() 1710 line_error ("%c%s `%s': %s", COMMAND_PREFIX, command, filename, in handle_include() 1765 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_paragraphindent() 1821 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_firstparagraphindent()
|
| H A D | defun.c | 127 if (*scan_string == COMMAND_PREFIX) in args_from_string() 217 if (c == COMMAND_PREFIX) in args_from_string()
|
| H A D | lang.c | 1012 COMMAND_PREFIX, command, output_paragraph[start]); in cm_dotless() 1016 COMMAND_PREFIX, command); in cm_dotless()
|
| H A D | node.c | 215 if (strchr (tag->node, COMMAND_PREFIX)) in find_node() 719 node, COMMAND_PREFIX, polite_section_name); in cm_node() 882 COMMAND_PREFIX, command); in cm_node() 1258 if (strchr (ref_list->node, COMMAND_PREFIX)) in find_node_reference()
|
| H A D | xml.c | 1409 if (*item_function == COMMAND_PREFIX in xml_begin_table() 1421 (*item_function == COMMAND_PREFIX) ? in xml_begin_table() 1945 execute_string ("%cxref{%s}", COMMAND_PREFIX, xstrdup (node)); in xml_insert_indexentry() 2158 else if (defun_arg[0] == COMMAND_PREFIX || just_after_paramtype) in xml_process_defun_args()
|
| H A D | makeinfo.h | 289 #define COMMAND_PREFIX '@' macro
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog.46 | 8782 * makeinfo/makeinfo.c (whole file): Use COMMAND_PREFIX instead of
|