Searched refs:spacing (Results 1 - 11 of 11) sorted by relevance

/osnet-11/usr/src/lib/krb5/ss/
H A Dlist_rqs.c43 register int spacing; local
100 spacing = -2;
108 spacing += len + 2;
113 if (spacing > 23) {
120 spacing = 0;
123 strncat(buffer, twentyfive_spaces, strlen(twentyfive_spaces) - spacing);
/osnet-11/usr/src/grub/grub2/grub-core/commands/
H A Dparttool.c118 int spacing = 20; local
120 spacing -= grub_strlen (curarg->name);
127 spacing -= 3;
132 spacing -= 4;
138 while (spacing-- > 0)
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A Darg.c121 int spacing = 20; local
135 spacing -= grub_strlen (opt->longarg) + 2;
140 spacing -= grub_strlen (opt->arg) + 1;
144 if (spacing < 0)
145 spacing = 3;
147 while (spacing--)
/osnet-11/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dm_cc.c280 * Build a cchar_t from the leading spacing and non-spacing characters
281 * in the multibyte character string. Only one spacing character is copied
307 /* Treat control codes like a spacing character. */
312 /* Do we have a spacing character? */
333 * Build a cchar_t from the leading spacing and non-spacing characters
392 * Sort a complex character into a spacing character followed
393 * by any non-spacing characters in increasing order of oridinal
395 * complex characters. More than one spacing characte
406 int width, i, j, spacing; local
[all...]
/osnet-11/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dm_cc.c284 * Build a cchar_t from the leading spacing and non-spacing characters
285 * in the multibyte character string. Only one spacing character is copied
311 /* Treat control codes like a spacing character. */
316 /* Do we have a spacing character? */
338 * Build a cchar_t from the leading spacing and non-spacing characters
413 * Sort a complex character into a spacing character followed
414 * by any non-spacing characters in increasing order of oridinal
416 * complex characters. More than one spacing characte
426 int width, i, j, spacing; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dpod2text.PL192 Assume each sentence ends with two spaces and try to preserve that spacing.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Pod/
H A DPlainText.pm624 spaces, and will try to preserve that spacing. If set to false, all
H A DText.pm748 spaces, and will try to preserve that spacing. If set to false, all
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex609 % The \TeX{} logo, as in plain, but resetting the spacing so that a
1079 % We do .5em per period so that it has the same spacing in a typewriter
1961 % No font change, but don't do end-of-sentence spacing.
2630 % 0pt means it depends on current normal line spacing.
2798 \def\multistrut{\strut}% just use the standard line spacing
2802 % this, but (ironically) that caused the spacing to be off.
4790 % Make spacing and below environment symmetrical. We use \parskip here
6247 % extra spacing after we do the footnote number.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/
H A DHarness.pm167 variations in spacing and case) after C<ok> or C<ok NUMBER>, it is
/osnet-11/usr/src/grub/grub2/docs/
H A Dtexinfo.tex658 % The \TeX{} logo, as in plain, but resetting the spacing so that a
1143 % We do .5em per period so that it has the same spacing in the cm
1631 % can get a sort of poor man's double spacing by redefining this.
2648 % No font change, but don't do end-of-sentence spacing.
3382 % 0pt means it depends on current normal line spacing.
3550 \def\multistrut{\strut}% just use the standard line spacing
3554 % this, but (ironically) that caused the spacing to be off.
5740 % Make spacing and below environment symmetrical. We use \parskip here
7260 % extra spacing after we do the footnote number.

Completed in 94 milliseconds