OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:p_make
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.bin/make/
meta.c
312
static const char *
p_make
= NULL;
local in function:is_submake
318
if (
p_make
== NULL) {
319
p_make
= Var_Value(gn, ".MAKE").str;
320
p_len = strlen(
p_make
);
327
cp2 = strstr(cmd,
p_make
);
meta.c
312
static const char *
p_make
= NULL;
local in function:is_submake
318
if (
p_make
== NULL) {
319
p_make
= Var_Value(gn, ".MAKE").str;
320
p_len = strlen(
p_make
);
327
cp2 = strstr(cmd,
p_make
);
Completed in 24 milliseconds
Indexes created Sun Sep 28 12:09:53 GMT 2025