Lines Matching refs:last_col
157 int last_col; /* last column for text display */ variable
762 if ((scr_horz - horiz_offset) > last_col)
911 if ((scr_horz - horiz_offset) > last_col)
950 (i2 < i1) && (((column+i2+1)-horiz_offset) < last_col); i2++)
980 for (i2 = 0; (string[i2] != '\0') && (((column+i2+1)-horiz_offset) < last_col); i2++)
1044 while ((posit < length) && (column <= last_col))
1060 if (column < last_col)
1505 if ((scr_horz - horiz_offset) > last_col) in find_pos()
1905 if ((g_horz+tmp_int) < (last_col - 1))
1925 if (!isprint((unsigned char)in) && (g_horz < (last_col - 1)))
1930 if (g_horz < (last_col - 1))
3314 last_col = COLS - 1; in set_up_term()