Searched refs:last_col (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/usr.bin/col/
H A Dcol.c396 int i, j, nchars, last_col, save, this_col, tot; local
398 last_col = 0;
455 if (this_col > last_col) {
456 int nspace = this_col - last_col;
462 tab_col = (last_col + 8) & ~7;
465 tab_size = tab_col - last_col;
471 last_col = tab_col;
476 last_col = this_col;
497 last_col += (c - 1)->c_width;
/freebsd-10.1-release/contrib/groff/src/devices/grohtml/
H A Dhtml-table.cpp242 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE)
334 last_col = NULL;
388 if (last_col != NULL && n <= last_col->no)
397 if (last_col != NULL)
401 if (last_col == NULL)
404 b = last_col;
407 if (last_col != NULL) {
461 last_col = b;
474 if (last_col !
[all...]
H A Dhtml-table.h102 cols *last_col; /* last column started */ member in class:html_table
/freebsd-10.1-release/contrib/ee/
H A Dee.c160 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)
1901 if ((g_horz+tmp_int) < (last_col - 1))
1921 if (!isprint((unsigned char)in) && (g_horz < (last_col
[all...]

Completed in 102 milliseconds