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

/freebsd-10.0-release/contrib/less/
H A Dch.c76 #define ch_fsize thisfile->fsize macro
296 * If we have read to end of file, set ch_fsize to indicate
301 ch_fsize = pos;
398 if (!tried && ch_fsize == NULL_POSITION)
523 ch_fsize = filesize(ch_file);
586 return (ch_fsize);
680 ch_fsize = NULL_POSITION;
695 ch_fsize = filesize(ch_file);
711 if (ch_fsize == 0)
713 ch_fsize
[all...]

Completed in 110 milliseconds