Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Dtextbox.c334 long val_to_tabize; in back_lines() local
357 val_to_tabize = fpos - obj->fd_bytes_read; in back_lines()
360 val_to_tabize = BUF_SIZE / 2; in back_lines()
364 obj->in_buf = tabize(obj, val_to_tabize, (long *) 0); in back_lines()
391 val_to_tabize = fpos - obj->fd_bytes_read; in back_lines()
394 val_to_tabize = BUF_SIZE / 2; in back_lines()
398 obj->in_buf = tabize(obj, val_to_tabize, (long *) 0); in back_lines()