negatives         157 src/include/private/libteletone_detect.h 		int negatives;
negatives         233 src/libteletone_detect.c 			if(mt->negatives) {
negatives         234 src/libteletone_detect.c 				mt->negatives--;
negatives         243 src/libteletone_detect.c 				mt->positives = mt->negatives = mt->hits = 0;
negatives         246 src/libteletone_detect.c 			mt->negatives++;
negatives         250 src/libteletone_detect.c 			if(mt->negatives > mt->negative_factor) {