Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dwinchnstr.c56 int maxcols = win->_maxx - win->_curx; in winchnstr() local
H A Dwinwchnstr.c47 int maxcols = win->_maxx - win->_curx; in winwchnstr() local
/illumos-gate/usr/src/lib/libofmt/common/
H A Dofmt.c141 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols) in split_fields()
189 uint_t maxcols, ofmt_handle_t *ofmt) in ofmt_open()
/illumos-gate/usr/src/cmd/mandoc/
H A Dterm.h54 size_t maxcols; /* Allocated bytes in buf. */ member