Home
last modified time | relevance | path

Searched refs:first_row (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/texinfo/info/
Ddisplay.c147 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 …]
Dwindow.c165 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 …]
Dwindow.h64 int first_row; /* Offset of the first line in the_screen. */ member
Dsession.c550 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);
Decho-area.c136 start = next->first_row; in restore_calling_window()
1035 start = calling_window->first_row;
/mirbsd/src/gnu/usr.bin/texinfo/makeinfo/
Dmulti.c87 static int first_row; variable
360 first_row = 1; in do_multitable()
515 if (!first_row) in multitable_item()
531 first_row = 0; in multitable_item()
539 xml_end_multitable_row (first_row); in multitable_item()
544 first_row = 0; in multitable_item()
548 first_row = 0; in multitable_item()
Dxml.c2042 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()
Dxml.h130 xml_end_multitable_row (int first_row),