Lines Matching full:rnleft
836 #define shf_getc(shf) ((shf)->rnleft > 0 ? \837 (shf)->rnleft--, *(shf)->rp++ : \866 #define SHF_READING 0x2000 /* currently reading: rnleft,rp valid */877 int rnleft; /* read: how much data left in buffer */