Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bmake/
HDparse.c482 PrintLocation(FILE *f, bool useVars, const GNode *gn) in PrintLocation() argument
499 if (!useVars || fname[0] == '/' || strcmp(fname, "(stdin)") == 0) { in PrintLocation()
521 ParseVErrorInternal(FILE *f, bool useVars, const GNode *gn, in ParseVErrorInternal() argument
528 PrintLocation(f, useVars, gn); in ParseVErrorInternal()