Searched refs:num_cols (Results 1 - 5 of 5) sorted by relevance

/osnet-11/usr/src/lib/libcurses/screen/
H A DV2.makenew.c50 makenew(int num_lines, int num_cols, int begy, int begx) argument
52 return (_makenew(num_lines, num_cols, begy, begx));
H A DV3.upd_old_y.c52 int row, col, num_cols; local
55 for (num_cols = ncols, col = start_col; num_cols > 0;
56 num_cols--, col++)
H A Dllib-lcurses50 WINDOW *makenew(int num_lines, int num_cols, int begy, int begx);
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_entry.cc97 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 Dlinux.c53 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 82 milliseconds