Searched refs:first_row (Results 1 – 10 of 10) sorted by relevance
| /freebsd-9-stable/contrib/texinfo/info/ |
| D | display.c | 147 if ((win->first_row < 0) || (win->first_row > the_screen->height)) in display_update_one_window() 282 if (1 + line_index + win->first_row < the_screen->height) in display_update_one_window() 295 entry = display[line_index + win->first_row]; in display_update_one_window() 305 terminal_goto_xy (0, line_index + win->first_row); in display_update_one_window() 322 terminal_goto_xy (i, line_index + win->first_row); in display_update_one_window() 402 DISPLAY_LINE *entry = display[line_index + win->first_row]; in display_update_one_window() 410 terminal_goto_xy (0, line_index + win->first_row); in display_update_one_window() 421 line_index = win->first_row + win->height; in display_update_one_window() 567 start = (window->first_row in display_scroll_line_starts() 570 end = window->first_row + window->height; in display_scroll_line_starts() [all …]
|
| D | window.c | 165 the_echo_area->first_row = height - the_echo_area->height; in window_new_screen_size() 203 win->first_row = (win->prev->first_row + win->prev->height) + 1; in window_new_screen_size() 243 win->first_row = in window_new_screen_size() 244 (win->prev->first_row + win->prev->height) + 1; in window_new_screen_size() 283 window->first_row = active_window->first_row; in window_make_window() 285 window->first_row = active_window->first_row + in window_make_window() 298 active_window->first_row += (window->height + 1); in window_make_window() 345 next->first_row += diff; \ 353 me->first_row -=diff; \ 361 next->first_row -= diff; \ [all …]
|
| D | window.h | 64 int first_row; /* Offset of the first line in the_screen. */ member
|
| D | session.c | 550 start = amount + window->first_row; in set_window_pagetop() 551 end = window->height + window->first_row; in set_window_pagetop() 565 start = window->first_row; in set_window_pagetop() 566 end = (window->first_row + window->height) - amount; in set_window_pagetop() 1491 start = split->first_row; 1593 start = window->first_row; 1622 amount = (window->first_row - start);
|
| D | echo-area.c | 136 start = next->first_row; in restore_calling_window() 1035 start = calling_window->first_row;
|
| /freebsd-9-stable/contrib/llvm/lib/DebugInfo/ |
| D | DWARFDebugLine.cpp | 510 RowIter first_row = Rows.begin() + found_seq.FirstRowIndex; in lookupAddress() local 512 RowIter row_pos = std::lower_bound(first_row, last_row, row, in lookupAddress() 517 uint32_t index = found_seq.FirstRowIndex + (row_pos - first_row); in lookupAddress() 519 if (row_pos == first_row) in lookupAddress() 564 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange() local 566 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() 571 first_row_index = cur_seq.FirstRowIndex + (row_pos - first_row); in lookupAddressRange() 572 if (row_pos != first_row) in lookupAddressRange() 582 RowIter first_row = Rows.begin() + cur_seq.FirstRowIndex; in lookupAddressRange() local 584 RowIter row_pos = std::upper_bound(first_row, last_row, row, in lookupAddressRange() [all …]
|
| /freebsd-9-stable/contrib/texinfo/makeinfo/ |
| D | multi.c | 86 static int first_row; variable 359 first_row = 1; in do_multitable() 514 if (!first_row) in multitable_item() 530 first_row = 0; in multitable_item() 538 xml_end_multitable_row (first_row); in multitable_item() 543 first_row = 0; in multitable_item() 547 first_row = 0; in multitable_item()
|
| D | xml.c | 2042 xml_end_multitable_row (int first_row) in xml_end_multitable_row() argument 2044 if (!first_row) in xml_end_multitable_row() 2052 if (!first_row) in xml_end_multitable_row() 2064 else if (first_row) in xml_end_multitable_row() 2074 else if (first_row) in xml_end_multitable_row()
|
| D | xml.h | 130 xml_end_multitable_row (int first_row),
|
| /freebsd-9-stable/contrib/gcc/ |
| D | modulo-sched.c | 2463 ps_insn_ptr first_row = ps->rows[0]; in rotate_partial_schedule() local 2468 ps->rows[last_row] = first_row; in rotate_partial_schedule()
|