OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mac_path
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl2/groff/dist/src/roff/troff/
troff.h
54
extern search_path *
mac_path
;
troff.h
54
extern search_path *
mac_path
;
env.cpp
3677
FILE *fp =
mac_path
->open_file(name, &path);
env.cpp
3677
FILE *fp =
mac_path
->open_file(name, &path);
input.cpp
127
search_path *
mac_path
= &safer_macro_path;
variable
7054
FILE *fp =
mac_path
->open_file(s1, path);
7060
fp =
mac_path
->open_file(s2, path);
7082
search_path *orig_mac_path =
mac_path
;
7083
mac_path
= &config_macro_path;
7084
FILE *fp =
mac_path
->open_file(filename, &path);
7091
mac_path
= orig_mac_path;
7103
FILE *fp =
mac_path
->open_file(nm.contents(), &path);
7113
fp =
mac_path
->open_file(s, &path);
7122
fp =
mac_path
->open_file(s, &path)
[
all
...]
input.cpp
127
search_path *
mac_path
= &safer_macro_path;
variable
7054
FILE *fp =
mac_path
->open_file(s1, path);
7060
fp =
mac_path
->open_file(s2, path);
7082
search_path *orig_mac_path =
mac_path
;
7083
mac_path
= &config_macro_path;
7084
FILE *fp =
mac_path
->open_file(filename, &path);
7091
mac_path
= orig_mac_path;
7103
FILE *fp =
mac_path
->open_file(nm.contents(), &path);
7113
fp =
mac_path
->open_file(s, &path);
7122
fp =
mac_path
->open_file(s, &path)
[
all
...]
Completed in 55 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026