Searched refs:spaces (Results 1 - 25 of 40) sorted by relevance

12

/osnet-11/usr/src/lib/libcurses/screen/
H A Dslk_clear.c54 char * spaces = " "; local
67 (long) spaces), 1);
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java263 s = (spaces(width - len) + s);
269 spaces(int n) method in class:ScalarRecord
301 * @param indent number of spaces to indent each line of the
313 String leftMargin = spaces(indent);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/Text/
H A DColor.pm73 my $spaces = ' ' x $$self{MARGIN};
78 $output .= $spaces . $1 . "\n";
83 $output .= $spaces . $_;
H A DOverstrike.pm110 my $spaces = ' ' x $$self{MARGIN};
119 $output .= $spaces . $1 . "\n";
124 $output .= $spaces . $_;
H A DTermcap.pm107 my $spaces = ' ' x $$self{MARGIN};
113 $output .= $spaces . $1 . "\n";
118 $output .= $spaces . $_;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigRat/t/
H A Dbigratpm.inc11 $_ =~ s/\s+$//; # trailing spaces
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dcompletion.c474 int spaces = 0;
479 /* Count the number of spaces that have to be escaped. XXX:
480 More than just spaces have to be escaped. */
483 spaces++;
485 ret = grub_malloc (match_len - current_len + grub_strlen (suffix) + spaces + 1);
473 int spaces = 0; local
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm131 $$self{MARGIN} = $$self{indent}; # Current left margin in spaces.
157 # to spaces.
246 # For S<>, compress all internal whitespace and then map spaces to \01.
482 my $spaces = ' ' x $$self{MARGIN};
486 $output .= $spaces . $1 . "\n";
491 $output .= $spaces . $_;
502 # If we're trying to preserve two spaces after sentences, do some
609 The number of spaces to indent regular text, and the default indentation for
624 spaces, and will try to preserve that spacing. If set to false, all
675 Embedded Ctrl-As (octal 001) in the input will be mapped to spaces o
[all...]
H A DText.pm241 # spaces.
307 # For S<>, compress all internal whitespace and then map spaces to \01.
576 my $spaces = ' ' x $$self{MARGIN};
580 $output .= $spaces . $1 . "\n";
585 $output .= $spaces . $_;
596 # If we're trying to preserve two spaces after sentences, do some munging
715 The number of spaces to indent regular text, and the default indentation for
729 The width of the left margin in spaces. Defaults to 0. This is the margin
748 spaces, and will try to preserve that spacing. If set to false, all
811 Embedded Ctrl-As (octal 001) in the input will be mapped to spaces o
[all...]
H A DParseLink.pm55 # section. If there is no section and the name contains spaces, also
131 links where there is no section and name contains spaces, or links where the
/osnet-11/usr/src/lib/libsqlite/src/
H A Dprintf.c222 static char spaces[] = " "; local
223 #define etSPACESIZE (sizeof(spaces)-1)
614 (*func)(arg,spaces,etSPACESIZE);
617 if( nspace>0 ) (*func)(arg,spaces,nspace);
630 (*func)(arg,spaces,etSPACESIZE);
633 if( nspace>0 ) (*func)(arg,spaces,nspace);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DTabs.pm86 the appropriate number of spaces. Given a line with or without tabs in
H A DWrap.pm173 C<'[\s:]'> (to break before spaces or colons) or a pre-compiled regexp
174 such as C<qr/[\s']/> (to break before spaces or apostrophes). The
175 default is simply C<'\s'>; that is, words are terminated by spaces.
184 input into spaces. The last thing it does it to turn spaces back
H A DParseWords.pm223 multiple spaces are skipped because of our $delim
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c47 "[i:replace?Replace spaces with \achar\as to tab \awidth\a.]:?"
55 "[o:indent|margin|offset?Indent each line with \aindent\a spaces.]#[indent:=0]"
245 static int outspaces(register Pr_t* pp,register int spaces, register int col) argument
250 /* changes spaces <pp->otab> */
251 while(spaces >= col)
256 spaces -= col;
260 if(spaces>0)
261 if(sfnputc(pp->outfile,' ',spaces) < 0)
263 return n+=spaces;
269 * <spaces> giv
272 outcol(register Pr_t *pp,char *buff, register int size, int spaces) argument
[all...]
H A Dwclib.c302 /* process spaces and new-lines */
384 /* process spaces and new-lines */
385 spaces:
455 goto spaces;
481 goto spaces;
H A Djoin.c36 "output. By default, a field is delimited by one or more spaces "
37 "and tabs with leading spaces and/or tabs ignored. The \b-t\b option "
140 int spaces; member in struct:File_s
309 fp->spaces = 0;
355 fp->spaces = 1;
418 /* eliminate leading spaces */
419 if (fp->spaces)
487 if (cp && fp->spaces)
491 /*eliminate leading spaces */
/osnet-11/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
152 for C<=over> blocks. Defaults to 4 spaces if this option isn't given.
167 The width of the left margin in spaces. Defaults to 0. This is the margin
192 Assume each sentence ends with two spaces and try to preserve that spacing.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/BigInt/t/
H A Dbigfltpm.inc11 $_ =~ s/\s+$//; # trailing spaces
/osnet-11/usr/src/cmd/sendmail/src/
H A Dheaders.c1333 /* skip over leading spaces but preserve them */
1474 /* back up over the ':' and any spaces */
1553 /* back up over the '<' and any spaces */
2013 int opos, omax, spaces; local
2037 spaces = 0;
2040 ++spaces;
2043 if (spaces > 0)
2048 ** Restrict number of spaces to half the length of buffer
2053 if (spaces > sizeof(obuf) / 2)
2054 spaces
[all...]
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_consume.c496 const char *spaces = " "; local
498 assert(strlen(ats) == len && strlen(spaces) == len);
513 spaces + depth, (long long)val / normal));
520 return (dt_printf(dtp, fp, "%s%s| %-9lld\n", spaces + depth,
533 spaces = &spaces[len];
539 return (dt_printf(dtp, fp, "%s%s|%*s %-9lld\n", spaces + depth,
543 ats + len - depth, spaces + depth,
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DPretty.pm255 it could be about 10 times slower. Adding newlines and spaces may alter the
256 rendered appearance of HTML. Also, the extra newlines and spaces also make the
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Unicode/
H A DUCD.pm544 mapping one or more codes separated by spaces
552 by spaces
624 more I<locales> or I<contexts>, separated by spaces (other than as
625 used to separate elements, spaces are to be ignored). A condition
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/File/
H A DDosGlob.pm456 or C<.dll>. If you want to put in literal spaces in the glob
515 Note that you also have to quote literal spaces in the glob pattern, as described
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNetrc.pm229 tokens are recognized; they may be separated by spaces, tabs, or new-lines:

Completed in 71 milliseconds

12