OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:eoa
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
make.c
1267
char *
eoa
= strchr(gn->name, '(');
local in function:Make_ExpandUse
1269
if (
eoa
== NULL || eon == NULL)
1271
*
eoa
= '\0';
1273
Var_Set(gn, MEMBER,
eoa
+ 1);
1275
*
eoa
= '(';
Completed in 13 milliseconds
Indexes created Fri Oct 17 03:10:13 GMT 2025