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

/freebsd-9.3-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;
156 free(maxwidth);
/freebsd-9.3-release/contrib/less/
H A Dprompt.c479 pr_expand(proto, maxwidth)
481 int maxwidth;
540 if (maxwidth > 0 && mp >= message + maxwidth)
546 return (mp - maxwidth);
/freebsd-9.3-release/gnu/lib/libodialog/
H A Dkernel.c186 void print_autowrap(WINDOW *win, unsigned char *prompt, int height, int width, int maxwidth, int y, int x, int center, int rawmode) argument
231 for (i = width; i < maxwidth; i++)
247 for ( ; i < maxwidth; i++) {
295 for (i = width; i < maxwidth; i++)
311 for ( ; i < maxwidth; i++) {
H A Ddialog.priv.h174 void print_autowrap(WINDOW *win, unsigned char *prompt, int height, int width, int maxwidth,
/freebsd-9.3-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-9.3-release/sys/compat/linux/
H A Dlinux_videodev.h46 int maxwidth; /* Supported width */ member in struct:video_capability

Completed in 59 milliseconds