OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sysIncPath
(Results
1 - 4
of
4
) sorted by relevancy
/src/usr.bin/make/
main.c
449
(void)SearchPath_Add(
sysIncPath
, found_path);
452
(void)SearchPath_Add(
sysIncPath
, argvalue);
1180
Lst_IsEmpty(&
sysIncPath
->dirs) ? defSysIncPath :
sysIncPath
,
1474
if (Lst_IsEmpty(&
sysIncPath
->dirs))
1475
SearchPath_AddAll(
sysIncPath
, defSysIncPath);
1675
SearchPath *sysInc = Lst_IsEmpty(&
sysIncPath
->dirs)
1676
? defSysIncPath :
sysIncPath
;
parse.c
246
SearchPath *
sysIncPath
; /* directories for <...> includes */
247
SearchPath *defSysIncPath; /* default for
sysIncPath
*/
999
Lst_Append(*inout_paths,
sysIncPath
);
1294
* System includes are looked up in
sysIncPath
, any other includes are looked
1311
SearchPath *path = Lst_IsEmpty(&
sysIncPath
->dirs)
1312
? defSysIncPath :
sysIncPath
;
2995
sysIncPath
= SearchPath_New();
3011
SearchPath_Free(
sysIncPath
);
dir.c
579
SearchPath *path = Lst_IsEmpty(&
sysIncPath
->dirs)
580
? defSysIncPath :
sysIncPath
;
make.h
619
extern SearchPath *
sysIncPath
;
620
/* The default for
sysIncPath
. */
Completed in 16 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025