Home
last modified time | relevance | path

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

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