Home
last modified time | relevance | path

Searched refs:CH_CANSEEK (Results 1 – 5 of 5) sorted by relevance

/freebsd-9-stable/contrib/less/
Dch.c208 if ((autobuf && !(ch_flags & CH_CANSEEK)) || in ch_get()
239 if (!(ch_flags & CH_CANSEEK)) in ch_get()
493 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block))
525 if (ch_flags & CH_CANSEEK) in ch_end_seek()
552 if (thisfile == NULL || (ch_flags & CH_CANSEEK)) in ch_end_buffer_seek()
666 if (!(ch_flags & CH_CANSEEK) && !buffered(ch_block-1)) in ch_back_get()
703 if (!(ch_flags & CH_CANSEEK)) in ch_flush()
743 ch_flags &= ~CH_CANSEEK; in ch_flush()
881 if ((flags & CH_CANSEEK) && !seekable(f))
882 ch_flags &= ~CH_CANSEEK;
[all …]
Dedit.c360 chflags |= CH_CANSEEK;
741 if (ch_getflags() & CH_CANSEEK)
Dless.h505 #define CH_CANSEEK 001 macro
Doptfunc.c95 if (ch_getflags() & CH_CANSEEK)
Dcommand.c639 if (!(ch_getflags() & CH_CANSEEK)) in clear_buffers()