OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defSysIncPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
main.c
1131
* Add the directories from the colon-separated syspath to
defSysIncPath
.
1160
(void)SearchPath_Add(
defSysIncPath
, dir);
1164
(void)SearchPath_Add(
defSysIncPath
, start);
1179
Lst_IsEmpty(&sysIncPath->dirs) ?
defSysIncPath
: sysIncPath,
1480
SearchPath_AddAll(sysIncPath,
defSysIncPath
);
1681
?
defSysIncPath
: sysIncPath;
parse.c
247
SearchPath *
defSysIncPath
; /* default for sysIncPath */
1312
?
defSysIncPath
: sysIncPath;
2955
defSysIncPath
= SearchPath_New();
2969
SearchPath_Free(
defSysIncPath
);
make.h
623
extern SearchPath *
defSysIncPath
;
dir.c
580
?
defSysIncPath
: sysIncPath;
Completed in 22 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026