Searched refs:num_cols (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 97 int num_cols = 0; in copy_entry() local 112 num_cols = old->en_cols.en_cols_len; in copy_entry() 114 if (num_cols == 0) in copy_entry() 117 newcols = new entry_col[num_cols]; in copy_entry() 124 for (j = 0; j < num_cols; j++) { in copy_entry() 145 nb->en_cols.en_cols_len = num_cols; in copy_entry() 154 int num_cols; in free_entry() local 158 num_cols = obj->en_cols.en_cols_len; in free_entry() 160 for (i = 0; i < num_cols; i++) in free_entry()
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | V3.upd_old_y.c | 52 int row, col, num_cols; in _update_old_y_area() local 55 for (num_cols = ncols, col = start_col; num_cols > 0; in _update_old_y_area() 56 num_cols--, col++) in _update_old_y_area()
|
H A D | V2.makenew.c | 50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument 52 return (_makenew(num_lines, num_cols, begy, begx)); in makenew()
|
H A D | llib-lcurses | 50 WINDOW *makenew(int num_lines, int num_cols, int begy, int begx);
|
/titanic_44/usr/src/ucblib/libcurses/ |
H A D | newwin.c | 40 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() argument 50 nc = num_cols; in newwin() 95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() argument 103 nc = num_cols; in subwin() 155 makenew(int num_lines, int num_cols, int begy, int begx) in makenew() argument 163 nc = num_cols; in makenew()
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 321 static int num_cols = 80; variable 852 num_cols = atoi(optarg); in main() 985 num_cols = atoi(clptr); in main() 989 num_cols = (win.ws_col == 0 ? 80 : win.ws_col); in main() 1003 if (num_cols < 20 || num_cols > 1000) in main() 1005 num_cols = 80; in main() 1208 if (colwidth <= num_cols) { in pem() 1209 ncols = num_cols / colwidth; in pem() 1429 acl_printacl(p->aclp, num_cols, Vflg); in pentry() 1498 if (curcol + colwidth + 2 > num_cols) { in column() [all …]
|