Home
last modified time | relevance | path

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

/original-bsd/sys/news3400/bm/
H A Dkb_ctrl.c110 struct clist scode_buf; variable
117 ndflush(&scode_buf, scode_buf.c_cc); in kbd_flush()
128 if (scode_buf.c_cc < CBSIZE)
129 putc(scode, &scode_buf);
151 while ((n = min(scode_buf.c_cc, count)) == 0) {
158 *buf++ = getc(&scode_buf);
165 return (scode_buf.c_cc); in kbd_nread()