Searched refs:rpos (Results 1 – 2 of 2) sorted by relevance
7 f->rpos = wcs; in shinit_wcstring()13 if (f->rpos >= f->rend) { in shgetc()17 wchar_t wc = *f->rpos++; in shgetc()25 } else if (f->rpos > f->rstart) { in shunget()26 f->rpos--; in shunget()31 int off = f->rpos - f->rstart; in shlim()33 f->rpos = f->rstart + lim; in shlim()38 return (off_t)(f->rpos - f->rstart); in shcnt()
17 const wchar_t *rstart, *rpos, *rend; member