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

/freebsd-13-stable/contrib/tcsh/
H A Ded.refresh.c279 while (vcursor_h + width > TermH)
286 if (vcursor_h >= TermH) {
287 Vdisplay[vcursor_v][TermH] = '\0'; /* assure end of line */
391 rhdiff = TermH - vcursor_h - rprompt_h;
411 reprintf("TermH=%d, vcur_h=%d, vcur_v=%d, Vdisplay[0]=\r\n:%80.80s:\r\n",
412 TermH, vcursor_h, vcursor_v, short2str(Vdisplay[0]));
431 cpy_pad_spaces(Display[cur_line], Vdisplay[cur_line], TermH);
847 * (TermH - 1) else we do the deletes first so that we keep everything we
864 if ((nsb != nfd) && fx > 0 && ((p - old) + fx < TermH)) {
888 str_insert(old, (int) (ofd - old), TermH, nf
[all...]
H A Ded.screen.c426 TermH = Val(T_co);
427 TermV = (INBUFSIZE * 4) / TermH + 1;/*FIXBUF*/
430 b[i] = xmalloc(sizeof(*b[i]) * (TermH + 1));
435 b[i] = xmalloc(sizeof(*b[i]) * (TermH + 1));
1037 for (h = TermH - 1; h > 0 && Display[CursorV][h] == CHAR_DBWIDTH;
1042 so_write(&Display[CursorV][CursorH], TermH - CursorH); /* updates CursorH/V*/
1080 if (where >= TermH) {
1114 TermH - 1 for the wrapping, it would be nice to
1153 if (n > TermH) {
1179 cur_pos = CursorV * TermH
[all...]
H A Ded.h178 TermH; /* screen width */ variable
H A Dtw.parse.c2142 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */
2176 columns = TermH / maxwidth; /* PWP: terminal size change */
H A Dsh.dir.c281 if ((dflag & DIR_LINE) && cur >= TermH - 1 && len < TermH) {
H A Ded.term.c640 if (len + cu >= TermH) {
H A Dsh.proc.c1449 if (len >= TermH - 1) {

Completed in 189 milliseconds