Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/bmake/
HDvar.c3601 Boolean eqFound; in ApplyModifiers() local
3604 eqFound = FALSE; in ApplyModifiers()
3614 eqFound = TRUE; in ApplyModifiers()
3624 if (*cp == endc && eqFound) { in ApplyModifiers()