OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetNames
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
parse.c
1126
StringList
targetNames
= LST_INIT;
1129
SearchPath_Expand(emptyPath, targetName, &
targetNames
);
1132
while (!Lst_IsEmpty(&
targetNames
)) {
1133
char *targName = Lst_Dequeue(&
targetNames
);
parse.c
1126
StringList
targetNames
= LST_INIT;
1129
SearchPath_Expand(emptyPath, targetName, &
targetNames
);
1132
while (!Lst_IsEmpty(&
targetNames
)) {
1133
char *targName = Lst_Dequeue(&
targetNames
);
Completed in 28 milliseconds
Indexes created Sat Sep 27 14:09:57 GMT 2025