OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ch_file
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/less/dist/
ch.c
81
#define
ch_file
thisfile->file
macro
244
if (lseek(
ch_file
, (off_t)pos, SEEK_SET) == BAD_LSEEK)
269
n = iread(
ch_file
, &bp->data[bp->datasize],
506
ch_fsize = filesize(
ch_file
);
696
ch_fsize = filesize(
ch_file
);
715
if (fstatfs(
ch_file
, &st) == 0)
726
if (lseek(
ch_file
, (off_t)0, SEEK_SET) == BAD_LSEEK)
887
close(
ch_file
);
888
ch_file
= -1;
Completed in 24 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026