Searched refs:first_row (Results 1 - 14 of 14) sorted by relevance

/freebsd-10-stable/contrib/texinfo/info/
H A Ddisplay.c147 if ((win->first_row < 0) || (win->first_row > the_screen->height))
282 if (1 + line_index + win->first_row < the_screen->height)
295 entry = display[line_index + win->first_row];
305 terminal_goto_xy (0, line_index + win->first_row);
322 terminal_goto_xy (i, line_index + win->first_row);
402 DISPLAY_LINE *entry = display[line_index + win->first_row];
410 terminal_goto_xy (0, line_index + win->first_row);
421 line_index = win->first_row + win->height;
567 start = (window->first_row
[all...]
H A Dwindow.c165 the_echo_area->first_row = height - the_echo_area->height;
203 win->first_row = (win->prev->first_row + win->prev->height) + 1;
243 win->first_row =
244 (win->prev->first_row + win->prev->height) + 1;
283 window->first_row = active_window->first_row;
285 window->first_row = active_window->first_row +
298 active_window->first_row
[all...]
H A Dwindow.h55 (0, window->height + window->first_row) is the first character of this
64 int first_row; /* Offset of the first line in the_screen. */ member in struct:window_struct
H A Decho-area.c136 start = next->first_row;
1038 start = calling_window->first_row;
H A Dsession.c551 start = amount + window->first_row;
552 end = window->height + window->first_row;
566 start = window->first_row;
567 end = (window->first_row + window->height) - amount;
1493 start = split->first_row;
1595 start = window->first_row;
1624 amount = (window->first_row - start);
/freebsd-10-stable/contrib/texinfo/makeinfo/
H A Dmulti.c87 static int first_row;
362 first_row = 1;
518 if (!first_row)
534 first_row = 0;
542 xml_end_multitable_row (first_row);
547 first_row = 0;
551 first_row = 0;
86 static int first_row; variable
H A Dxml.h130 xml_end_multitable_row (int first_row),
H A Dxml.c2044 xml_end_multitable_row (int first_row)
2046 if (!first_row)
2054 if (!first_row)
2066 else if (first_row)
2076 else if (first_row)
2042 xml_end_multitable_row(int first_row) argument
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp510 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; local
512 RowIter row_pos = std::lower_bound(first_row, last_row, row,
517 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row);
519 if (row_pos == first_row)
564 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; local
566 RowIter row_pos = std::upper_bound(first_row, last_row, row,
571 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row);
572 if (row_pos != first_row)
582 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; local
584 RowIter row_pos = std::upper_bound(first_row, last_ro
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dlibroff.h35 struct tbl_row *first_row; member in struct:tbl_node
H A Dtbl.c97 while (NULL != (rp = p->first_row)) {
98 p->first_row = rp->next;
H A Dtbl_layout.c266 if (TBL_CELL_DOWN == c && rp == tbl->first_row) {
315 tbl->last_row = tbl->first_row = rp;
325 if (NULL == tbl->first_row)
H A Dtbl_data.c253 rp = tbl->first_row;
/freebsd-10-stable/contrib/gcc/
H A Dmodulo-sched.c2468 ps_insn_ptr first_row = ps->rows[0];
2473 ps->rows[last_row] = first_row;
2463 ps_insn_ptr first_row = ps->rows[0]; local

Completed in 155 milliseconds