Searched refs:maxwidth (Results 1 - 6 of 6) sorted by relevance

/freebsd-10.0-release/contrib/dialog/
H A Dcolumns.c104 unsigned *maxwidth; local
117 maxwidth = dlg_calloc(unsigned, maxcols);
121 assert_ptr(maxwidth, "dlg_align_columns");
129 if (maxwidth[n] < widths[n])
130 maxwidth[n] = widths[n];
135 realwidth += maxwidth[n];
149 offset += maxwidth[n] + 1;
157 free(maxwidth);
/freebsd-10.0-release/contrib/less/
H A Dprompt.c478 pr_expand(proto, maxwidth)
480 int maxwidth;
539 if (maxwidth > 0 && mp >= message + maxwidth)
545 return (mp - maxwidth);
/freebsd-10.0-release/contrib/tcsh/
H A Dtw.parse.c2136 unsigned int maxwidth = 0; local
2139 maxwidth = max(maxwidth, (unsigned int) Strlen(items[i]));
2141 maxwidth += no_file_suffix ? 1 : 2; /* for the file tag and space */
2142 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */
2161 unsigned int wx, maxwidth = 0; local
2172 maxwidth = max(maxwidth, (unsigned int) NLSStringWidth(items[i]));
2175 maxwidth += no_file_suffix ? 1 : 2; /* for the file tag and space */
2176 columns = TermH / maxwidth; /* PW
[all...]
H A Dsh.file.c316 int rows, r, c, maxwidth = 0, columns; local
321 maxwidth = maxwidth > (r = Strlen(items[i])) ? maxwidth : r;
322 maxwidth += 2; /* for the file tag and space */
323 columns = win.ws_col / maxwidth;
337 for (; w < maxwidth; w++)
/freebsd-10.0-release/sys/contrib/v4l/
H A Dvideodev.h46 int maxwidth; /* Supported width */ member in struct:video_capability
/freebsd-10.0-release/sys/powerpc/wii/
H A Dwii_fb.c352 const unsigned int maxwidth = 714; local
353 unsigned int hblanking = maxwidth - width;

Completed in 207 milliseconds