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

/freebsd-11-stable/contrib/less/
H A Dttyin.c33 public int rstat_file = -1; variable
164 if (rstat_file < 0)
166 lseek(rstat_file, SEEK_SET, 0);
167 write(rstat_file, &st, 1);
H A Doptfunc.c73 extern int rstat_file;
974 rstat_file = open(s, O_WRONLY|O_CREAT, 0664);
975 if (rstat_file < 0)

Completed in 115 milliseconds