Home
last modified time | relevance | path

Searched refs:rows (Results 1 – 25 of 249) sorted by relevance

12345678910

/netbsd-src/external/bsd/nvi/dist/vi/
H A Dvs_split.c62 if (sp->rows < 4) { in vs_split()
80 half = sp->rows / 2; in vs_split()
107 new->rows = sp->rows - half; /* New. */ in vs_split()
109 sp->rows = half; /* Old. */ in vs_split()
110 sp->roff += new->rows; in vs_split()
116 memcpy(_HMAP(sp), _HMAP(sp) + new->rows, in vs_split()
117 (sp->t_maxrows - new->rows) * sizeof(SMAP)); in vs_split()
119 new->rows = half; /* New. */ in vs_split()
120 sp->rows -= half; /* Old. */ in vs_split()
121 new->roff = sp->roff + sp->rows; in vs_split()
[all …]
/netbsd-src/external/bsd/nvi/dist/gtk/
H A Dgtkviscreen.c109 if (MEMCMP(p = CharAt(vi,row,col), e = CharAt(vi,vi->rows,0), in cleartoel()
146 if (++vi->cury >= vi->rows) { in gtk_vi_screen_addstr()
147 vi->cury = vi->rows-1; in gtk_vi_screen_addstr()
178 if (++vi->cury >= vi->rows) { in gtk_vi_screen_waddstr()
179 vi->cury = vi->rows-1; in gtk_vi_screen_waddstr()
192 gint rows = vi->rows - (y+1); in gtk_vi_screen_deleteln() local
194 MEMMOVE(CharAt(vi,y,0), CharAt(vi,y+1,0), rows * vi->cols); in gtk_vi_screen_deleteln()
195 cleartoel(vi,vi->rows-1,0); in gtk_vi_screen_deleteln()
196 memmove(FlagAt(vi,y,0), FlagAt(vi,y+1,0), rows * vi->cols); in gtk_vi_screen_deleteln()
197 memmove(ColAt(vi,y,0), ColAt(vi,y+1,0), rows * vi->cols); in gtk_vi_screen_deleteln()
[all …]
/netbsd-src/external/bsd/nvi/dist/motif_l/
H A Dm_func.c122 int y, rows, len, height, width; in vi_deleteln() local
125 rows = __vi_screen->rows - (y+1); in vi_deleteln()
126 len = __vi_screen->cols * rows; in vi_deleteln()
137 height = __vi_screen->ch_height * rows; in vi_deleteln()
162 int y, rows, height, width; in vi_insertln() local
166 rows = __vi_screen->rows - (1+y); in vi_insertln()
174 memmove(to, from, __vi_screen->cols * rows); in vi_insertln()
180 memmove(to, from, __vi_screen->cols * rows); in vi_insertln()
185 height = __vi_screen->ch_height * rows; in vi_insertln()
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/base/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/ntlm/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/gssapi/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hx509/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/krb5/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/hcrypto/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/crypto/external/bsd/heimdal/dist/doc/doxyout/wind/html/
H A Ddynsections.js79 var rows = currentRow.nextAll("tr");
84 var childRows = rows.filter(function() { return this.id.match(re); });
92 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
110 var rows = $('tr.inherit.'+id);
113 if (rows.filter(':first').is(':visible')===true) {
114 rows.css('display','none');
117 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build/share/scan-build/
H A Dsorttable.js47 the.appendChild(table.rows[0]);
53 if (table.tHead.rows.length != 1) return; // can't cope with two header rows
60 for (var i=0; i<table.rows.length; i++) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
62 sortbottomrows[sortbottomrows.length] = table.rows[i];
78 headrow = table.tHead.rows[0].cells;
146 rows = this.sorttable_tbody.rows;
147 for (var j=0; j<rows.length; j++) {
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
169 for (var i=0; i<table.tBodies[0].rows.length; i++) {
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/libscanbuild/resources/
H A Dsorttable.js47 the.appendChild(table.rows[0]);
53 if (table.tHead.rows.length != 1) return; // can't cope with two header rows
60 for (var i=0; i<table.rows.length; i++) {
61 if (table.rows[i].className.search(/\bsortbottom\b/) != -1) {
62 sortbottomrows[sortbottomrows.length] = table.rows[i];
78 headrow = table.tHead.rows[0].cells;
146 rows = this.sorttable_tbody.rows;
147 for (var j=0; j<rows.length; j++) {
148 row_array[row_array.length] = [sorttable.getInnerText(rows[j].cells[col]), rows[j]];
169 for (var i=0; i<table.tBodies[0].rows.length; i++) {
[all …]
/netbsd-src/external/mit/libcbor/dist/docs/doxygen/
H A Ddynsections.js55 var rows = currentRow.nextAll("tr");
60 var childRows = rows.filter(function() { return this.id.match(re); });
68 rows.filter("[id^=row_"+id+"]").hide(); // hide all children
86 var rows = $('tr.inherit.'+id);
89 if (rows.filter(':first').is(':visible')===true) {
90 rows.css('display','none');
93 rows.css('display','table-row'); // using show() causes jump in firefox
/netbsd-src/lib/libmenu/
H A Ddriver.c109 if ((drv_top_row + menu->rows - 1)> menu->item_rows) in menu_driver()
114 drv_scroll = menu->item_rows - menu->rows in menu_driver()
116 if (drv_scroll > menu->rows) { in menu_driver()
117 drv_scroll = menu->rows; in menu_driver()
129 if (menu->rows < menu->top_row) { in menu_driver()
130 drv_scroll = menu->rows; in menu_driver()
275 if (drv_new_item->row >= (drv_top_row + menu->rows)) in menu_driver()
276 drv_top_row = drv_new_item->row - menu->rows + 1; in menu_driver()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DMatrixTypes.rst24 number of *rows*, and a constant number of *columns*. Matrix types with the same
25 element type, rows, and columns are the same type. A value of a matrix type
26 includes storage for ``rows * columns`` values of the *element type*. The
29 The maximum of the product of the number of rows and columns is
50 number of rows, and the second specifies the number of columns. The underlying
56 same element type, number of rows, and number of columns.
67 rows and columns are the same and the value's elements can be converted to the
75 If the number of rows or columns differ between the original and resulting
96 of ``M``, and let ``R`` and ``C`` be the number of rows and columns in ``M``
114 or rows can be done efficiently, but not both. Instead, we propose to provide
[all …]
/netbsd-src/external/gpl2/lvm2/dist/libdm/
H A Dlibdm-report.c43 struct dm_list rows; member
606 dm_list_init(&rh->rows); in dm_report_init()
713 dm_list_add(&rh->rows, &row->list); in dm_report_object()
864 struct row *(*rows)[]; in _sort_rows() local
868 if (!(rows = dm_pool_alloc(rh->mem, sizeof(**rows) * in _sort_rows()
869 dm_list_size(&rh->rows)))) { in _sort_rows()
874 dm_list_iterate_items(row, &rh->rows) in _sort_rows()
875 (*rows)[count++] = row; in _sort_rows()
877 qsort(rows, count, sizeof(**rows), _row_compare); in _sort_rows()
879 dm_list_init(&rh->rows); in _sort_rows()
[all …]
/netbsd-src/lib/libform/
H A Dfield.c248 ((fp->rows + fp->nrows) > 1)) in set_field_just()
274 field_info(FIELD *field, int *rows, int *cols, int *frow, int *fcol, in field_info() argument
280 *rows = field->rows; in field_info()
300 *drows = field->rows; in dynamic_field_info()
400 && ((field->rows + field->nrows) == 1)) in set_field_printf()
425 && ((field->rows + field->nrows) == 1)) in set_field_buffer()
745 _formi_create_field(FIELD *prototype, int rows, int cols, int frow, in _formi_create_field() argument
750 if ((rows <= 0) || (cols <= 0) || (frow < 0) || (fcol < 0) || in _formi_create_field()
762 new->rows = rows; in _formi_create_field()
775 new_field(int rows, int cols, int frow, int fcol, int nrows, int nbuf) in new_field() argument
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Drtbl.c52 struct column_entry *rows; member
112 free (c->rows[j].data); in rtbl_destroy()
113 free (c->rows); in rtbl_destroy()
147 col->rows = NULL; in rtbl_add_column_by_id()
173 tmp = realloc(table->columns[c]->rows, in rtbl_new_row()
174 max_rows * sizeof(table->columns[c]->rows[0])); in rtbl_new_row()
177 table->columns[c]->rows = tmp; in rtbl_new_row()
196 column->width = max (column->width, (int) strlen (column->rows[i].data)); in column_compute_width()
297 tmp = realloc (c->rows, (c->num_rows + 1) * sizeof (*tmp)); in add_column_entry()
302 c->rows = tmp; in add_column_entry()
[all …]
/netbsd-src/sys/external/isc/atheros_hal/dist/ar5416/
H A Dar2133.c425 + AH5416(ah)->ah_ini_bank0.rows * sizeof(uint32_t) in ar2133RfAttach()
426 + AH5416(ah)->ah_ini_bank1.rows * sizeof(uint32_t) in ar2133RfAttach()
427 + AH5416(ah)->ah_ini_bank2.rows * sizeof(uint32_t) in ar2133RfAttach()
428 + AH5416(ah)->ah_ini_bank3.rows * sizeof(uint32_t) in ar2133RfAttach()
429 + AH5416(ah)->ah_ini_bank6.rows * sizeof(uint32_t) in ar2133RfAttach()
430 + AH5416(ah)->ah_ini_bank7.rows * sizeof(uint32_t) in ar2133RfAttach()
448 priv->Bank0Data = bankData, bankData += AH5416(ah)->ah_ini_bank0.rows; in ar2133RfAttach()
449 priv->Bank1Data = bankData, bankData += AH5416(ah)->ah_ini_bank1.rows; in ar2133RfAttach()
450 priv->Bank2Data = bankData, bankData += AH5416(ah)->ah_ini_bank2.rows; in ar2133RfAttach()
451 priv->Bank3Data = bankData, bankData += AH5416(ah)->ah_ini_bank3.rows; in ar2133RfAttach()
[all …]
/netbsd-src/sys/arch/i386/stand/efiboot/
H A Dboot.c758 UINTN cols, rows, row = 0; in command_devpath() local
762 ST->ConOut->Mode->Mode, &cols, &rows); in command_devpath()
763 if (EFI_ERROR(status) || rows <= 2) in command_devpath()
764 rows = 0; in command_devpath()
766 rows -= 2; in command_devpath()
783 if (++row >= rows) { in command_devpath()
806 if (++row >= rows) { in command_devpath()
828 UINTN cols, rows, row = 0; in command_efivar() local
832 ST->ConOut->Mode->Mode, &cols, &rows); in command_efivar()
833 if (EFI_ERROR(status) || rows <= 2) in command_efivar()
[all …]
H A Defimemory.c203 UINTN cols, rows; in efi_memory_get_memmap() local
207 ST->ConOut->Mode->Mode, &cols, &rows); in efi_memory_get_memmap()
208 if (EFI_ERROR(status) || rows <= 2) in efi_memory_get_memmap()
377 UINTN cols, rows, row; in efi_memory_show_map() local
380 ST->ConOut->Mode->Mode, &cols, &rows); in efi_memory_show_map()
381 if (EFI_ERROR(status) || rows <= 2) in efi_memory_show_map()
382 rows = 0; in efi_memory_show_map()
384 rows -= 2; in efi_memory_show_map()
409 if (++row >= rows) { in efi_memory_show_map()
/netbsd-src/sys/arch/amiga/dev/
H A Dite_cv3d.c145 ip->rows = md->rows; in cv3d_ite_init()
154 cv3d_rowc = malloc(sizeof(short) * (ip->rows + 1) * (ip->cols + 2), in cv3d_ite_init()
160 console_buffer = cv3d_rowc + ip->rows + 1; in cv3d_ite_init()
163 for (i = 0; i < ip->rows; i++) in cv3d_ite_init()
167 for (i = 0; i < ip->rows * ip->cols; i++) in cv3d_ite_init()
172 for (i = 0; i < ip->rows * ip->cols; i++) { in cv3d_ite_init()
H A Dite_cv.c145 ip->rows = md->rows; in cv_ite_init()
154 cv_rowc = malloc(sizeof(short) * (ip->rows + 1) * (ip->cols + 2), in cv_ite_init()
160 console_buffer = cv_rowc + ip->rows + 1; in cv_ite_init()
163 for (i = 0; i < ip->rows; i++) in cv_ite_init()
167 for (i = 0; i < ip->rows * ip->cols; i++) in cv_ite_init()
172 for (i = 0; i < ip->rows * ip->cols; i++) { in cv_ite_init()
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dterminal.c337 _rl_set_screen_size (int rows, int cols) in _rl_set_screen_size() argument
342 if (rows > 0) in _rl_set_screen_size()
343 _rl_screenheight = rows; in _rl_set_screen_size()
351 if (rows > 0 || cols > 0) in _rl_set_screen_size()
356 rl_set_screen_size (int rows, int cols) in rl_set_screen_size() argument
358 _rl_set_screen_size (rows, cols); in rl_set_screen_size()
362 rl_get_screen_size (int *rows, int *cols) in rl_get_screen_size() argument
364 if (rows) in rl_get_screen_size()
365 *rows = _rl_screenheight; in rl_get_screen_size()

12345678910