Searched refs:margin (Results 1 - 25 of 29) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/cmd/cpc/common/
H A Dcaps.c41 int margin; member in struct:args
62 for (i = 0; i < args->margin; i++)
64 args->colnum = args->margin;
177 args->margin = args->colnum = EVENT_MARGIN;
182 args->margin = EVENT_MARGIN;
198 args->margin = args->colnum = EVENT_MARGIN;
203 args->margin = EVENT_MARGIN;
214 args->colnum = args->margin = ATTR_MARGIN;
/opensolaris-onvv-gate/usr/src/cmd/tabs/
H A Dtabs.c34 * set tabs (and margin, if +mn), for terminal type
63 #define NMG 0 /* no margin setting */
64 #define GMG 1 /* DTC300s margin */
65 #define TMG 2 /* TERMINET margin */
66 #define DMG 3 /* DASI450 margin */
67 #define FMG 4 /* TTY 43 margin */
111 static int margin; variable
170 margin = getnum(&scan);
172 margin = 10;
547 * a '0', without changing the margin
[all...]
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/posttek/
H A Dposttek.c169 int margin = 0; /* left edge - ALPHA state */ variable
686 if ((x -= charwidth[tekfont]) < margin)
695 x = margin;
724 x = margin;
730 x -= margin;
731 margin = (TEKXMAX/2) - margin;
732 if ((x += margin) > TEKXMAX)
733 x -= margin;
801 margin
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DText.pm180 $$self{margin} = 0 unless defined $$self{margin};
202 # Current left margin.
203 $$self{MARGIN} = $$self{indent} + $$self{margin};
503 my $margin = ' ' x $$self{margin};
504 $self->output ("\n" . "$margin$marker $text $closemark" . "\n\n");
507 my $margin = ' ' x ($$self{margin} + $indent);
508 $self->output ($margin
[all...]
H A DPlainText.pm131 $$self{MARGIN} = $$self{indent}; # Current left margin in spaces.
438 # margin of the text or if we have to put it on a separate line.
453 my $margin = $$self{MARGIN};
458 $$self{MARGIN} = $margin;
474 # Wrap a line, indenting by the current left margin. We can't use
496 # Reformat a paragraph of text for the current margin. Takes the text to
605 colon in the left margin. Defaults to false.
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/tabs/
H A Dtabs.c119 static int margin = 0; variable
249 margin = (int) strtol(++ap, NULL, 0);
250 if (margin == 0)
251 margin = 10;
315 mvcol(0, margin);
/opensolaris-onvv-gate/usr/src/cmd/vi/port/
H A Dex_voper.c554 forbid(margin() || opf == vmove && edge());
555 while (cnt > 0 && !margin()) {
562 if (margin() && opf == vmove || wcursor < linebuf) {
589 if (margin())
592 while (cnt > 0 && !margin()) {
1056 while (!margin() && blank()) {
1063 if (op == vmove && margin()) {
1077 if (!margin()) {
1079 while (!margin() && wordof(which, wcursor))
1197 margin(voi function
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DOverstrike.pm88 my $margin = ' ' x ($$self{margin} + $indent);
89 $self->output ($margin . $text . "\n");
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL81 'loose|l', 'margin|left-margin|m=i', 'overstrike|o',
136 heading style and marks C<=item> entries with a colon in the left margin.
165 =item B<-m> I<width>, B<--left-margin>=I<width>, B<--margin>=I<width>
167 The width of the left margin in spaces. Defaults to 0. This is the margin
/opensolaris-onvv-gate/usr/src/cmd/lp/filter/postscript/dpost/
H A DREADME29 default) is fast and does a good job placing text and justifying the right margin.
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c356 ulong_t margin = mdb_iob_getmargin(mdb.m_out); local
357 mdb_iob_margin(mdb.m_out, margin + i);
358 return (margin);
370 ulong_t margin = mdb_iob_getmargin(mdb.m_out); local
372 if (margin < i || margin - i == 0) {
376 mdb_iob_margin(mdb.m_out, margin - i);
378 return (margin);
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/
H A Dtext-options.t115 margin 4
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/terminfo/
H A Ddiablo35 1620-m8|1640-m8|diablo 1620 w/8 column left margin,
/opensolaris-onvv-gate/usr/src/cmd/vgrind/
H A Dvfontedpr.c63 int margin; variable
413 margin = 0;
644 i = tabs(Start, start) - margin / tabsize;
646 i * (tabsize == 4 ? 5 : 10) + 1 - margin % tabsize);
/opensolaris-onvv-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c143 uint32_t margin; local
198 * As the underlying mac's current margin size is used to determine
199 * the margin size of the aggregation itself, request the underlying
202 if ((err = mac_margin_add(mh, &margin, B_TRUE)) != 0) {
209 VERIFY(mac_margin_remove(mh, margin) == 0);
238 port->lp_margin = margin;
H A Daggr_grp.c2615 * Returns the maximum margin according to the margin of the constituent ports.
2620 uint32_t margin = UINT32_MAX; local
2627 if (margin > port->lp_margin)
2628 margin = port->lp_margin;
2631 grp->lg_margin = margin;
2632 return (margin);
2636 * Checks if the maximum margin of the specified port is compatible
2637 * with the maximum margin of the specified aggregation group, returns
2647 * See whether the current margin valu
[all...]
/opensolaris-onvv-gate/usr/src/cmd/terminfo/
H A Ddiablo.ti44 diablo-m8|1620-m8|1640-m8|diablo 1620 w/8 column left margin,
/opensolaris-onvv-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcaps412 set_left_margin smgl ML str Set left margin at current column
413 set_right_margin smgr MR str Set right margin at current column
481 set_bottom_margin smgb Zk str Set bottom margin at current line
482 set_bottom_margin_parm smgbp Zl str Set bottom margin at line #1 or #2 lines from the bottom
483 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
484 set_right_margin_parm smgrp Zn str Set right margin at column #1
485 set_top_margin smgt Zo str Set top margin at current line
486 set_top_margin_parm smgtp Zp str Set top (bottom) margin at line #1 (#2)
/opensolaris-onvv-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcaps412 set_left_margin smgl ML str Set left margin at current column
413 set_right_margin smgr MR str Set right margin at current column
481 set_bottom_margin smgb Zk str Set bottom margin at current line
482 set_bottom_margin_parm smgbp Zl str Set bottom margin at line #1 or #2 lines from the bottom
483 set_left_margin_parm smglp Zm str Set left (right) margin at column #1 (#2)
484 set_right_margin_parm smgrp Zn str Set right margin at column #1
485 set_top_margin smgt Zo str Set top margin at current line
486 set_top_margin_parm smgtp Zp str Set top (bottom) margin at line #1 (#2)
/opensolaris-onvv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c719 uint32_t margin; local
822 * Check the margin of the underlying driver.
824 margin = 0;
827 iocb.ic_len = sizeof (margin);
828 iocb.ic_dp = (char *)&margin;
833 softmac->smac_margin = margin;
838 * it can support native VLAN, correct its margin value to 4.
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dwdiff.pl77 pre { margin: 2px; }
86 .elided { border: 1px solid #444; cursor: pointer; margin: 1px }
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c718 int i, j, margin = 5; local
781 if (dt_printf(dtp, fp, "\n%*s ", margin, "") < 0)
793 if (dt_printf(dtp, fp, "%*s%5x:", margin, "", i) < 0)
/opensolaris-onvv-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c2094 uint32_t margin; local
2104 mac_margin_get(dsp->ds_mh, &margin);
2105 *((uint32_t *)mp->b_cont->b_rptr) = margin;
/opensolaris-onvv-gate/usr/src/lib/libast/common/misc/
H A Doptget.c45 #define OPT_MARGIN 10 /* default help text margin */
2084 * margin flush pops to previous indent
2124 int margin; local
3408 margin = style == STYLE_api ? (8 * 1024) : (opt_info.state->width - 1);
3439 if ((rm = margin - ts) < OPT_MARGIN)
3457 rm = margin;
3522 rm = margin;
3669 rm = margin;
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex196 % that the text looks ok even though it passes the margin).
217 % the \llap here moves out into the left-hand margin.
364 \newinsert\margin \dimen\margin=\maxdimen
370 \ifvoid\margin\else % marginal info is present
371 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
793 % outputs text on separate line in roman font, starting at standard page margin
806 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
807 % paragraph. For more general purposes, use the \margin insertion
848 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]

Completed in 178 milliseconds

12