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

/macosx-10.10/text_cmds-88/col/
H A Dcol.c400 int i, nchars, last_col, this_col; local
402 last_col = 0;
459 if (this_col > last_col) {
460 int nspace = this_col - last_col;
466 tab_col = (last_col + 8) & ~7;
469 tab_size = tab_col - last_col;
475 last_col = tab_col;
480 last_col = this_col;
501 last_col += (c - 1)->c_width;
/macosx-10.10/postfix-255/postfix/src/util/
H A Ddict_nisplus.c126 int last_col; local
197 last_col = NIS_RES_OBJECT(reply)->zo_data
199 if (dict_nisplus->column > last_col)
201 dict_nisplus->column, last_col,
/macosx-10.10/groff-38/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
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffcrop.c6083 uint32 row, first_row, last_row, first_col, last_col; local
6124 last_col = crop->regionlist[i].x2;
6126 crop_width = last_col - first_col + 1;
6162 last_col + 1))
6173 first_col, last_col + 1,
6185 first_col, last_col + 1,
6195 first_col, last_col + 1,
6207 first_col, last_col + 1,
6244 first_col, last_col + 1))
6255 first_col, last_col
6333 uint32 row, first_row, last_row, first_col, last_col; local
6457 uint32 row, first_row, last_row, first_col, last_col; local
[all...]

Completed in 138 milliseconds