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

/opensolaris-onvv-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++)
H A Dllib-lcurses50 WINDOW *makenew(int num_lines, int num_cols, int begy, int begx);
/opensolaris-onvv-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++)
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/ls/
H A Dls.c327 static int num_cols = 80; variable
859 num_cols = atoi(optarg);
992 num_cols = atoi(clptr);
996 num_cols = (win.ws_col == 0 ? 80 : win.ws_col);
1001 if (num_cols < 20 || num_cols > 1000)
1003 num_cols = 80;
1206 if (colwidth > num_cols) {
1209 ncols = num_cols / colwidth;
1416 acl_printacl(p->aclp, num_cols, Vfl
[all...]

Completed in 59 milliseconds