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

/freebsd-13-stable/contrib/tcsh/
H A Ded.refresh.c42 static int rprompt_h, rprompt_v; variable
367 rprompt_h = vcursor_h;
391 rhdiff = TermH - vcursor_h - rprompt_h;
392 if (rprompt_h != 0 && rprompt_v == 0 && vcursor_v == 0 && rhdiff > 1) {
403 rprompt_h = 0; /* flag "not using rprompt" */
1274 if (rprompt_h != 0 && (TermH - CursorH - rprompt_h < 3)) {

Completed in 99 milliseconds