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

/opensolaris-onvv-gate/usr/src/lib/libtecla/common/
H A Dioutil.c47 * indentation and an option prefix string can be specified to be
67 * indentation int The number of fill characters to use to
70 * indentation margin at the start of each new
88 * indentation than those specified above.
101 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation, argument
111 int margin_width; /* The total number of columns used by the indentation */
126 if(indentation > term_width)
127 indentation = term_width;
128 else if(indentation < 0)
129 indentation
[all...]
H A Dioutil.h69 * indentation, prefixes and suffixes to each line if requested.
71 int _io_display_text(GlWriteFn *write_fn, void *data, int indentation,
H A Dgetline.c11252 * indentation and an optional prefix string can be specified to be
11267 * indentation int The number of spaces of indentation to write
11270 * indentation margin at the start of each new
11290 * indentation than those specified above.
11303 int gl_display_text(GetLine *gl, int indentation, const char *prefix, argument
11324 status = _io_display_text(_io_write_stdio, gl->output_fp, indentation,
/opensolaris-onvv-gate/usr/src/cmd/fm/ipmitopo/common/
H A Dipmitopo.c46 int indentation = (uintptr_t)data; local
76 (void) printf("%*s%-*s", indentation, "",
77 36 - indentation, name);
106 int indentation = (uintptr_t)data; local
115 (void) printf("%*s%-*s %s (%s)\n", indentation, "",
116 24 - indentation, name, "unknown", ipmi_errmsg(ihp));
118 (void) printf("%*s%-*s %s\n", indentation, "",
119 24 - indentation, name, present ? "present" : "absent");
122 (void *)(indentation + 2));
126 (void *)(indentation
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm166 # This is the string used for indentation of tags
205 carriage returns or indentation.
208 return and indentation to the HTML code so that one can easily read
226 user would see the extra indentation on the web browser causing the page to
/opensolaris-onvv-gate/usr/src/lib/libtecla/
H A Dlibtecla.h1272 * indentation and an optional prefix string can be specified to be
1287 * indentation int The number of spaces of indentation to write
1290 * indentation margin at the start of each new
1310 * indentation than those specified above.
1323 int gl_display_text(GetLine *gl, int indentation, const char *prefix,
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm866 traversal, starting at the root). The indentation of each OP shows its
875 appear directly below it; alternate paths are shown by indentation. In
980 Generates one copy of I<text> for each indentation level.
984 Generates one fewer copies of I<text1> than the indentation level, followed
985 by one copy of I<text2> if the indentation level is more than 0.
/opensolaris-onvv-gate/usr/src/tools/scripts/
H A Dcstyle.pl35 # There's a lot this can't check for, like proper indentation
60 -c check continuation indentation inside functions
637 # We completely ignore, for purposes of indentation:
711 my $cont_base; # the base indentation
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL151 Set the number of spaces to indent regular text, and the default indentation
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Data/Dumper/
H A DDumper.pm822 Controls the style of indentation. It can be set to 0, 1, 2 or 3. Style 0
823 spews output without any newlines, indentation, or spaces between list
826 indentation (each level in the structure is simply indented by a fixed
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm609 The number of spaces to indent regular text, and the default indentation for
H A DText.pm494 # text, the line number, the indentation, and the surrounding marker for the
715 The number of spaces to indent regular text, and the default indentation for
H A DParser.pm137 like current font, indentation, horizontal or vertical position, or
/opensolaris-onvv-gate/usr/src/common/openssl/ssl/
H A Dssltest.c1765 static const char indentation[] = local
1772 indent, indent, indentation, format);
/opensolaris-onvv-gate/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex971 % If WORD is `none', then suppress indentation of the first paragraph
975 % The paragraph indentation is suppressed or not by calling
978 % By default, we suppress indentation.
995 % Here is how we actually suppress indentation. Redefine \everypar to
2298 % default indentation of table text
2300 % default indentation of @itemize and @enumerate text
3559 \everypar = {}% don't want the \kern\-parindent from indentation suppression.
3657 % indentation looks wrong when the entry text itself is broken across
3658 % lines. So we use a small indentation and put up with long leaders.
4650 % This parameter controls the indentation o
[all...]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/
H A DConstant.pm895 be used to pass in information used to change the C indentation style used.]
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DCGI.pm5654 long line without carriage returns or indentation. This is yuck, but

Completed in 288 milliseconds