Searched defs:spacing (Results 1 - 5 of 5) 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...]

Completed in 25 milliseconds