Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dtroff.h54 extern search_path *mac_path;
H A Dinput.cpp127 search_path *mac_path = &safer_macro_path; variable
7054 FILE *fp = mac_path->open_file(s1, path); in open_mac_file()
7060 fp = mac_path->open_file(s2, path); in open_mac_file()
7082 search_path *orig_mac_path = mac_path; in process_startup_file()
7083 mac_path = &config_macro_path; in process_startup_file()
7084 FILE *fp = mac_path->open_file(filename, &path); in process_startup_file()
7091 mac_path = orig_mac_path; in process_startup_file()
7103 FILE *fp = mac_path->open_file(nm.contents(), &path); in macro_source()
7113 fp = mac_path->open_file(s, &path); in macro_source()
7122 fp = mac_path->open_file(s, &path); in macro_source()
[all …]
H A Denv.cpp3677 FILE *fp = mac_path->open_file(name, &path); in read_patterns_file()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog.1171737 * src/roff/troff/troff.h: Add `searchpath.h' and `mac_path'.
1738 * src/roff/troff/input.cc: Use `mac_path', initialized with
1740 (process_startup_file): Set `mac_path' to `safer_macro_path'.
1741 * src/roff/troff/env.cc: Use `mac_path'.