Home
last modified time | relevance | path

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

/src/contrib/less/
H A Dch.c70 #define ch_fsize thisfile->fsize macro
325 ch_fsize = pos; in ch_get()
406 if (!tried && ch_fsize == NULL_POSITION) in end_logfile()
532 ch_fsize = filesize(ch_file); in ch_end_seek()
618 return (ch_fsize); in ch_length()
632 ch_fsize = fsize; in ch_resize()
721 ch_fsize = NULL_POSITION; in ch_flush()
742 ch_fsize = NULL_POSITION; in ch_flush()
746 ch_fsize = (ch_flags & CH_HELPFILE) ? size_helpdata : filesize(ch_file); in ch_flush()
841 if (ch_fsize != NULL_POSITION && ch_fsize < ch_fpos) in ch_set_eof()
[all …]