Searched refs:last_col (Results 1 – 4 of 4) sorted by relevance
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | html-table.cpp | 242 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE) in html_table() 334 last_col = NULL; in emit_table_header() 388 if (last_col != NULL && n <= last_col->no) in emit_col() 397 if (last_col != NULL) in emit_col() 401 if (last_col == NULL) in emit_col() 404 b = last_col; in emit_col() 407 if (last_col != NULL) { in emit_col() 461 last_col = b; in emit_col() 474 if (last_col != NULL) { in finish_row() 475 for (c = last_col->next; c != NULL; c = c->next) in finish_row() [all …]
|
| HD | html-table.h | 102 cols *last_col; /* last column started */ variable
|
| /NextBSD/usr.bin/col/ |
| HD | col.c | 430 int i, j, nchars, last_col, save, this_col, tot; in flush_line() local 432 last_col = 0; in flush_line() 489 if (this_col > last_col) { in flush_line() 490 int nspace = this_col - last_col; in flush_line() 496 tab_col = (last_col + 8) & ~7; in flush_line() 499 tab_size = tab_col - last_col; in flush_line() 505 last_col = tab_col; in flush_line() 510 last_col = this_col; in flush_line() 531 last_col += (c - 1)->c_width; in flush_line()
|
| /NextBSD/contrib/ee/ |
| HD | ee.c | 160 int last_col; /* last column for text display */ variable 758 if ((scr_horz - horiz_offset) > last_col) 907 if ((scr_horz - horiz_offset) > last_col) 946 (i2 < i1) && (((column+i2+1)-horiz_offset) < last_col); i2++) 976 for (i2 = 0; (string[i2] != '\0') && (((column+i2+1)-horiz_offset) < last_col); i2++) 1040 while ((posit < length) && (column <= last_col)) 1056 if (column < last_col) 1501 if ((scr_horz - horiz_offset) > last_col) in find_pos() 1901 if ((g_horz+tmp_int) < (last_col - 1)) 1921 if (!isprint((unsigned char)in) && (g_horz < (last_col - 1))) [all …]
|