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

/illumos-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;
/illumos-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...]
/illumos-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);
/illumos-gate/usr/src/boot/sys/boot/fdt/dts/arm/
H A Dea3250.dts209 left-margin = <28>;
210 right-margin = <10>;
211 upper-margin = <2>;
212 lower-margin = <2>;
/illumos-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...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_modapi.c375 ulong_t margin = mdb_iob_getmargin(mdb.m_out); local
376 mdb_iob_margin(mdb.m_out, margin + i);
377 return (margin);
389 ulong_t margin = mdb_iob_getmargin(mdb.m_out); local
391 if (margin < i || margin - i == 0) {
395 mdb_iob_margin(mdb.m_out, margin - i);
397 return (margin);
H A Dmdb_io.c72 * of blanks equal to iob_margin to the start of each line. The margin is
556 mdb_iob_margin(mdb_iob_t *iob, size_t margin) argument
559 iob->iob_margin = MIN(margin, iob->iob_cols - 1);
706 return ("margin");
/illumos-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);
/illumos-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.c2651 * Returns the maximum margin according to the margin of the constituent ports.
2656 uint32_t margin = UINT32_MAX; local
2663 if (margin > port->lp_margin)
2664 margin = port->lp_margin;
2667 grp->lg_margin = margin;
2668 return (margin);
2672 * Checks if the maximum margin of the specified port is compatible
2673 * with the maximum margin of the specified aggregation group, returns
2683 * See whether the current margin valu
[all...]
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c718 uint32_t margin; local
821 * Check the margin of the underlying driver.
823 margin = 0;
826 iocb.ic_len = sizeof (margin);
827 iocb.ic_dp = (char *)&margin;
832 softmac->smac_margin = margin;
837 * it can support native VLAN, correct its margin value to 4.
/illumos-gate/usr/src/tools/scripts/
H A Dwdiff.pl77 pre { margin: 2px; }
86 .elided { border: 1px solid #444; cursor: pointer; margin: 1px }
/illumos-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;
/illumos-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;
/illumos-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...]
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac.c2601 * The mac client requests that the mac not to change its margin size to
2603 * requests the mac not to change its margin size to be smaller than the
2604 * current size. Further, return the current margin size value in this case.
2620 * If the current margin value cannot satisfy the margin requested,
2629 * Check whether the given margin is already in the list. If so,
2635 * The margin requested is already in the list,
2659 * We remove the requested margin size from the list.
2662 mac_margin_remove(mac_handle_t mh, uint32_t margin) argument
2670 * Find the entry in the list for the given margin
2706 mac_margin_update(mac_handle_t mh, uint32_t margin) argument
[all...]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_consume.c1132 int i, j, margin = 5; local
1200 if (dt_printf(dtp, fp, "\n%*s ", margin, "") < 0)
1212 if (dt_printf(dtp, fp, "%*s%5x:", margin, "", i) < 0)

Completed in 1303 milliseconds