| /src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| get_window_size.c | 63 get_window_size(int fd, int *lines, int *columns) 75 if (columns) 76 *columns = ws.ws_col; 88 if (columns) 89 *columns = ts.ts_cols; 100 if (columns) 101 *columns = dst[0]; 114 if (columns) 115 *columns = 1 + sb_info.srWindow.Right - sb_info.srWindow.Left; 121 if (columns) { [all...] |
| rtbl.c | 60 struct column_data **columns; member in struct:rtbl_data 88 if(table->columns[i]->column_id == id) 89 return table->columns[i]; 98 if(strcmp(table->columns[i]->header, column) == 0) 99 return table->columns[i]; 109 struct column_data *c = table->columns[i]; 121 free (table->columns); 131 tmp = realloc (table->columns, (table->num_columns + 1) * sizeof (*tmp)); 134 table->columns = tmp; 150 table->columns[table->num_columns++] = col [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/lib/ |
| aarch64.exp | 41 # 2-dimension vector containing ROWS rows and COLUMNS columns of elements 45 # "{{BYTE <repeats COLUMNS times>} <repeats ROWS times>}". 47 proc 2d_array_value_pattern { byte rows columns } { 51 append data $brace_open [1d_array_value_pattern $byte $columns] 94 # COLUMNS columns, initializing all elements to BYTE for register NAME. 96 # COLUMNS is limited to 256 elements for memory usage purposes. 100 proc initialize_2d_array { name byte rows columns } { 104 if {[expr $rows * $columns] <= 256} [all...] |
| /src/external/gpl3/gdb/dist/gdb/testsuite/lib/ |
| aarch64.exp | 41 # 2-dimension vector containing ROWS rows and COLUMNS columns of elements 45 # "{{BYTE <repeats COLUMNS times>} <repeats ROWS times>}". 47 proc 2d_array_value_pattern { byte rows columns } { 51 append data $brace_open [1d_array_value_pattern $byte $columns] 94 # COLUMNS columns, initializing all elements to BYTE for register NAME. 96 # COLUMNS is limited to 256 elements for memory usage purposes. 100 proc initialize_2d_array { name byte rows columns } { 104 if {[expr $rows * $columns] <= 256} [all...] |
| /src/usr.bin/crunch/crunchgen/ |
| crunched_main.c | 88 size_t columns, len; local 93 columns = 0; 96 if (columns + len < 80) 97 columns += len; 100 columns = len;
|
| /src/external/gpl3/binutils/dist/gprofng/examples/mxv-pthreads/experiments/ |
| profile.sh | 30 columns=2000 58 gprofng collect app -O $exp_directory $exe -m $rows -n $columns -t $threads
|
| /src/external/gpl3/binutils.old/dist/gprofng/examples/mxv-pthreads/experiments/ |
| profile.sh | 30 columns=2000 58 gprofng collect app -O $exp_directory $exe -m $rows -n $columns -t $threads
|
| /src/crypto/external/apache2/openssl/dist/apps/include/ |
| function.h | 39 /* Structure to hold the number of columns to be displayed and the 43 int columns; member in struct:__anon26
|
| /src/crypto/external/apache2/openssl/dist/apps/lib/ |
| columns.c | 25 dc->columns = (80 - 1) / dc->width;
|
| /src/crypto/external/bsd/openssl/dist/apps/include/ |
| function.h | 34 /* Structure to hold the number of columns to be displayed and the 38 int columns; member in struct:__anon1149
|
| /src/crypto/external/bsd/openssl/dist/apps/lib/ |
| columns.c | 25 dc->columns = (80 - 1) / dc->width;
|
| /src/external/bsd/kyua-cli/dist/utils/sqlite/ |
| test_utils.hpp | 136 int rows, columns; local 138 "SELECT * FROM test ORDER BY prime", &result, &rows, &columns, NULL)); 140 ATF_REQUIRE_EQ(1, columns);
|
| /src/usr.sbin/timed/timedc/ |
| timedc.c | 216 int columns, width = 0, lines; local 227 columns = 80 / width; 228 if (columns == 0) 229 columns = 1; 230 lines = (NCMDS + columns - 1) / columns; 232 for (j = 0; j < columns; j++) {
|
| /src/external/gpl2/groff/dist/src/devices/grohtml/ |
| html-table.cpp | 244 : out(op), columns(NULL), linelength(linelen), last_col(NULL), start_space(FALSE) 255 c = columns; 256 while (columns != NULL) { 257 columns = columns->next; 259 c = columns; 264 * remove_cols - remove a list of columns as defined by, c. 290 for (c = columns; c != NULL; c = c->next) { 309 if (columns != NULL) 310 return linelength - columns->left [all...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| osdata.c | 107 item.columns.emplace_back (std::move (data->property_name), 188 for (const osdata_column &col : item.columns) 216 ncols = last->columns.size (); 224 for (int ix = 0; ix < last->columns.size (); ix++) 226 if (last->columns[ix].name == "Title") 238 /* With no columns/items, we just output an empty table, but we 243 if (last != NULL && !last->columns.empty ()) 245 for (int ix = 0; ix < last->columns.size (); ix++) 254 col_name, last->columns[ix].name.c_str ()); 267 for (int ix_cols = 0; ix_cols < item.columns.size (); ix_cols++ [all...] |
| osdata.h | 37 std::vector<osdata_column> columns; member in struct:osdata_item
|
| /src/external/gpl3/gdb/dist/gdb/ |
| osdata.c | 107 item.columns.emplace_back (std::move (data->property_name), 188 for (const osdata_column &col : item.columns) 216 ncols = last->columns.size (); 224 for (int ix = 0; ix < last->columns.size (); ix++) 226 if (last->columns[ix].name == "Title") 238 /* With no columns/items, we just output an empty table, but we 243 if (last != NULL && !last->columns.empty ()) 245 for (int ix = 0; ix < last->columns.size (); ix++) 254 col_name, last->columns[ix].name.c_str ()); 267 for (int ix_cols = 0; ix_cols < item.columns.size (); ix_cols++ [all...] |
| osdata.h | 37 std::vector<osdata_column> columns; member in struct:osdata_item
|
| /src/tests/bin/ps/ |
| t_ps.sh | 44 # right-justified columns. 184 atf_set "descr" "Checks that the default set of columns is correct" \ 185 "and also check that the columns printed by the -j," \ 202 atf_set "descr" "Checks that 'ps -O foo' inserts columns just after" \ 220 "columns are printed; this does not test header" \ 248 "'ps -o foo=BAR'. This does not test columns " \ 308 "does not test the case where all columns have" \
|
| /src/external/public-domain/xz/dist/src/xz/ |
| list.c | 97 /// of columns on a terminal. 110 /// Number of terminal-columns to use for this table-column. 113 int columns; member in struct:__anon419 115 /// Field width to use for printf() to pad "str" to use "columns" 116 /// number of columns on a terminal. This is calculated in 166 // string was limited to ten columns in a fixed-width font, but 172 // strings were limited to ten columns in a fixed-width font, but 224 // Lengths of translated strings as columns. 227 // Maximum number of columns needed by a translated string. 249 // will use width_max columns on a terminal [all...] |
| /src/usr.sbin/lpr/lpc/ |
| lpc.c | 270 size_t columns, width = 0, lines; local 280 columns = 80 / width; 281 if (columns == 0) 282 columns = 1; 283 lines = (NCMDS + columns - 1) / columns; 285 for (j = 0; j < columns; j++) {
|
| /src/external/bsd/less/dist/lesstest/ |
| maketest | 20 my $columns = ($opt{w} or $ENV{COLUMNS}-1); 49 my $cmd = "LINES=$lines COLUMNS=$columns $lesstest $lt_opts $ls_opts -s '$lt_screen' -o '$ltfile' -- $less '$textfile'";
|
| /src/external/bsd/nvi/dist/cl/ |
| cl_read.c | 44 #undef columns macro 62 size_t lines, columns; local 92 if (cl_ssize(sp, 1, &lines, &columns, &changed)) 95 (void)cl_resize(sp, lines, columns); 308 cl_resize(SCR *sp, size_t lines, size_t columns) 313 if (api_opts_set(sp, L("columns"), NULL, columns, 0))
|
| /src/external/bsd/tmux/dist/ |
| layout-set.c | 591 u_int i, j, columns, rows, max_columns; local 600 /* Get maximum columns from window option. */ 601 max_columns = options_get_number(oo, "tiled-layout-max-columns"); 603 /* How many rows and columns are wanted? */ 604 rows = columns = 1; 605 while (rows * columns < n) { 607 if (rows * columns < n && 608 (max_columns == 0 || columns < max_columns)) 609 columns++; 613 width = (w->sx - (columns - 1)) / columns [all...] |
| /src/external/apache2/llvm/dist/clang/lib/Frontend/ |
| TextDiagnostic.cpp | 176 /// of the printable representation of the line to the columns those printable 179 /// If a byte 'i' corresponds to multiple columns (e.g. the byte contains a tab 189 /// and instead is the number of columns needed to display the source 195 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns to 208 int columns = 0; 211 out[i] = columns; 214 columns += llvm::sys::locale::columnWidth(res.first); 216 out.back() = columns; 219 /// This function takes a raw source line and produces a mapping from columns 229 /// (\\u3042 is represented in UTF-8 by three bytes and takes two columns t [all...] |