Home
last modified time | relevance | path

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

/titanic_44/usr/src/ucblib/libcurses/
H A Dnewwin.c40 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 Ddb_entry.cc97 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 DV2.makenew.c50 makenew(int num_lines, int num_cols, int begy, int begx) in makenew()
H A DV3.upd_old_y.c52 int row, col, num_cols; in _update_old_y_area() local
/titanic_44/usr/src/cmd/ls/
H A Dls.c321 static int num_cols = 80; variable