Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dparse.c525 ParseVErrorInternal(FILE *f, bool useVars, const GNode *gn, in ParseVErrorInternal() function
561 ParseVErrorInternal(stderr, false, gn, level, fmt, ap); in ParseErrorInternal()
566 ParseVErrorInternal(opts.debug_file, false, gn, in ParseErrorInternal()
587 ParseVErrorInternal(stderr, true, NULL, level, fmt, ap); in Parse_Error()
592 ParseVErrorInternal(opts.debug_file, true, NULL, in Parse_Error()
H A DChangeLog2661 o parse.c: ParseVErrorInternal use .PARSEDIR
2669 o parse.c: ParseVErrorInternal use .CURDIR if .PARSEDIR
4685 pick up fix for extra va_end() in ParseVErrorInternal.