Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/include/
H A Dmacropath.h24 extern search_path safer_macro_path;
/netbsd-src/external/gpl2/groff/dist/src/libs/libgroff/
H A Dmacropath.cpp31 search_path safer_macro_path(MACROPATH_ENVVAR, MACROPATH, 1, 0); variable
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171588 `safer_macro_path' to -M option.
1734 `safer_macro_path'.
1740 (process_startup_file): Set `mac_path' to `safer_macro_path'.
1743 * src/preproc/eqn/main.cc (main): Use `safer_macro_path'.
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dinput.cpp127 search_path *mac_path = &safer_macro_path;
7320 safer_macro_path.command_line_dir(optarg); in main()