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

/freebsd-11-stable/lib/libedit/
H A Drefresh.c203 int i, rhdiff; local
274 rhdiff = el->el_terminal.t_size.h - el->el_refresh.r_cursor.h -
277 !el->el_refresh.r_cursor.v && rhdiff > 1) {
283 while (--rhdiff > 0) /* pad out with spaces */
1115 int rhdiff; local
1123 rhdiff = el->el_terminal.t_size.h - el->el_cursor.h -
1125 if (el->el_rprompt.p_pos.h && rhdiff < 3) {
/freebsd-11-stable/contrib/tcsh/
H A Ded.refresh.c353 int rhdiff; local
391 rhdiff = TermH - vcursor_h - rprompt_h;
392 if (rprompt_h != 0 && rprompt_v == 0 && vcursor_v == 0 && rhdiff > 1) {
398 while (--rhdiff > 0) /* pad out with spaces */

Completed in 111 milliseconds