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

/freebsd-9.3-release/contrib/texinfo/makeinfo/
H A Dmacro.h25 extern char *macro_expansion_filename;
H A Dmakeinfo.c659 macro_expansion_filename = optarg;
1606 if (macro_expansion_filename
1607 && strcmp (macro_expansion_filename, "-") == 0)
1709 && strcmp (macro_expansion_filename, "-") != 0
1710 && FILENAME_CMP (macro_expansion_filename, NULL_DEVICE) != 0
1711 && FILENAME_CMP (macro_expansion_filename, ALSO_NULL_DEVICE) != 0)
1715 progname, macro_expansion_filename);
1716 if (unlink (macro_expansion_filename) < 0)
1717 perror (macro_expansion_filename);
H A Dmacro.c34 char *macro_expansion_filename; variable

Completed in 33 milliseconds