Searched refs:cols (Results 1 - 25 of 137) sorted by relevance

123456

/freebsd-10-stable/contrib/ncurses/form/
H A Dfrm_scale.c39 | Function : int scale_form( const FORM *form, int *rows, int *cols )
48 scale_form(const FORM *form, int *rows, int *cols) argument
50 T((T_CALLED("scale_form(%p,%p,%p)"), form, rows, cols));
60 if (cols)
61 *cols = form->cols;
H A Dfld_info.c40 | int *rows, int *cols,
51 int *rows, int *cols,
57 rows, cols,
66 if (cols)
67 *cols = field->cols;
50 field_info(const FIELD *field, int *rows, int *cols, int *frow, int *fcol, int *nrow, int *nbuf) argument
H A Dfrm_data.c154 pos = form->begincol + field->cols;
158 if (check_len >= field->cols)
159 check_len = field->cols;
163 pos += field->cols;
179 if (!Only_Padding(form->w, field->cols, field->pad))
H A Dfld_dup.c67 New_Field->cols = field->cols;
H A Dfld_link.c72 New_Field->cols = field->cols;
/freebsd-10-stable/contrib/ncurses/menu/
H A Dm_scale.c54 scale_menu(const MENU * menu, int *rows, int *cols) argument
56 T((T_CALLED("scale_menu(%p,%p,%p)"), menu, rows, cols));
65 if (cols)
66 *cols = menu->width;
H A Dm_format.c46 | Function : int set_menu_format(MENU *menu, int rows, int cols)
59 set_menu_format(MENU * menu, int rows, int cols) argument
63 T((T_CALLED("set_menu_format(%p,%d,%d)"), menu, rows, cols));
65 if (rows < 0 || cols < 0)
78 if (cols == 0)
79 cols = menu->fcols;
85 menu->fcols = cols;
87 assert(rows > 0 && cols > 0);
88 total_rows = (menu->nitems - 1) / cols + 1;
90 minimum(menu->nitems, cols)
123 menu_format(const MENU * menu, int *rows, int *cols) argument
[all...]
/freebsd-10-stable/contrib/groff/src/devices/grohtml/
H A Dhtml-table.h63 typedef struct cols { struct
67 struct cols *next;
68 } cols; typedef in typeref:struct:cols
75 cols *get_column (int coln);
77 int modify_column (cols *c, int hstart, int hend, char align);
85 int is_gap (cols *c);
91 int get_right (cols *c);
100 cols *columns; /* column entries */
102 cols *last_col; /* last column started */
105 void remove_cols (cols *
[all...]
H A Dhtml-table.cpp249 cols *c;
265 void html_table::remove_cols (cols *c)
267 cols *p;
284 cols *p = NULL;
285 cols *c;
358 int html_table::get_right (cols *c)
383 cols *c = columns;
384 cols *b = columns;
472 cols *c;
516 cols *
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h116 Matrix(unsigned rows, unsigned cols) :
117 rows(rows), cols(cols), data(new PBQPNum[rows * cols]) {
122 Matrix(unsigned rows, unsigned cols, PBQPNum initVal) :
123 rows(rows), cols(cols), data(new PBQPNum[rows * cols]) {
124 std::fill(data, data + (rows * cols), initVal);
129 rows(m.rows), cols(
[all...]
/freebsd-10-stable/lib/libutil/
H A Dhexdump.c48 int cols; local
58 cols = flags & HD_COLUMN_MASK;
60 cols = 16;
63 for (i = 0; i < length; i+= cols) {
71 for (j = 0; j < cols; j++) {
82 for (j = 0; j < cols; j++) {
/freebsd-10-stable/sys/dev/nand/
H A Dnandbus.h34 uint8_t cols; member in struct:nandbus_ivar
/freebsd-10-stable/contrib/nvi/vi/
H A Dvs_relative.c42 vip->sc_smap->coff : (vip->sc_smap->soff - 1) * sp->cols) +
58 size_t cols, screens; local
77 cols = vs_columns(sp, NULL, lno, cnop, NULL);
79 screens = (cols / sp->cols + (cols % sp->cols ? 1 : 0));
151 if (!leftright && curoff >= sp->cols) \
154 scno -= scno % sp->cols; \
156 curoff -= sp->cols; \
[all...]
H A Dvs_split.c87 new->cols = sp->cols;
211 size_t cols; local
216 if (sp->cols / 2 <= MINIMUM_SCREEN_COLS) {
247 cols = sp->cols / 2;
248 new->cols = sp->cols - cols - 1;
249 sp->cols
[all...]
/freebsd-10-stable/contrib/dialog/
H A Dcolumns.c125 unsigned cols = split_row(*value, offsets, widths); local
126 if (numcols < cols)
127 numcols = cols;
128 for (n = 0; n < cols; ++n) {
140 unsigned cols = split_row(*value, offsets, widths); local
147 for (n = 0; n < cols; ++n) {
H A Dinputstr.c478 * end-value of the cols[] array.
486 const int *cols = dlg_index_columns(string); local
487 result = cols[limit];
503 const int *cols = dlg_index_columns(string); local
506 while (result > 0 && (cols[result] - cols[offset]) > limit)
646 const int *cols = dlg_index_columns(string); local
655 if ((cols[offset] - cols[n]) < x_last
656 && (offset == limit || (cols[offse
707 const int *cols = dlg_index_columns(string); local
[all...]
/freebsd-10-stable/usr.sbin/mpsutil/
H A Dmpsutil.c154 int cols; local
164 cols = flags & HD_COLUMN_MASK;
166 cols = 16;
169 for (i = 0; i < length; i+= cols) {
177 for (j = 0; j < cols; j++) {
179 k = i + (cols - 1 - j);
191 for (j = 0; j < cols; j++) {
193 k = i + (cols - 1 - j);
/freebsd-10-stable/sys/dev/virtio/console/
H A Dvirtio_console.h46 uint16_t cols; member in struct:virtio_console_config
/freebsd-10-stable/contrib/libreadline/
H A Dterminal.c309 _rl_set_screen_size (rows, cols)
310 int rows, cols;
317 if (cols > 0)
319 _rl_screenwidth = cols;
324 if (rows > 0 || cols > 0)
329 rl_set_screen_size (rows, cols)
330 int rows, cols;
332 _rl_set_screen_size (rows, cols);
336 rl_get_screen_size (rows, cols)
337 int *rows, *cols;
[all...]
/freebsd-10-stable/contrib/mdocml/
H A Dtbl_html.c70 col = &h->tbl.cols[hp->ident];
145 assert(h->tbl.cols);
146 free(h->tbl.cols);
147 h->tbl.cols = NULL;
H A Dout.h50 struct roffcol *cols; /* master column specifiers */ member in struct:rofftbl
/freebsd-10-stable/usr.bin/column/
H A Dcolumn.c220 int cols, *len; member in struct:_tbl
232 wchar_t **cols; local
237 if ((cols = calloc((maxcols = DEFCOLS), sizeof(*cols))) == NULL)
243 (cols[coloff] = wcstok(p, separator, &last));
246 if (!(cols = realloc(cols, ((u_int)maxcols +
259 for (t->cols = coloff; --coloff >= 0;) {
260 t->list[coloff] = cols[coloff];
261 t->len[coloff] = width(cols[colof
[all...]
/freebsd-10-stable/contrib/xz/src/xz/
H A Dmessage.c562 const char *cols[5] = { local
570 tuklib_mbstr_fw(cols[0], 6), cols[0],
571 tuklib_mbstr_fw(cols[1], 35), cols[1],
572 tuklib_mbstr_fw(cols[2], 9), cols[2],
573 cols[3],
574 cols[4]);
644 const char *cols[ local
[all...]
/freebsd-10-stable/sys/cddl/contrib/opensolaris/uts/common/os/
H A Dfm.c180 fm_printf(int depth, int c, int cols, const char *format, ...) argument
190 if (c + width >= cols) {
203 return ((c + width) % cols);
218 fm_nvprintr(nvlist_t *nvl, int d, int c, int cols) argument
239 c = fm_printf(d, c, cols, " %s=", name);
243 c = fm_printf(d + 1, c, cols, " 1");
248 c = fm_printf(d + 1, c, cols, b ? "1" : "0");
253 c = fm_printf(d + 1, c, cols, "%x", i8);
258 c = fm_printf(d + 1, c, cols, "%x", i8);
263 c = fm_printf(d + 1, c, cols, "
[all...]
/freebsd-10-stable/sys/dev/bktr/
H A Dbktr_core.c413 static void yuvpack_prog( bktr_ptr_t bktr, char i_flag, int cols,
415 static void yuv422_prog( bktr_ptr_t bktr, char i_flag, int cols,
417 static void yuv12_prog( bktr_ptr_t bktr, char i_flag, int cols,
419 static void rgb_prog( bktr_ptr_t bktr, char i_flag, int cols,
421 static void rgb_vbi_prog( bktr_ptr_t bktr, char i_flag, int cols,
558 bktr->cols = 640;
1206 count = bktr->rows * bktr->cols *
1826 bktr->cols = geo->columns;
1883 x_size must be greater than or equal to 1.666*METEORSETGEO width (cols)
1886 x_size must be greater than or equal to 1.666*METEORSETGEO width (cols)
2762 rgb_vbi_prog( bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace ) argument
2849 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
2856 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
2862 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
2906 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
2913 cols); local
2918 Bpp, (volatile u_char **)(uintptr_t) &target, cols); local
2944 rgb_prog( bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace ) argument
3003 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
3010 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
3016 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
3069 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
3076 cols); local
3081 Bpp, (volatile u_char **)(uintptr_t)&target, cols); local
3106 yuvpack_prog( bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace ) argument
3221 yuv422_prog( bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace ) argument
3334 yuv12_prog( bktr_ptr_t bktr, char i_flag, int cols, int rows, int interlace ) argument
3447 int rows, cols, interlace; local
[all...]

Completed in 239 milliseconds

123456