Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/tic/
H A Dtic_read.c137 unsigned char bytebuf[2]; in read_entry() local
194 read(fd, (char *)bytebuf, 2); in read_entry()
195 if (bytebuf[1] == 0377) { in read_entry()
196 if (bytebuf[0] == 0376) /* -2 == cancelled */ in read_entry()
198 else if (bytebuf[0] == 0377) in read_entry()
202 UN[i] = bytebuf[0] + 256 * bytebuf[1]; in read_entry()
204 UN[i] = bytebuf[0] + 256 * bytebuf[1]; in read_entry()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dsetup.c130 unsigned char ch, bytebuf[2]; local