Home
last modified time | relevance | path

Searched defs:maxcols (Results 1 – 4 of 4) sorted by relevance

/titanic_51/usr/src/lib/libcurses/screen/
H A Dwinchnstr.c58 int maxcols = win->_maxx - win->_curx; in winchnstr() local
H A Dwinwchnstr.c49 int maxcols = win->_maxx - win->_curx; in winwchnstr() local
/titanic_51/usr/src/lib/libofmt/common/
H A Dofmt.c131 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols) in split_fields() argument
179 uint_t maxcols, ofmt_handle_t *ofmt) in ofmt_open() argument
/titanic_51/usr/src/cmd/mandoc/
H A Dterm.h60 size_t maxcols; /* Max size of buf. */ member