Searched defs:num_cols (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 50 makenew(int num_lines, int num_cols, int begy, int begx) argument 52 return (_makenew(num_lines, num_cols, begy, begx));
|
H A D | V3.upd_old_y.c | 52 int row, col, num_cols; local 55 for (num_cols = ncols, col = start_col; num_cols > 0; 56 num_cols--, col++)
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 97 int num_cols = 0; local 112 num_cols = old->en_cols.en_cols_len; 114 if (num_cols == 0) 117 newcols = new entry_col[num_cols]; 124 for (j = 0; j < num_cols; j++) { 145 nb->en_cols.en_cols_len = num_cols; 154 int num_cols; local 158 num_cols = obj->en_cols.en_cols_len; 160 for (i = 0; i < num_cols; i++)
|
/osnet-11/usr/src/grub/grub2/grub-core/loader/ia64/efi/ |
H A D | linux.c | 53 grub_uint16_t num_cols; /* number of columns on console output dev */ member in struct:ia64_boot_param::__anon618 317 boot_param->console_info.num_cols = cols;
|
Completed in 28 milliseconds