Lines Matching refs:shcnt
42 ptrdiff_t shlim, shcnt;
54 #define shcnt(f) ((f)->shcnt + ((f)->rpos - (f)->buf))
88 f->shcnt = f->buf - f->rpos;
99 ptrdiff_t cnt = shcnt(f);
101 f->shcnt = f->buf - f->rpos + cnt;
110 f->shcnt = f->buf - f->rpos + cnt;
751 pos += shcnt(f);
767 pos += shcnt(f);
842 pos += shcnt(f);
888 if (!shcnt(f)) goto match_fail;
889 if (t == 'c' && shcnt(f) != width) goto match_fail;
910 if (!shcnt(f))
922 if (!shcnt(f))
940 pos += shcnt(f);