Searched refs:buffCount (Results 1 – 2 of 2) sorted by relevance
41 static int buffCount; variable337 if (buffCount) { in ServicePrompt()339 inputBuffer[--buffCount] = 0; in ServicePrompt()344 if (buffCount < MAX_INPUT_SIZE - 1) { in ServicePrompt()345 inputBuffer[buffCount++] = p_char; in ServicePrompt()352 buffCount = 0; in ServicePrompt()377 buffCount = 0; in Bootloader()
40 static int buffCount; variable317 if (buffCount) { in ServicePrompt()319 inputBuffer[--buffCount] = 0; in ServicePrompt()324 if (buffCount < MAX_INPUT_SIZE - 1) { in ServicePrompt()325 inputBuffer[buffCount++] = p_char; in ServicePrompt()332 buffCount = 0; in ServicePrompt()356 buffCount = 0; in Bootloader()