OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:defSysIncPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
main.c
1132
* Add the directories from the colon-separated syspath to
defSysIncPath
.
1161
(void)SearchPath_Add(
defSysIncPath
, dir);
1165
(void)SearchPath_Add(
defSysIncPath
, start);
1180
Lst_IsEmpty(&sysIncPath->dirs) ?
defSysIncPath
: sysIncPath,
1475
SearchPath_AddAll(sysIncPath,
defSysIncPath
);
1676
?
defSysIncPath
: sysIncPath;
parse.c
247
SearchPath *
defSysIncPath
; /* default for sysIncPath */
1312
?
defSysIncPath
: sysIncPath;
2996
defSysIncPath
= SearchPath_New();
3010
SearchPath_Free(
defSysIncPath
);
make.h
621
extern SearchPath *
defSysIncPath
;
dir.c
580
?
defSysIncPath
: sysIncPath;
Completed in 30 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025