HomeSort by: relevance | last modified time | path
    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