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

/netbsd-current/external/bsd/mdocml/dist/
H A Dtbl_int.h32 struct tbl_row *first_row; /* First layout row. */ member in struct:tbl_node
H A Dtbl_layout.c253 } else if (c == TBL_CELL_DOWN && rp == tbl->first_row)
291 if (tbl->first_row == NULL) {
292 tbl->first_row = tbl->last_row =
295 if (tbl->first_row->first == NULL) {
298 cell_alloc(tbl, tbl->first_row,
300 if (tbl->opts.lvert < tbl->first_row->vert)
301 tbl->opts.lvert = tbl->first_row->vert;
310 for (rp = tbl->first_row; rp; rp = rp->next) {
344 tbl->first_row = rp;
H A Dtbl.c116 while ((rp = tbl->first_row) != NULL) {
117 tbl->first_row = rp->next;
H A Dtbl_data.c245 rp = (sp = tbl->last_span) == NULL ? tbl->first_row :
/netbsd-current/external/gpl2/texinfo/dist/info/
H A Ddisplay.c149 if ((win->first_row < 0) || (win->first_row > the_screen->height))
284 if (1 + line_index + win->first_row < the_screen->height)
297 entry = display[line_index + win->first_row];
307 terminal_goto_xy (0, line_index + win->first_row);
324 terminal_goto_xy (i, line_index + win->first_row);
404 DISPLAY_LINE *entry = display[line_index + win->first_row];
412 terminal_goto_xy (0, line_index + win->first_row);
423 line_index = win->first_row + win->height;
569 start = (window->first_row
[all...]
H A Dwindow.c167 the_echo_area->first_row = height - the_echo_area->height;
205 win->first_row = (win->prev->first_row + win->prev->height) + 1;
245 win->first_row =
246 (win->prev->first_row + win->prev->height) + 1;
285 window->first_row = active_window->first_row;
287 window->first_row = active_window->first_row +
300 active_window->first_row
[all...]
H A Dwindow.h57 (0, window->height + window->first_row) is the first character of this
66 int first_row; /* Offset of the first line in the_screen. */ member in struct:window_struct
H A Decho-area.c138 start = next->first_row;
1040 start = calling_window->first_row;
H A Dsession.c553 start = amount + window->first_row;
554 end = window->height + window->first_row;
568 start = window->first_row;
569 end = (window->first_row + window->height) - amount;
1495 start = split->first_row;
1597 start = window->first_row;
1626 amount = (window->first_row - start);
/netbsd-current/external/gpl2/texinfo/dist/makeinfo/
H A Dmulti.c89 static int first_row;
364 first_row = 1;
520 if (!first_row)
536 first_row = 0;
544 xml_end_multitable_row (first_row);
549 first_row = 0;
553 first_row = 0;
88 static int first_row; variable
H A Dxml.h132 xml_end_multitable_row (int first_row),
H A Dxml.c2046 xml_end_multitable_row (int first_row)
2048 if (!first_row)
2056 if (!first_row)
2068 else if (first_row)
2078 else if (first_row)
2044 xml_end_multitable_row(int first_row) argument
/netbsd-current/external/mit/isl/dist/
H A Disl_mat_private.h32 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 Disl_mat.c149 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col)
161 mat->row[i] = row[first_row+i] + first_col;
176 unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col)
180 return isl_mat_sub_alloc6(mat->ctx, mat->row, first_row, n_row,
148 isl_mat_sub_alloc6(isl_ctx *ctx, isl_int **row, unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) argument
175 isl_mat_sub_alloc(__isl_keep isl_mat *mat, unsigned first_row, unsigned n_row, unsigned first_col, unsigned n_col) argument
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dmodulo-sched.c3300 ps_insn_ptr first_row = ps->rows[0];
3309 ps->rows[last_row] = first_row;
3295 ps_insn_ptr first_row = ps->rows[0]; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dmodulo-sched.cc3301 ps_insn_ptr first_row = ps->rows[0];
3310 ps->rows[last_row] = first_row;
3296 ps_insn_ptr first_row = ps->rows[0]; local

Completed in 297 milliseconds