HomeSort by: relevance | last modified time | path
    Searched defs:columns (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdb/
osdata.h 37 std::vector<osdata_column> columns; member in struct:osdata_item
  /src/external/gpl3/gdb/dist/gdb/
osdata.h 37 std::vector<osdata_column> columns; member in struct:osdata_item
  /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/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/external/bsd/kyua-cli/dist/utils/cmdline/
ui.cpp 106 /// This information comes first from the COLUMNS environment variable. If not
127 const optional< std::string > columns = utils::getenv("COLUMNS"); local
128 if (columns) {
129 if (columns.get().length() > 0) {
132 utils::text::to_type< std::size_t >(columns.get()));
134 LD(F("Ignoring invalid value in COLUMNS variable: %s") %
ui_test.cpp 62 /// \return The width of the tty in columns. If the width is wider than 80, the
63 /// result is 5 columns narrower to match the screen_width() algorithm.
90 utils::setenv("COLUMNS", "4321");
101 utils::setenv("COLUMNS", "4321");
112 utils::setenv("COLUMNS", "");
123 utils::setenv("COLUMNS", "");
124 const std::size_t columns = reopen_stdout(); local
127 ATF_REQUIRE_EQ(columns, ui.screen_width().get());
134 utils::setenv("COLUMNS", "foo bar");
145 utils::setenv("COLUMNS", "foo bar")
146 const std::size_t columns = reopen_stdout(); local
    [all...]
  /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/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/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/gpl2/groff/dist/src/devices/grohtml/
html-table.h 102 cols *columns; /* column entries */ member in class:html_table
  /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/sbin/disklabel/
interact.c 675 int columns, width; local
699 columns = ttywidth / width;
701 if (columns == 0)
702 columns = 1;
703 lines = (numentries + columns - 1) / columns;
704 /* Output sorted by columns */
  /src/sbin/restore/
interactive.c 658 int i, j, precision, columns, lines; local
686 columns = 81 / width;
687 if (columns == 0)
688 columns = 1;
689 lines = (nentry + columns - 1) / columns;
691 for (j = 0; j < columns; j++) {
  /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/crypto/external/bsd/heimdal/dist/lib/roken/
getarg.c 196 check_column(FILE *f, int col, int len, int columns)
198 if(col + len > columns) {
231 int col = 0, columns; local
243 if(get_window_size(2, NULL, &columns) == -1)
244 columns = 80;
260 col = check_column(stderr, col, strlen(buf) + 1, columns);
282 col = check_column(stderr, col, strlen(buf) + 1, columns);
293 col = check_column(stderr, col, strlen(buf) + 1, columns);
301 check_column(stderr, col, strlen(extra_string) + 1, columns);
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/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/crypto/external/bsd/openssl.old/dist/apps/
openssl.c 33 /* Structure to hold the number of columns to be displayed and the
37 int columns; member in struct:__anon1806
73 dc->columns = (80 - 1) / dc->width;
499 if (i++ % dc.columns == 0) {
538 if (i % dc.columns == 0 && i > 0)
  /src/external/bsd/flex/dist/src/
scanopt.c 120 if ((env = getenv ("COLUMNS")) != NULL)
236 int i, columns, indent = 2;
373 columns = get_cols () - 1;
374 if (maxlen[0] + maxlen[1] + indent * 2 > columns) {
376 maxlen[1] = columns - (maxlen[0] + indent * 2);
443 /* Print description, wrapped to maxlen[1] columns. */
235 int i, columns, indent = 2; local
  /src/external/gpl3/binutils/dist/binutils/
bucomm.c 388 const char *columns;
402 columns = getenv ("COLUMNS");
403 if (columns != NULL)
404 width = atoi (columns);
385 const char *columns; local
  /src/external/gpl3/binutils.old/dist/binutils/
bucomm.c 388 const char *columns;
402 columns = getenv ("COLUMNS");
403 if (columns != NULL)
404 width = atoi (columns);
385 const char *columns; local
  /src/bin/csh/
file.c 302 * Print sorted down columns
307 size_t c, columns, i, maxwidth, r, rows; local
316 columns = win.ws_col / maxwidth;
317 if (columns == 0)
318 columns = 1;
319 rows = (count + (columns - 1)) / columns;
321 for (c = 0; c < columns; c++) {
328 if (c < columns - 1) { /* last column? */
  /src/sys/ddb/
db_command.c 765 size_t i, j, w, columns, lines, numcmds, width=0; local
779 columns = db_max_width / width;
780 if (columns == 0)
781 columns = 1;
788 lines = (numcmds + columns - 1) / columns;
791 for (j = 0; j < columns; j++) {
  /src/usr.bin/ftp/
util.c 911 size_t columns, lines; local
924 columns = ttywidth / width;
925 if (columns == 0)
926 columns = 1;
927 lines = (sl->sl_cur + columns - 1) / columns;
929 for (j = 0; j < columns; j++) {
  /src/usr.bin/mail/
complete.c 94 size_t i, j, columns, lines; local
107 columns = ttywidth / width;
108 if (columns == 0)
109 columns = 1;
110 lines = (sl->sl_cur + columns - 1) / columns;
113 for (j = 0; j < columns; j++) {

Completed in 95 milliseconds

1 2