Searched defs:maxcols (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libcurses/screen/ |
H A D | winchnstr.c | 58 int maxcols = win->_maxx - win->_curx; local 67 maxcols++; 70 while ((counter < ncols) && maxcols > 0) { 76 for (s = 0; s < scrw; s++, maxcols--, ptr++) {
|
H A D | winwchnstr.c | 49 int maxcols = win->_maxx - win->_curx; local 61 maxcols++; 64 while ((counter < ncols) && maxcols > 0) { 69 for (mp = mbbuf, s = 0; s < scrw; s++, maxcols--, ptr++) {
|
/osnet-11/usr/src/lib/libinetutil/common/ |
H A D | ofmt.c | 131 split_fields(const ofmt_field_t *template, uint_t maxfields, uint_t maxcols) argument 151 if (maxcols > 0 && cols > maxcols) 179 uint_t maxcols, ofmt_handle_t *ofmt) 220 maxcols = 0; 221 sp = split_fields(template, nfields, maxcols); 178 ofmt_open(const char *str, const ofmt_field_t *template, uint_t flags, uint_t maxcols, ofmt_handle_t *ofmt) argument
|
Completed in 23 milliseconds