Home
last modified time | relevance | path

Searched refs:COMMAND_PREFIX (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dsectioning.c160 if (text[0] == COMMAND_PREFIX) in search_sectioning()
187 if (text[j] != COMMAND_PREFIX) in what_section()
331 temp[0] = COMMAND_PREFIX; in sectioning_underscore()
624 COMMAND_PREFIX, command, COMMAND_PREFIX, command + 1); in cm_ideprecated()
640 COMMAND_PREFIX); in cm_top()
647 _("Here is the %ctop node"), COMMAND_PREFIX); in cm_top()
664 COMMAND_PREFIX, COMMAND_PREFIX, top_name); in cm_top()
Dfootnote.c82 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_footnotestyle()
151 COMMAND_PREFIX, command, marker); in cm_footnote()
314 COMMAND_PREFIX, current_node, current_node); in output_pending_notes()
371 COMMAND_PREFIX, current_node, footnote->number, in output_pending_notes()
Dinsertion.c409 sprintf (discarder, "\n%cend %s", COMMAND_PREFIX, command); in command_name_condition()
632 insertion_type_pname (type), COMMAND_PREFIX); in begin_insertion()
719 line_error (_("%cfloat environments cannot be nested"), COMMAND_PREFIX); in begin_insertion()
1337 _("No matching `%cend %s'"), COMMAND_PREFIX, in discard_insertions()
1666 else if (find_end_verbatim && (character == COMMAND_PREFIX) /* @ */ in handle_verbatim_environment()
2063 line_error (_("Unmatched `%c%s'"), COMMAND_PREFIX, command); in cm_end()
2068 line_error (_("`%c%s' needs something after it"), COMMAND_PREFIX, command); in cm_end()
2209 if (*item_func == COMMAND_PREFIX in cm_item()
2268 execute_string ("%cfindex %s\n", COMMAND_PREFIX, rest_of_line); in cm_item()
2271 execute_string ("%cvindex %s\n", COMMAND_PREFIX, rest_of_line); in cm_item()
[all …]
Dmacro.c586 _("%cend macro not found"), COMMAND_PREFIX); in define_macro()
593 if ((*line == COMMAND_PREFIX) && (depth == 1) && in define_macro()
607 if ((*line == COMMAND_PREFIX) && (depth == 1) && in define_macro()
627 if (*line == COMMAND_PREFIX in define_macro()
635 if (*line == COMMAND_PREFIX && strncmp (line + 1, "end macro", 9) == 0) in define_macro()
640 if (*line == COMMAND_PREFIX && strncmp (line + 1, "end rmacro", 10) == 0) in define_macro()
860 for (i = input_text_offset; i && (input_text[i] != COMMAND_PREFIX); i--) in me_append_before_this_command()
Dmakeinfo.c98 { 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()
3738 line_error (_("%c%s requires a name"), COMMAND_PREFIX, command); in handle_variable_internal()
3813 if (*line == COMMAND_PREFIX && in handle_variable_internal()
4002 COMMAND_PREFIX,
Ddefun.c125 if (*scan_string == COMMAND_PREFIX) in args_from_string()
215 if (c == COMMAND_PREFIX) in args_from_string()
Dcmds.c1306 warning (_("%c%s is obsolete"), COMMAND_PREFIX, command); in cm_obsolete()
1699 printf ("%c%s `%s'\n", COMMAND_PREFIX, command, filename); in handle_include()
1709 line_error ("%c%s `%s': %s", COMMAND_PREFIX, command, filename, in handle_include()
1764 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_paragraphindent()
1820 line_error (_("Bad argument to %c%s"), COMMAND_PREFIX, command); in cm_firstparagraphindent()
Dlang.c1010 COMMAND_PREFIX, command, output_paragraph[start]); in cm_dotless()
1014 COMMAND_PREFIX, command); in cm_dotless()
Dxml.c1412 if (*item_function == COMMAND_PREFIX in xml_begin_table()
1424 (*item_function == COMMAND_PREFIX) ? in xml_begin_table()
1949 execute_string ("%cxref{%s}", COMMAND_PREFIX, xstrdup (node)); in xml_insert_indexentry()
2162 else if (defun_arg[0] == COMMAND_PREFIX || just_after_paramtype) in xml_process_defun_args()
Dnode.c213 if (strchr (tag->node, COMMAND_PREFIX)) in find_node()
717 node, COMMAND_PREFIX, polite_section_name); in cm_node()
880 COMMAND_PREFIX, command); in cm_node()
1256 if (strchr (ref_list->node, COMMAND_PREFIX)) in find_node_reference()
Dmakeinfo.h283 #define COMMAND_PREFIX '@' macro
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.468782 * makeinfo/makeinfo.c (whole file): Use COMMAND_PREFIX instead of