Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/less/
HDch.c209 if ((autobuf && !(ch_flags & CH_CANSEEK)) || in ch_get()
241 if (!(ch_flags & CH_CANSEEK)) in ch_get()
481 if (!(ch_flags & CH_CANSEEK) && pos != ch_fpos && !buffered(new_block)) in ch_seek()
512 if (ch_flags & CH_CANSEEK) in ch_end_seek()
538 if (thisfile == NULL || (ch_flags & CH_CANSEEK)) in ch_end_buffer_seek()
647 if (!(ch_flags & CH_CANSEEK) && !buffered(ch_block-1)) in ch_back_get()
682 if (!(ch_flags & CH_CANSEEK)) in ch_flush()
710 ch_flags &= ~CH_CANSEEK; in ch_flush()
841 if ((flags & CH_CANSEEK) && !seekable(f)) in ch_init()
842 ch_flags &= ~CH_CANSEEK; in ch_init()
[all …]
HDedit.c546 chflags |= CH_CANSEEK; in edit_ifile()
934 if (ch_getflags() & CH_CANSEEK) in use_logfile()
HDoption.c541 if (ch_getflags() & CH_CANSEEK) in opt_toggle_disallowed()
HDless.h599 #define CH_CANSEEK 001 macro
HDoptfunc.c126 if (ch_getflags() & CH_CANSEEK) in opt_o()
HDcommand.c779 if (!(ch_getflags() & CH_CANSEEK)) in clear_buffers()