Searched refs:end_row (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/groff-38/groff/src/preproc/tbl/
H A Dtable.cpp148 int end_row; member in class:table_entry
332 start_row(-1), end_row(-1), start_col(-1), end_col(-1), mod(m)
402 if (start_row != end_row)
629 if (start_row != end_row)
1093 int end_row; member in struct:vertical_rule
1106 : next(p), start_row(sr), end_row(er), col(c), is_double(dbl)
1118 if (end_row != tbl->get_nrows() - 1)
1120 as_string(end_row));
1348 assert(e->start_row <= r && r <= e->end_row
1350 && e->end_row
2307 compute_vrule_bot_adjust(int end_row, int col, string &result) argument
2370 add_vertical_rule(int start_row, int end_row, int col, int is_double) argument
2389 int end_row = start_row; local
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djmemmgr.c763 JDIMENSION end_row = start_row + num_rows; local
767 if (end_row > ptr->rows_in_array || num_rows > ptr->maxaccess ||
773 end_row > ptr->cur_start_row+ptr->rows_in_mem) {
794 ltemp = (long) end_row - (long) ptr->rows_in_mem;
809 if (ptr->first_undef_row < end_row) {
818 ptr->first_undef_row = end_row;
822 end_row -= ptr->cur_start_row;
823 while (undef_row < end_row) {
848 JDIMENSION end_row = start_row + num_rows; local
852 if (end_row > pt
[all...]
/macosx-10.10/vim-55/src/proto/
H A Dscreen.pro32 void screen_fill __ARGS((int start_row, int end_row, int start_col, int end_col, int c1, int c2, int attr));
/macosx-10.10/vim-55/src/
H A Dmove.c1447 int end_row; local
1467 end_row = curwin->w_wrow;
1470 ++end_row;
1472 end_row += plines_nofill(curwin->w_topline - 1);
1474 end_row += plines(curwin->w_topline - 1);
1484 end_row += curwin->w_cline_height - 1 -
1487 if (end_row < curwin->w_height - p_so)
H A Dscreen.c7617 * Fill the screen from 'start_row' to 'end_row', from 'start_col' to 'end_col'
7622 screen_fill(start_row, end_row, start_col, end_col, c1, c2, attr)
7623 int start_row, end_row;
7639 if (end_row > screen_Rows) /* safety check */
7640 end_row = screen_Rows;
7644 || start_row >= end_row
7654 for (row = start_row; row < end_row; ++row)
/macosx-10.10/emacs-93/emacs/src/
H A Dwindow.c421 struct glyph_row *row, *end_row;
479 end_row = MATRIX_BOTTOM_TEXT_ROW (w->current_matrix, w);
484 && row <= end_row && row->enabled_p
488 if (row > end_row || !row->enabled_p)
420 struct glyph_row *row, *end_row; variable in typeref:struct:
H A Dxdisp.c2092 struct glyph_row *r, *gr, *end_row;
2114 end_row = MATRIX_BOTTOM_TEXT_ROW (w->current_matrix, w);
2147 for (; r <= end_row && r->enabled_p; ++r)
2220 for (; r <= end_row && r->enabled_p; ++r)
2088 struct glyph_row *r, *gr, *end_row; local

Completed in 181 milliseconds