Searched refs:p_make (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/usr.bin/make/
H A Dmeta.c311 static const char *p_make = NULL; local
317 if (p_make == NULL) {
318 p_make = Var_Value(gn, ".MAKE").str;
319 p_len = strlen(p_make);
326 cp2 = strstr(cmd, p_make);

Completed in 192 milliseconds