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

/illumos-gate/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++)
/illumos-gate/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++)
/illumos-gate/usr/src/ucblib/libcurses/
H A Dnewwin.c40 newwin(int num_lines, int num_cols, int begy, int begx) argument
50 nc = num_cols;
95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) argument
103 nc = num_cols;
155 makenew(int num_lines, int num_cols, int begy, int begx) argument
163 nc = num_cols;
/illumos-gate/usr/src/cmd/ls/
H A Dls.c330 static int num_cols = 80; variable
862 num_cols = atoi(optarg);
995 num_cols = atoi(clptr);
999 num_cols = (win.ws_col == 0 ? 80 : win.ws_col);
1013 if (num_cols < 20 || num_cols > 1000)
1015 num_cols = 80;
1218 if (colwidth <= num_cols) {
1219 ncols = num_cols / colwidth;
1436 acl_printacl(p->aclp, num_cols, Vfl
[all...]

Completed in 66 milliseconds