Home
last modified time | relevance | path

Searched refs:useVars (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bmake/
H A Dparse.c486 PrintLocation(FILE *f, bool useVars, const GNode *gn) in PrintLocation() argument
503 if (!useVars || fname[0] == '/' || strcmp(fname, "(stdin)") == 0) { in PrintLocation()
525 ParseVErrorInternal(FILE *f, bool useVars, const GNode *gn, in ParseVErrorInternal() argument
532 PrintLocation(f, useVars, gn); in ParseVErrorInternal()