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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/morefile/
H A DSearch.c474 Boolean foundMatch; local
476 foundMatch = false; /* default to no match */
658 foundMatch = true;
660 /* foundMatch is false if code jumps to Failed */
665 foundMatch = !foundMatch; /* matches are not, not matches are */
668 if ( foundMatch )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/morefile/
H A DSearch.c474 Boolean foundMatch; local
476 foundMatch = false; /* default to no match */
658 foundMatch = true;
660 /* foundMatch is false if code jumps to Failed */
665 foundMatch = !foundMatch; /* matches are not, not matches are */
668 if ( foundMatch )

Completed in 200 milliseconds