current_digits 127 src/include/private/libteletone_detect.h int current_digits; current_digits 368 src/libteletone_detect.c if (dtmf_detect_state->current_digits < TELETONE_MAX_DTMF_DIGITS) { current_digits 369 src/libteletone_detect.c dtmf_detect_state->digits[dtmf_detect_state->current_digits++] = hit; current_digits 370 src/libteletone_detect.c dtmf_detect_state->digits[dtmf_detect_state->current_digits] = '\0'; current_digits 404 src/libteletone_detect.c teletone_assert(dtmf_detect_state->current_digits <= TELETONE_MAX_DTMF_DIGITS); current_digits 406 src/libteletone_detect.c if (max > dtmf_detect_state->current_digits) { current_digits 407 src/libteletone_detect.c max = dtmf_detect_state->current_digits; current_digits 411 src/libteletone_detect.c memmove (dtmf_detect_state->digits, dtmf_detect_state->digits + max, dtmf_detect_state->current_digits - max); current_digits 412 src/libteletone_detect.c dtmf_detect_state->current_digits -= max;