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

/freebsd-9.3-release/usr.bin/make/
H A Dvar.c1595 Boolean eqFound; local
1608 eqFound = FALSE;
1613 eqFound = TRUE;
1623 if (*cp == endc && eqFound) {
/freebsd-9.3-release/contrib/bmake/
H A Dvar.c3489 Boolean eqFound; local
3492 eqFound = FALSE;
3502 eqFound = TRUE;
3512 if (*cp == endc && eqFound) {

Completed in 124 milliseconds