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

/freebsd-9.3-release/lib/libedit/
H A Drefresh.c195 int i, rhdiff; local
259 rhdiff = el->el_term.t_size.h - el->el_refresh.r_cursor.h -
262 !el->el_refresh.r_cursor.v && rhdiff > 1) {
268 while (--rhdiff > 0) /* pad out with spaces */
1079 int rhdiff; local
1087 rhdiff = el->el_term.t_size.h - el->el_cursor.h -
1089 if (el->el_rprompt.p_pos.h && rhdiff < 3) {
/freebsd-9.3-release/contrib/tcsh/
H A Ded.refresh.c327 int rhdiff; local
365 rhdiff = TermH - vcursor_h - rprompt_h;
366 if (rprompt_h != 0 && rprompt_v == 0 && vcursor_v == 0 && rhdiff > 1) {
372 while (--rhdiff > 0) /* pad out with spaces */

Completed in 97 milliseconds