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

/freebsd-9.3-release/contrib/dialog/
H A Dtextbox.c53 lseek_obj(MY_OBJ * obj, long offset, int mode) function
75 return lseek_obj(obj, 0L, SEEK_CUR);
200 lseek_obj(obj, fpos - obj->fd_bytes_read, SEEK_SET);
227 lseek_obj(obj, fpos, SEEK_SET);
312 lseek_obj(obj, 0L, SEEK_SET);
315 lseek_obj(obj, -(BUF_SIZE / 2 + obj->fd_bytes_read), SEEK_CUR);
343 lseek_obj(obj, 0L, SEEK_SET);
346 lseek_obj(obj, -(BUF_SIZE / 2 + obj->fd_bytes_read), SEEK_CUR);
600 lseek_obj(obj, fpos, SEEK_SET);
696 obj.file_size = lseek_obj(
[all...]

Completed in 188 milliseconds