Searched refs:write_region_to_macro_output (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmacro.h60 extern void write_region_to_macro_output (char *string, int start, int end);
H A Dmacro.c700 write_region_to_macro_output ("@", 0, 1);
701 write_region_to_macro_output (mactype, 0, strlen (mactype));
702 write_region_to_macro_output (" ", 0, 1);
703 write_region_to_macro_output (input_text, start, input_text_offset);
924 write_region_to_macro_output (append_string, 0, strlen (append_string));
954 write_region_to_macro_output (input_text, itext->offset, offset);
975 write_region_to_macro_output (itext->pointer, itext->offset, offset);
981 write_region_to_macro_output (char *string, int start, int end)
976 write_region_to_macro_output (char *string, int start, int end) function
H A Dsectioning.c581 write_region_to_macro_output ("\n", 0, 1);

Completed in 142 milliseconds