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

/illumos-gate/usr/src/uts/common/io/
H A Dldterm.c5032 int i, ung; local
5049 ung = 1; /* number of bytes to un-get from buffer */
5056 ++ung;
5060 * Now, "ung" is the number of bytes to unget from the buffer
5069 if (ung >= LDTERM_CS_MAX_BYTE_LENGTH) {
5072 j = len = ung;
5074 for (i = 0; i < ung; i++) { /* remove from buf */

Completed in 51 milliseconds