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

12

/netbsd-6-1-5-RELEASE/crypto/external/bsd/libsaslc/dist/
H A Dstyle.css5 margin-top: 40px;
16 margin: auto;
19 margin-bottom: 20px;
27 margin-top: 0px;
28 margin-bottom: 10px;
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/unit/atf-src/atf-report/
H A Dtests-results.css31 margin: 0 0 0 0;
46 margin-left: 10pt;
47 margin-right: 10pt;
54 margin-left: 20pt;
55 margin-right: 20pt;
60 margin-left: 40pt;
61 margin-right: 40pt;
65 margin-left: 40pt;
66 margin-right: 40pt;
70 margin
[all...]
/netbsd-6-1-5-RELEASE/dist/bzip2/
H A Dbzip.css21 margin-left: 1.5em;
32 #release p { margin-top: 0.4em; }
39 margin: 0px 4px 16px 16px;
44 margin-bottom: 10px;
49 margin-left: 0px;
57 margin-bottom: 0.5em;
73 margin: 4px 0px 4px 0px;
/netbsd-6-1-5-RELEASE/external/bsd/atf/dist/atf-report/
H A Dtests-results.css31 margin: 0 0 0 0;
50 margin-left: 10pt;
51 margin-right: 10pt;
58 margin-left: 20pt;
59 margin-right: 20pt;
64 margin-left: 20pt;
65 margin-right: 20pt;
69 margin-left: 40pt;
70 margin-right: 40pt;
74 margin
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/mdocml/dist/
H A Dexample.style.css12 div.mandoc h1 { margin-bottom: 0ex; font-size: inherit; margin-left: -4ex; } /* Section header (Sh, SH). */
13 div.mandoc h2 { margin-bottom: 0ex; font-size: inherit; margin-left: -2ex; } /* Sub-section header (Ss, SS). */
14 div.mandoc table { width: 100%; margin-top: 0ex; margin-bottom: 0ex; } /* All tables. */
17 div.mandoc blockquote { margin-left: 5ex; margin-top: 0ex; margin-bottom: 0ex; } /* D1, Dl. */
18 div.mandoc div.section { margin
[all...]
/netbsd-6-1-5-RELEASE/usr.bin/tabs/
H A Dtabs.c86 int i, n, inc = 8, stops[NSTOPS], nstops, last, cols, margin = 0; local
97 margin = 10;
100 margin = strtol(arg, &end, 10);
101 if (errno != 0 || *end != '\0' || margin < 0)
103 "%s: invalid margin", arg);
189 printf("%*s", margin, "");
191 } else if (margin != 0)
192 warnx("terminal cannot set left margin");
/netbsd-6-1-5-RELEASE/usr.bin/vgrind/
H A Dvfontedpr.c100 static int margin; variable
345 margin = 0;
560 i = tabs(x_start, start) - margin / 8;
561 printf("\\h'|%dn'", i * 10 + 1 - margin % 8);
/netbsd-6-1-5-RELEASE/games/rogue/
H A Dscore.c662 short margin; local
664 margin = ((DCOLS - strlen(buf)) / 2);
665 mvaddstr(row, margin, buf);
/netbsd-6-1-5-RELEASE/dist/nvi/vi/
H A Dv_txt.c267 size_t margin; /* Wrapmargin value. */ local
399 * from the RIGHT-HAND margin, not the left. It's more useful to
400 * us as a distance from the left-hand margin, i.e. the same as
407 * Setting margin causes a significant performance hit. Normally
409 * have to if margin is set, otherwise the screen routines don't
424 if ((margin = O_VAL(sp, O_WRAPMARGIN)) != 0)
425 margin = sp->cols - margin;
427 margin = O_VAL(sp, O_WRAPLEN);
429 margin
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dvga.c1470 int margin = scr->pcs.type->ncols * 2; local
1475 if (scr->vga_rollover > vga_scr_end + margin) {
1485 if (p < margin)
1487 if (p > st - margin)
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Dtexinfo.tex284 \newinsert\margin \dimen\margin=\maxdimen
290 \ifvoid\margin\else % marginal info is present
291 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
689 % outputs text on separate line in roman font, starting at standard page margin
704 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
705 % paragraph. For more general purposes, use the \margin insertion
746 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
1819 % margin between end of table item and start of table text.
2280 % left margin an
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/autoconf/config/
H A Dtexinfo.tex281 \newinsert\margin \dimen\margin=\maxdimen
287 \ifvoid\margin\else % marginal info is present
288 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
686 % outputs text on separate line in roman font, starting at standard page margin
701 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
702 % paragraph. For more general purposes, use the \margin insertion
743 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
1794 % margin between end of table item and start of table text.
2255 % left margin an
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/diffutils/config/
H A Dtexinfo.tex284 \newinsert\margin \dimen\margin=\maxdimen
290 \ifvoid\margin\else % marginal info is present
291 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
689 % outputs text on separate line in roman font, starting at standard page margin
704 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
705 % paragraph. For more general purposes, use the \margin insertion
746 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
1819 % margin between end of table item and start of table text.
2280 % left margin an
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/readline/
H A Ddisplay.c1034 #define M_OFFSET(margin, offset) ((margin) == 0 ? offset : 0)
1062 /* If the left margin would be in the middle of a prompt with
1072 the last margin is no longer correct, compute a new one. */
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dtexinfo.tex204 % that the text looks ok even though it passes the margin).
225 % the \llap here moves out into the left-hand margin.
369 \newinsert\margin \dimen\margin=\maxdimen
375 \ifvoid\margin\else % marginal info is present
376 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
813 % outputs text on separate line in roman font, starting at standard page margin
826 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
827 % paragraph. For more general purposes, use the \margin insertion
868 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/include/
H A Dtexinfo.tex204 % that the text looks ok even though it passes the margin).
225 % the \llap here moves out into the left-hand margin.
372 \newinsert\margin \dimen\margin=\maxdimen
378 \ifvoid\margin\else % marginal info is present
379 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
816 % outputs text on separate line in roman font, starting at standard page margin
829 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
830 % paragraph. For more general purposes, use the \margin insertion
871 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/doc/
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...]
/netbsd-6-1-5-RELEASE/gnu/dist/groff/doc/
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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gettext/build-aux/
H A Dtexinfo.tex236 \newinsert\margin \dimen\margin=\maxdimen
242 \ifvoid\margin\else % marginal info is present
243 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
631 % outputs text on separate line in roman font, starting at standard page margin
646 % @inmargin{TEXT} puts TEXT in the margin next to the current paragraph.
1772 % margin between end of table item and start of table text.
2219 % left margin and final column will justify at right margin.
2503 \let\SETmarginindex=\relax % put index entries in margin (undocumente
[all...]
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/lib/libdtrace/common/
H A Ddt_consume.c720 int i, j, margin = 5; local
783 if (dt_printf(dtp, fp, "\n%*s ", margin, "") < 0)
795 if (dt_printf(dtp, fp, "%*s%5x:", margin, "", i) < 0)
/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/doc/
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.
414 \newinsert\margin \dimen\margin=\maxdimen
420 \ifvoid\margin\else % marginal info is present
421 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
857 % outputs text on separate line in roman font, starting at standard page margin
870 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
871 % paragraph. For more general purposes, use the \margin insertion
912 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/build-aux/
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.
414 \newinsert\margin \dimen\margin=\maxdimen
420 \ifvoid\margin\else % marginal info is present
421 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
857 % outputs text on separate line in roman font, starting at standard page margin
870 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
871 % paragraph. For more general purposes, use the \margin insertion
912 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/texinfo/
H A Dtexinfo.tex200 % that the text looks ok even though it passes the margin).
221 % the \llap here moves out into the left-hand margin.
418 \newinsert\margin \dimen\margin=\maxdimen
424 \ifvoid\margin\else % marginal info is present
425 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
861 % outputs text on separate line in roman font, starting at standard page margin
874 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
875 % paragraph. For more general purposes, use the \margin insertion
916 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/doc/include/
H A Dtexinfo.tex197 % that the text looks ok even though it passes the margin).
218 % the \llap here moves out into the left-hand margin.
415 \newinsert\margin \dimen\margin=\maxdimen
421 \ifvoid\margin\else % marginal info is present
422 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
858 % outputs text on separate line in roman font, starting at standard page margin
871 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
872 % paragraph. For more general purposes, use the \margin insertion
913 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dtexinfo.tex200 % that the text looks ok even though it passes the margin).
221 % the \llap here moves out into the left-hand margin.
418 \newinsert\margin \dimen\margin=\maxdimen
424 \ifvoid\margin\else % marginal info is present
425 \rlap{\kern\hsize\vbox to\z@{\kern1pt\box\margin \vss}}\fi
861 % outputs text on separate line in roman font, starting at standard page margin
874 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
875 % paragraph. For more general purposes, use the \margin insertion
916 \def\temp{\inrightmargin\righttext}% odd page -> outside is right margin
[all...]

Completed in 519 milliseconds

12