| /netbsd-src/external/gpl2/texinfo/dist/info/ |
| H A D | display.c | 149 if ((win->first_row < 0) || (win->first_row > the_screen->height)) in display_update_one_window() 284 if (1 + line_index + win->first_row < the_screen->height) in display_update_one_window() 297 entry = display[line_index + win->first_row]; in display_update_one_window() 307 terminal_goto_xy (0, line_index + win->first_row); in display_update_one_window() 324 terminal_goto_xy (i, line_index + win->first_row); in display_update_one_window() 404 DISPLAY_LINE *entry = display[line_index + win->first_row]; in display_update_one_window() 412 terminal_goto_xy (0, line_index + win->first_row); in display_update_one_window() 423 line_index = win->first_row + win->height; in display_update_one_window() 569 start = (window->first_row in display_scroll_line_starts() 572 end = window->first_row + window->height; in display_scroll_line_starts() [all …]
|
| H A D | window.c | 167 the_echo_area->first_row = height - the_echo_area->height; in window_new_screen_size() 205 win->first_row = (win->prev->first_row + win->prev->height) + 1; in window_new_screen_size() 245 win->first_row = in window_new_screen_size() 246 (win->prev->first_row + win->prev->height) + 1; in window_new_screen_size() 285 window->first_row = active_window->first_row; in window_make_window() 287 window->first_row = active_window->first_row + in window_make_window() 300 active_window->first_row += (window->height + 1); in window_make_window() 347 next->first_row += diff; \ 355 me->first_row -=diff; \ 363 next->first_row -= diff; \ [all …]
|
| H A D | window.h | 66 int first_row; /* Offset of the first line in the_screen. */ member
|
| H A D | session.c | 552 start = amount + window->first_row; in set_window_pagetop() 553 end = window->height + window->first_row; in set_window_pagetop() 567 start = window->first_row; in set_window_pagetop() 568 end = (window->first_row + window->height) - amount; in set_window_pagetop() 1493 start = split->first_row; 1595 start = window->first_row; 1624 amount = (window->first_row - start);
|
| H A D | echo-area.c | 138 start = next->first_row; in restore_calling_window() 1037 start = calling_window->first_row;
|
| /netbsd-src/external/bsd/mdocml/dist/ |
| H A D | tbl_layout.c | 253 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row) in cell() 291 if (tbl->first_row == NULL) { in tbl_layout() 292 tbl->first_row = tbl->last_row = in tbl_layout() 295 if (tbl->first_row->first == NULL) { in tbl_layout() 298 cell_alloc(tbl, tbl->first_row, in tbl_layout() 300 if (tbl->opts.lvert < tbl->first_row->vert) in tbl_layout() 301 tbl->opts.lvert = tbl->first_row->vert; in tbl_layout() 310 for (rp = tbl->first_row; rp; rp = rp->next) { in tbl_layout() 344 tbl->first_row = rp; in tbl_layout()
|
| H A D | tbl.c | 116 while ((rp = tbl->first_row) != NULL) { in tbl_free() 117 tbl->first_row = rp->next; in tbl_free()
|
| H A D | tbl_int.h | 32 struct tbl_row *first_row; /* First layout row. */ member
|
| H A D | tbl_data.c | 245 rp = (sp = tbl->last_span) == NULL ? tbl->first_row : in tbl_data()
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/ |
| H A D | multi.c | 88 static int first_row; variable 361 first_row = 1; in do_multitable() 516 if (!first_row) in multitable_item() 532 first_row = 0; in multitable_item() 540 xml_end_multitable_row (first_row); in multitable_item() 545 first_row = 0; in multitable_item() 549 first_row = 0; in multitable_item()
|
| H A D | xml.c | 2044 xml_end_multitable_row (int first_row) in xml_end_multitable_row() argument 2046 if (!first_row) in xml_end_multitable_row() 2054 if (!first_row) in xml_end_multitable_row() 2066 else if (first_row) in xml_end_multitable_row() 2076 else if (first_row) in xml_end_multitable_row()
|
| H A D | xml.h | 132 xml_end_multitable_row (int first_row),
|
| /netbsd-src/external/mit/isl/dist/ |
| H A D | isl_mat_private.h | 32 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col); 34 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col);
|
| H A D | isl_mat.c | 149 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc6() argument 161 mat->row[i] = row[first_row+i] + first_col; in isl_mat_sub_alloc6() 176 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) in isl_mat_sub_alloc() argument 180 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row, in isl_mat_sub_alloc()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | modulo-sched.cc | 3296 ps_insn_ptr first_row = ps->rows[0]; in rotate_partial_schedule() local 3305 ps->rows[last_row] = first_row; in rotate_partial_schedule()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | modulo-sched.c | 3295 ps_insn_ptr first_row = ps->rows[0]; in rotate_partial_schedule() local 3304 ps->rows[last_row] = first_row; in rotate_partial_schedule()
|