Searched refs:ch_fpos (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/less/
H A Dch.c75 #define ch_fpos thisfile->fpos macro
232 if (pos != ch_fpos)
247 ch_fpos = pos;
262 bp->data[bp->datasize] = helpdata[ch_fpos];
292 ch_fpos += n;
423 nblocks = (ch_fpos + LBUFSIZE - 1) / LBUFSIZE;
488 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block))
490 if (ch_fpos > pos)
492 while (ch_fpos < pos)
724 ch_fpos
[all...]

Completed in 106 milliseconds