Home
last modified time | relevance | path

Searched refs:maxwid (Results 1 – 25 of 46) sorted by relevance

12

/dports/mail/elm/elm2.5.8/utils/
H A Dprlong.c97 int maxwid; /* maximum output line width */ local
107 maxwid = MAXWID;
117 case 'w': maxwid = atoi(optarg); break;
153 if (calc_col(calc_col(outb_col, curr_sep), inbuf) >= maxwid) {
/dports/games/mangband/mangband-1.5.3/src/client/
H A Dc-store.c16 int maxwid = 75; in display_entry() local
31 maxwid = 75; in display_entry()
34 if (show_weights) maxwid -= 10; in display_entry()
38 o_name[maxwid] = '\0'; in display_entry()
54 maxwid = 65; in display_entry()
57 if (show_weights) maxwid -= 7; in display_entry()
61 o_name[maxwid] = '\0'; in display_entry()
/dports/biology/ncbi-toolkit/ncbi/api/
H A Dtofile.c100 static Int2 GetNextBlock PROTO((CharPtr title, Int2 maxwid));
126 static Int2 GetNextBlock (CharPtr title, Int2 maxwid) in GetNextBlock() argument
137 if (title != NULL && maxwid > 0) { in GetNextBlock()
140 ch != '\t' && wid <= maxwid) { in GetNextBlock()
146 if (wid > maxwid) { in GetNextBlock()
148 while (i > maxwid) { in GetNextBlock()
219 Int2 maxwid; in FormatTable() local
250 maxwid = INT2_MAX; in FormatTable()
267 maxwid = colFmt [col].width - insetLeft - insetRight; in FormatTable()
269 blklen = GetNextBlock (text + start, maxwid); in FormatTable()
[all …]
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/libdraw/
H A Demenuhit.c162 int i, nitem, nitemdrawn, maxwid, lasti, off, noff, wid, screenitem; in emenuhit() local
173 maxwid = 0; in emenuhit()
178 if(i > maxwid) in emenuhit()
179 maxwid = i; in emenuhit()
189 wid = maxwid + Gap + Scrollwid; in emenuhit()
199 wid = maxwid; in emenuhit()
217 textr.min.x = textr.max.x-maxwid; in emenuhit()
H A Dmenuhit.c159 int i, nitem, nitemdrawn, maxwid, lasti, off, noff, wid, screenitem; in menuhit() local
170 maxwid = 0; in menuhit()
175 if(i > maxwid) in menuhit()
176 maxwid = i; in menuhit()
186 wid = maxwid + Gap + Scrollwid; in menuhit()
196 wid = maxwid; in menuhit()
214 textr.min.x = textr.max.x-maxwid; in menuhit()
/dports/games/tomenet/tomenet-4.6.0/src/client/
H A Dc-store.c36 int maxwid = 75; in display_entry() local
50 maxwid = 75; in display_entry()
53 if (c_cfg.show_weights) maxwid -= 10; in display_entry()
57 o_name[maxwid] = '\0'; in display_entry()
69 maxwid = 65; in display_entry()
72 if (c_cfg.show_weights) maxwid -= 7; in display_entry()
76 o_name[maxwid] = '\0'; in display_entry()
/dports/mail/alpine/alpine-465e23b/pico/
H A Dcomposer.c2377 int maxwid, /* max width of a line */ in FormatLines() argument
2477 else if(l > 2*maxwid){ in FormatLines()
2485 while(l > 2*maxwid){ in FormatLines()
2486 if(break_on_comma || maxwid == 1){ in FormatLines()
2488 || ucs4_str_width_ptr_to_ptr(istrp, bp) >= maxwid || maxwid == 1) in FormatLines()
2540 if(break_on_comma || maxwid == 1){ in FormatLines()
2542 || ucs4_str_width_ptr_to_ptr(istrp, bp) >= maxwid || maxwid == 1) in FormatLines()
2543 ? ucs4_particular_width(istrp, maxwid) in FormatLines()
2564 if(break_on_comma || maxwid == 1){ in FormatLines()
2566 || ucs4_str_width_ptr_to_ptr(istr, bp) >= maxwid || maxwid == 1) in FormatLines()
[all …]
/dports/editors/pico-alpine/alpine-465e23b/pico/
H A Dcomposer.c2377 int maxwid, /* max width of a line */ in FormatLines() argument
2477 else if(l > 2*maxwid){ in FormatLines()
2485 while(l > 2*maxwid){ in FormatLines()
2486 if(break_on_comma || maxwid == 1){ in FormatLines()
2488 || ucs4_str_width_ptr_to_ptr(istrp, bp) >= maxwid || maxwid == 1) in FormatLines()
2540 if(break_on_comma || maxwid == 1){ in FormatLines()
2542 || ucs4_str_width_ptr_to_ptr(istrp, bp) >= maxwid || maxwid == 1) in FormatLines()
2543 ? ucs4_particular_width(istrp, maxwid) in FormatLines()
2564 if(break_on_comma || maxwid == 1){ in FormatLines()
2566 || ucs4_str_width_ptr_to_ptr(istr, bp) >= maxwid || maxwid == 1) in FormatLines()
[all …]
/dports/biology/ncbi-toolkit/ncbi/vibrant/
H A Dtable.c447 static Int2 GetNextBlock (CharPtr title, Int2 maxwid) in GetNextBlock() argument
457 if (title != NULL && maxwid > 0) { in GetNextBlock()
460 wid <= maxwid) { in GetNextBlock()
465 if (wid > maxwid) { in GetNextBlock()
467 while (TextWidth (title, i) > maxwid) { in GetNextBlock()
544 Int2 maxwid; in AppendTableText() local
582 maxwid = INT2_MAX; in AppendTableText()
585 maxwid = colPtr [column].width - 12; in AppendTableText()
587 len = GetNextBlock (title + start, maxwid); in AppendTableText()
592 while (TextWidth (title + start, len) <= maxwid) { in AppendTableText()
H A Ddocument.c263 if (title != NULL && maxwid > 0) { in GetNextBlock()
289 if (wid > maxwid && wordWrap) { in GetNextBlock()
292 while (TextWidth (title, i) > maxwid) { in GetNextBlock()
296 while (i > maxwid) { in GetNextBlock()
315 if (title != NULL && maxwid > 0) { in GetNextBlock()
338 if (wid > maxwid && wordWrap) { in GetNextBlock()
341 while (TextWidth (title, i) > maxwid) { in GetNextBlock()
345 while (i > maxwid) { in GetNextBlock()
452 Int2 maxwid; in ParseText() local
491 maxwid = INT2_MAX - 16; in ParseText()
[all …]
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Charts/
H A DTreeChartPerson.cs493 int maxwid = 0; in CalcBounds()
506 if (maxwid < wt) maxwid = wt; in CalcBounds()
511 fWidth = pad2side + maxwid; in CalcBounds()
/dports/print/lilypond/lilypond-2.22.1/scm/
H A Ddocumentation-lib.scm113 (let ((maxwid
123 (+ maxwid 8))
/dports/print/lilypond-devel/lilypond-2.23.5/scm/
H A Ddocumentation-lib.scm117 (let ((maxwid
127 (+ maxwid 8))
/dports/science/shelxle/shelxle-1.0.1352/
H A Dhistorywidget.h68 int maxwid; variable
H A Dhistorywidget.cpp96 setPath(dirname,maxwid); in prune()
116 setPath(dirname,maxwid); in deleteOne()
234 maxwid = wid-5; in setPath()
392 setMinimumWidth(qMax(p.fontMetrics().width(QString("%1").arg(x,4,'f',3))*RWerte.size(),maxwid)); in paintEvent()
393 setMaximumWidth(qMax(p.fontMetrics().width(QString("%1").arg(x,4,'f',3))*RWerte.size(),maxwid)); in paintEvent()
/dports/mail/neomutt/neomutt-20211029/gui/
H A Dcurs_lib.h76 size_t mutt_wstr_trunc(const char *src, size_t maxlen, size_t maxwid, size_t *width);
/dports/mail/gmime30/gmime-3.2.7/gmime/
H A Dgmime-autocrypt.c457 const size_t maxwid = 72; in g_mime_autocrypt_header_to_string() local
458 const size_t firstline = maxwid - sizeof ("Autocrypt:"); in g_mime_autocrypt_header_to_string()
476 gsize newsz = MIN((maxwid/4)*3, ksz - offset); in g_mime_autocrypt_header_to_string()
/dports/math/singular/Singular-Release-4-2-1/libpolys/coeffs/
H A Dbigintmat.h235 void pprint(int maxwid);
237 int * getwid(int maxwid);
/dports/www/apt-cacher-ng/apt-cacher-ng-3.2/conf/
H A Dstyle.css50 .maxwid {
/dports/games/zangband/zangband/src/
H A Dstore.c933 int maxwid; in display_entry() local
963 maxwid = wid - 4; in display_entry()
966 if (show_weights) maxwid -= 10; in display_entry()
986 maxwid = wid - 14; in display_entry()
989 if (show_weights) maxwid -= 7; in display_entry()
/dports/games/mangband/mangband-1.5.3/src/server/
H A Dstore.c1062 int maxwid = 75; in display_entry() local
1068 maxwid = 65; in display_entry()
1072 o_name[maxwid] = '\0'; in display_entry()
1101 int maxwid = 75; in display_entry_live() local
1106 maxwid = 65; in display_entry_live()
1110 o_name[maxwid] = '\0'; in display_entry_live()
/dports/graphics/netpbm/netpbm-10.91.01/converter/ppm/hpcdtoppm/
H A Dpcdovtoppm64 -m|-ma|-max|-maxw|-maxwi|-maxwid|-maxwidt|-maxwidth )
/dports/print/fontforge/fontforge-20201107/fontforge/
H A Dwinfonts.c463 int first, last, avgwid, maxwid, samewid, maxy, miny, widbytes, spacesize; in _FntFontDump() local
474 avgwid = widbytes = maxwid = maxy = last = cnt = 0; in _FntFontDump()
489 if ( font->glyphs[gid]->width>maxwid ) maxwid = font->glyphs[gid]->width; in _FntFontDump()
559 lputshort(file,maxwid); /* max width */ in _FntFontDump()
/dports/games/spellcast/spellcast/
H A Dxquery.c650 int maxwid = 0; local
655 if (overall.width > maxwid)
656 maxwid = overall.width;
658 py->query_rect.w = maxwid + 32 + FRAME_SHADOW;
/dports/games/robotfindskitten/robotfindskitten-2.8284271.702/contrib/ports/palmos/
H A Drfk-palm.c506 Word wwlen, maxwid=152; in print_descr() local
526 wwlen = FntWordWrap(p, maxwid); in print_descr()
538 wwlen = FntWordWrap(p, maxwid); in print_descr()

12