OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:meta_prefix
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
meta.c
767
static char *
meta_prefix
= NULL;
local in function:meta_job_output
770
if (
meta_prefix
== NULL) {
771
meta_prefix
= Var_Subst("${" MAKE_META_PREFIX "}",
774
meta_prefix_len = strcspn(
meta_prefix
, "$");
776
if (strncmp(cp,
meta_prefix
, meta_prefix_len) == 0) {
Completed in 14 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025