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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.refresh.c46 static int rprompt_h, rprompt_v; variable
341 rprompt_h = vcursor_h;
365 rhdiff = TermH - vcursor_h - rprompt_h;
366 if (rprompt_h != 0 && rprompt_v == 0 && vcursor_v == 0 && rhdiff > 1) {
377 rprompt_h = 0; /* flag "not using rprompt" */
1248 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) {

Completed in 61 milliseconds