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

12

/macosx-10.10.1/top-100.1.2/
H A Dtop.h31 void top_relayout(struct statistics_controller *c, int type, int maxwidth);
H A Dtop.c48 void top_relayout(struct statistics_controller *c, int type, int maxwidth) { argument
/macosx-10.10.1/swig-12/Source/DOH/
H A Dfio.c111 int maxwidth; local
284 maxwidth = precval;
286 maxwidth = widthval;
301 maxwidth = maxwidth + strlen(newformat) + Len(enc);
303 maxwidth = maxwidth + strlen(newformat) + Len(Sval);
307 if ((maxwidth + 1) < OBUFLEN) {
310 stemp = (char *) DohMalloc(maxwidth + 1);
343 maxwidth
[all...]
/macosx-10.10.1/lsof-53/lsof/lib/
H A Dsnpf.c218 int maxwidth));
294 int maxwidth = 0; local
309 ljust = len = zpad = zxflag = maxwidth = 0;
335 maxwidth = (maxwidth * 10) + (int)(ch - '0');
341 maxwidth = va_arg(args, int);
484 if (maxwidth > 0 || !pointflag) {
485 if (pointflag && len > maxwidth)
486 len = maxwidth; /* Adjust padding */
488 maxwidth);
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dprettyprint.rb35 # q = PrettyPrint.new(output, maxwidth, newline, &genspace)
41 def PrettyPrint.format(output='', maxwidth=79, newline="\n", genspace=lambda {|n| ' ' * n})
42 q = PrettyPrint.new(output, maxwidth, newline, &genspace)
50 # +maxwidth+, +newline+ and +genspace+ are ignored.
55 def PrettyPrint.singleline_format(output='', maxwidth=nil, newline=nil, genspace=nil)
69 # +maxwidth+ specifies maximum line length. If it is not specified, 79 is
70 # assumed. However actual outputs may overflow +maxwidth+ if long
78 def initialize(output='', maxwidth=79, newline="\n", &genspace)
80 @maxwidth = maxwidth
[all...]
/macosx-10.10.1/emacs-93/emacs/lisp/mail/
H A Dreporter.el131 (defun reporter-beautify-list (maxwidth compact-p)
149 (if (<= maxwidth (current-column))
156 (setq indent-p (reporter-beautify-list maxwidth compact-p))
185 (maxwidth (1- (window-width)))
199 (<= maxwidth (current-column)))
204 (reporter-beautify-list maxwidth compact-p))))
/macosx-10.10.1/less-25/less/
H A Dprompt.c476 pr_expand(proto, maxwidth)
478 int maxwidth;
537 if (maxwidth > 0 && mp >= message + maxwidth)
543 return (mp - maxwidth);
/macosx-10.10.1/screen-22/screen/
H A Dresize.c530 static int maxwidth; variable
542 if (wi <= maxwidth)
544 maxwidth = wi;
545 debug1("New maxwidth: %d\n", maxwidth);
546 blank = (unsigned char *)xrealloc((char *)blank, maxwidth);
547 null = (unsigned char *)xrealloc((char *)null, maxwidth);
548 mline_old.image = (unsigned char *)xrealloc((char *)mline_old.image, maxwidth);
549 mline_old.attr = (unsigned char *)xrealloc((char *)mline_old.attr, maxwidth);
551 mline_old.font = (unsigned char *)xrealloc((char *)mline_old.font, maxwidth);
[all...]
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/tkextlib/vu/
H A DcanvSticker2.rb60 maxwidth 32767
/macosx-10.10.1/tcsh-65/tcsh/
H A Dtw.parse.c2086 unsigned int maxwidth = 0; local
2089 maxwidth = max(maxwidth, (unsigned int) Strlen(items[i]));
2091 maxwidth += no_file_suffix ? 1 : 2; /* for the file tag and space */
2092 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */
2111 unsigned int wx, maxwidth = 0; local
2122 maxwidth = max(maxwidth, (unsigned int) NLSStringWidth(items[i]));
2125 maxwidth += no_file_suffix ? 1 : 2; /* for the file tag and space */
2126 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++)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/examples/tablelist/
H A Dconfig.tcl103 $tbl columnconfigure 3 -maxwidth 30
104 $tbl columnconfigure 4 -maxwidth 30 -editable yes
H A Dconfig_tile.tcl100 $tbl columnconfigure 3 -maxwidth 30
101 $tbl columnconfigure 4 -maxwidth 30 -editable yes
/macosx-10.10.1/tcsh-65/tcsh/win32/
H A Dntfunc.c96 void nt_print_builtins(size_t maxwidth) { argument
112 oldmax = maxwidth;
115 maxwidth = max(maxwidth, (int)lstrlen(b->bname));
117 if (oldmax != maxwidth)
118 ++maxwidth; /* for space */
120 columns = (TermH + 1) / maxwidth; /* PWP: terminal size change */
131 for (; w < maxwidth; w++)
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dprompt.c1213 * representation. twidth is its printing width, and maxwidth
1221 int twidth, maxwidth; local
1226 maxwidth = bv->truncwidth - twidth;
1239 * maxwidth bytes from the main prompt, preceded
1270 while (remw > maxwidth && *fulltextptr) {
1360 while (maxwidth > 0 && *skiptext) {
1368 maxwidth--;
1392 maxwidth--;
1397 maxwidth -= wcw;
1399 maxwidth
[all...]
/macosx-10.10.1/vim-55/src/proto/
H A Dbuffer.pro44 int build_stl_str_hl __ARGS((win_T *wp, char_u *out, size_t outlen, char_u *fmt, int use_sandbox, int fillchar, int maxwidth, struct stl_hlrec *hltab, struct stl_hlrec *tabtab));
/macosx-10.10.1/vim-55/src/
H A Dbuffer.c3362 * If maxwidth is not zero, the string will be filled at any middle marker
3366 build_stl_str_hl(wp, out, outlen, fmt, use_sandbox, fillchar, maxwidth, hltab, tabtab)
3373 int maxwidth;
4040 if (maxwidth > 0 && width > maxwidth)
4063 if (width - vim_strsize(s) >= maxwidth)
4074 if (width >= maxwidth)
4079 while (++width < maxwidth)
4084 s = out + maxwidth - 1;
4098 while (width >= maxwidth)
[all...]
H A Dscreen.c6428 int maxwidth; local
6448 maxwidth = Columns;
6457 maxwidth = W_WIDTH(wp);
6482 maxwidth = W_WIDTH(wp) - col;
6488 --maxwidth; /* writing in last column may cause scrolling */
6514 if (maxwidth <= 0)
6523 fillchar, maxwidth, hltab, tabtab);
6527 while (width < maxwidth && len < (int)sizeof(buf) - 1)
/macosx-10.10.1/CPANInternal-159.1/Term-ReadLine-Perl-1.0303/ReadLine/
H A Dreadline.pm3584 my $maxwidth = 0;
3585 grep(length > $maxwidth && ($maxwidth = length), @list);
3586 $maxwidth++;
3588 $columns = $maxwidth >= $rl_screen_width
3589 ? 1 : int($rl_screen_width / $maxwidth);
3592 $maxwidth += int(($rl_screen_width % $maxwidth) / $columns);
3601 printf("%-$ {maxwidth}s", $list[$index]);
/macosx-10.10.1/emacs-93/emacs/src/
H A Dxmenu.c3509 int maxwidth;
3581 maxwidth = 0;
3595 if (width > maxwidth)
3596 maxwidth = width;
3621 int gap = maxwidth - SBYTES (item_name);
3632 = (unsigned char *) alloca (maxwidth
3636 for (j = SCHARS (item_name); j < maxwidth; j++)
3496 int maxwidth; local
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Dvnode_internal.h416 __private_extern__ int set_package_extensions_table(user_addr_t data, int nentries, int maxwidth);
/macosx-10.10.1/emacs-93/emacs/lisp/
H A Dses.el810 (let ((maxwidth width))
811 (while (and (> len maxwidth)
818 (setq maxwidth (+ maxwidth (ses-col-width maxcol) 1)
820 (if (<= len maxwidth)
822 (setq text (concat text (make-string (- maxwidth len) ?\s)))
828 (setq text (substring text 0 maxwidth)))
832 (- len maxwidth
840 (setq text (make-string maxwidth ?#)))))))))
/macosx-10.10.1/dtrace-147/libdtrace/
H A Ddt_consume.c553 int minwidth, maxwidth, i; local
565 maxwidth = dt_ndigits(DTRACE_QUANTIZE_BUCKETVAL(max));
567 maxwidth = 8;
568 minwidth = maxwidth - 1;
581 return (dt_printf(dtp, fp, ". %*s | count\n", -maxwidth, "max"));
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/tablelist/scripts/
H A DtablelistSort.tcl303 set data($col-maxwidth) -$canvasWidth
/macosx-10.10.1/tcl-105/tcl_ext/tktreectrl/tktreectrl/demos/
H A Dstyle-editor.tcl333 "" -maxwidth
439 -maxwidth {

Completed in 370 milliseconds

12