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

/haiku/src/add-ons/kernel/generic/tty/
H A Dtty.cpp1125 size_t echoBytes = 0; local
1127 process_output_char(source, c, echoBuffer, &echoBytes, true);
1128 if (echoBytes > bytesNeeded)
1129 bytesNeeded = echoBytes;
1162 for (size_t i = 0; i < echoBytes; i++)

Completed in 108 milliseconds