Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/groff/dist/src/preproc/soelim/
H A Dsoelim.cpp37 static search_path include_search_path(0, 0, 0, 1); variable
74 include_search_path.command_line_dir(optarg); in main()
160 FILE *fp = include_search_path.open_file_cautious(filename, in do_file()
/netbsd-src/external/gpl2/groff/dist/src/devices/grops/
H A Dps.h131 extern search_path include_search_path;
H A Dps.cpp48 search_path include_search_path(0, 0, 0, 1); variable
1823 include_search_path.command_line_dir(optarg); in main()
H A Dpsrm.cpp365 fp = include_search_path.open_file_cautious(r->filename); in supply_resource()
/netbsd-src/external/gpl2/groff/dist/src/roff/troff/
H A Dnode.h678 extern search_path include_search_path;
H A Dinput.cpp130 search_path include_search_path(0, 0, 0, 1); variable
765 FILE *fp = include_search_path.open_file_cautious(nm.contents()); in next_file()
5698 FILE *fp = include_search_path.open_file_cautious(nm.contents()); in source()
5937 FILE *fp = include_search_path.open_file_cautious(nm.contents(), in ps_bbox_request()
6952 FILE *fp = include_search_path.open_file_cautious(filename.contents()); in transparent_file()
7146 fp = include_search_path.open_file_cautious(name); in process_input_file()
7305 include_search_path.command_line_dir(optarg); in main()
H A Dnode.cpp1518 FILE *ifp = include_search_path.open_file_cautious(filename); in really_copy_file()
/netbsd-src/external/gpl2/groff/dist/
H A DChangeLog3026 Open resource file with `include_search_path.open_file_cautious'.
3035 (include_search_path): New global variable.
3037 (main): Use `include_search_path.command_line_dir' to handle `-I'.
3039 `include_search_path.open_file_cautious'.
3047 * src/roff/troff/input.cpp (include_search_path): New global
3051 `include_search_path.open_file_cautious'.
3054 Use new `include_search_path.open_file_cautious'.
3055 * src/roff/troff/node.h: New extern symbol `include_search_path'.