Home
last modified time | relevance | path

Searched refs:fd_bytes_read (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/dialog/
H A Dtextbox.c41 long fd_bytes_read; member
145 for (j = 0; j < obj->fd_bytes_read; j++) in read_high()
177 obj->bytes_read = obj->fd_bytes_read; in read_high()
182 while (j < obj->fd_bytes_read) in read_high()
232 lseek_set(obj, fpos - obj->fd_bytes_read); in tabize()
371 if (fpos > obj->fd_bytes_read) { in back_lines()
376 val_to_tabize = fpos - obj->fd_bytes_read; in back_lines()
470 fpos - obj->fd_bytes_read + size, in print_position()
471 fpos - obj->fd_bytes_read + size, in print_position()
610 fpos = ftell_obj(obj) - obj->fd_bytes_read; in perform_search()
[all …]