Searched defs:num_cols (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/ucblib/libcurses/ |
H A D | newwin.c | 38 newwin(int num_lines, int num_cols, int begy, int begx) in newwin() 93 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() 153 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 94 int num_cols = 0; in copy_entry() local 151 int num_cols; in free_entry() local
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 48 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
H A D | V3.upd_old_y.c | 50 int row, col, num_cols; in _update_old_y_area() local
|
/illumos-gate/usr/src/cmd/ls/ |
H A D | ls.c | 325 static int num_cols = 80; variable
|