Searched defs:num_cols (Results 1 – 5 of 5) sorted by relevance
/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() 95 subwin(WINDOW *orig, int num_lines, int num_cols, int begy, int begx) in subwin() 155 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_entry.cc | 97 int num_cols = 0; in copy_entry() local 154 int num_cols; in free_entry() local
|
/titanic_44/usr/src/lib/libcurses/screen/ |
H A D | V2.makenew.c | 50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
|
H A D | V3.upd_old_y.c | 52 int row, col, num_cols; in _update_old_y_area() local
|
/titanic_44/usr/src/cmd/ls/ |
H A D | ls.c | 321 static int num_cols = 80; variable
|