Home
last modified time | relevance | path

Searched refs:bytebuf (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/tic/
H A Dtic_read.c131 unsigned char bytebuf[2]; local
188 read(fd, (char *)bytebuf, 2);
189 if (bytebuf[1] == 0377) {
190 if (bytebuf[0] == 0376) /* -2 == cancelled */
192 else if (bytebuf[0] == 0377)
196 UN[i] = bytebuf[0] + 256 * bytebuf[1];
198 UN[i] = bytebuf[0] + 256 * bytebuf[1];
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c132 unsigned char ch, bytebuf[2]; local