Searched refs:maxcols (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/dialog/
H A Dcolumns.c101 size_t maxcols = 0; local
111 if (maxcols < len)
112 maxcols = len;
114 ++maxcols;
115 widths = dlg_calloc(unsigned, maxcols);
116 offsets = dlg_calloc(unsigned, maxcols);
117 maxwidth = dlg_calloc(unsigned, maxcols);
/freebsd-9.3-release/usr.bin/column/
H A Dcolumn.c230 int *lens, maxcols; local
237 if ((cols = calloc((maxcols = DEFCOLS), sizeof(*cols))) == NULL)
239 if ((lens = calloc(maxcols, sizeof(int))) == NULL)
245 if (++coloff == maxcols) {
246 if (!(cols = realloc(cols, ((u_int)maxcols +
249 ((u_int)maxcols + DEFCOLS) * sizeof(int))))
251 memset((char *)lens + maxcols * sizeof(int),
253 maxcols += DEFCOLS;
/freebsd-9.3-release/contrib/nvi/vi/
H A Dvs_msg.c239 size_t maxcols, oldx, oldy, padding; local
349 maxcols = sp->cols - 1;
351 if (len + vip->lcontinue + padding > maxcols)
362 if (len + vip->lcontinue > maxcols) {
363 for (e = s + (maxcols - vip->lcontinue);
366 e = t = s + (maxcols - vip->lcontinue);
/freebsd-9.3-release/sbin/ifconfig/
H A Difieee80211.c3057 printies(const u_int8_t *vp, int ielen, int maxcols) argument
3063 printssid(" SSID", vp, 2+vp[1], maxcols);
3069 " RATES" : " XRATES", vp, 2+vp[1], maxcols);
3077 printcountry(" COUNTRY", vp, 2+vp[1], maxcols);
3085 printwpaie(" WPA", vp, 2+vp[1], maxcols);
3087 printwmeinfo(" WME", vp, 2+vp[1], maxcols);
3089 printwmeparam(" WME", vp, 2+vp[1], maxcols);
3091 printathie(" ATH", vp, 2+vp[1], maxcols);
3093 printwpsie(" WPS", vp, 2+vp[1], maxcols);
3095 printtdmaie(" TDMA", vp, 2+vp[1], maxcols);
3118 printie(iename(vp[0]), vp, 2+vp[1], maxcols); local
[all...]

Completed in 117 milliseconds