Home
last modified time | relevance | path

Searched refs:last_col (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/col/
H A Dcol.c423 int i, j, nchars, last_col, save, this_col, tot; in flush_line() local
425 last_col = 0; in flush_line()
482 if (this_col > last_col) { in flush_line()
483 int nspace = this_col - last_col; in flush_line()
489 tab_col = (last_col + 8) & ~7; in flush_line()
492 tab_size = tab_col - last_col; in flush_line()
498 last_col = tab_col; in flush_line()
503 last_col = this_col; in flush_line()
524 last_col += (c - 1)->c_width; in flush_line()
/freebsd/contrib/ee/
H A Dee.c157 int last_col; /* last column for text display */ variable
752 if ((scr_horz - horiz_offset) > last_col) in insert()
901 if ((scr_horz - horiz_offset) > last_col) in scanline()
938 (i2 < i1) && (((column+i2+1)-horiz_offset) < last_col); i2++) in out_char()
968 for (i2 = 0; (string[i2] != '\0') && (((column+i2+1)-horiz_offset) < last_col); i2++) in out_char()
1027 while ((posit < length) && (column <= last_col)) in draw_line()
1043 if (column < last_col) in draw_line()
1500 if ((scr_horz - horiz_offset) > last_col) in find_pos()
1900 if ((g_horz+tmp_int) < (last_col - 1)) in get_string()
1920 if (!isprint((unsigned char)in) && (g_horz < (last_col - 1))) in get_string()
[all …]