HomeSort by: relevance | last modified time | path
    Searched refs:ch_fsize (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
ch.c 79 #define ch_fsize thisfile->fsize macro
276 ch_fsize = pos;
312 ch_fsize = pos;
384 if (!tried && ch_fsize == NULL_POSITION)
506 ch_fsize = filesize(ch_file);
592 return (ch_fsize);
681 ch_fsize = NULL_POSITION;
696 ch_fsize = filesize(ch_file);
712 if (ch_fsize == 0)
719 ch_fsize = NULL_POSITION
    [all...]
  /src/distrib/utils/more/
ch.c 91 static off_t ch_fsize; variable
193 ch_fsize = pos;
339 return(ch_fsize);
424 ch_fsize = NULL_POSITION;

Completed in 24 milliseconds