Searched refs:margin (Results 1 - 12 of 12) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/ |
H A D | Text.pm | 180 $$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 D | PlainText.pm | 131 $$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.
|
/osnet-11/usr/src/lib/libxcurses/src/tabs/ |
H A D | tabs.c | 119 static int margin = 0; variable 249 margin = (int) strtol(++ap, NULL, 0); 250 if (margin == 0) 251 margin = 10; 315 mvcol(0, margin);
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/ |
H A D | Overstrike.pm | 88 my $margin = ' ' x ($$self{margin} + $indent); 89 $self->output ($margin . $text . "\n");
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/ |
H A D | pod2text.PL | 81 '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
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/t/ |
H A D | text-options.t | 115 margin 4
|
/osnet-11/usr/src/lib/libcmd/common/ |
H A D | pr.c | 55 "[o:indent|margin|offset?Indent each line with \aindent\a spaces.]#[indent:=0]" 131 char *margin; member in struct:_pr_ 181 sfwrite(pp->outfile,pp->margin,pp->offlen); 383 sfwrite(pp->outfile,pp->margin,pp->offlen); 433 sfwrite(pp->outfile,pp->margin,pp->offlen); 844 /* pre-compute leading margin */ 852 if(!(pp->margin = (char*)stakalloc(pp->offset))) 854 for(cp=pp->margin; cp < pp->margin+pp->offlen; cp++)
|
/osnet-11/usr/src/lib/libdtrace/common/ |
H A D | dt_consume.c | 718 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)
|
/osnet-11/usr/src/lib/libast/common/misc/ |
H A D | optget.c | 45 #define OPT_MARGIN 10 /* default help text margin */ 2303 * margin flush pops to previous indent 2345 int margin; local 3680 margin = style == STYLE_api ? (8 * 1024) : (state.width - 1); 3711 if ((rm = margin - ts) < OPT_MARGIN) 3729 rm = margin; 3794 rm = margin; 3941 rm = margin;
|
/osnet-11/usr/src/grub/grub-0.97/docs/ |
H A D | texinfo.tex | 196 % 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...] |
/osnet-11/usr/src/grub/grub2/docs/ |
H A D | texinfo.tex | 196 % 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...] |
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
H A D | CGI.pm | 7398 margin-right: 50pt; 7399 margin-left: 50pt;
|
Completed in 228 milliseconds