Searched refs:last_col (Results 1 – 2 of 2) sorted by relevance
403 int i, j, nchars, last_col, save, this_col, tot; in flush_line() local405 last_col = 0; in flush_line()462 if (this_col > last_col) { in flush_line()463 int nspace = this_col - last_col; in flush_line()469 tab_col = (last_col + 8) & ~7; in flush_line()472 tab_size = tab_col - last_col; in flush_line()478 last_col = tab_col; in flush_line()483 last_col = this_col; in flush_line()504 last_col += (c - 1)->c_width; in flush_line()
157 int last_col; /* last column for text display */ variable762 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)))[all …]