Search | Google it | Results 1 - 1 of 1 for funcall:INPTRMASK (0.00 seconds) |
208: ptr = p->in_wptr; 209: nptr = INPTRMASK(p, ptr + 1); 210: 245: c = p->in_buf[ptr]; 246: p->in_rptr = INPTRMASK(p, ptr + 1); 247: 248: /* Event occurs when the input buffer is not full */ 249: if (ptr == INPTRMASK(p, p->in_wptr + 1)) { 250: tk_set_flg(p->flg, FLG_IN_EVT);