Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/texinfo/makeinfo/
H A Dmacro.c455 define_macro (char *mactype, int recursive) in define_macro() argument
659 if (!STREQ (last_end, mactype)) in define_macro()
660 warning (_("mismatched @end %s with @%s"), last_end, mactype); in define_macro()
696 write_region_to_macro_output (mactype, 0, strlen (mactype)); in define_macro()