Searched defs:spacing (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/krb5/ss/
H A Dlist_rqs.c45 register int spacing; local
96 spacing = -2;
104 spacing += len + 2;
109 if (spacing > 23) {
112 spacing = 0;
115 strncat(buffer, twentyfive_spaces, strlen(twentyfive_spaces) - spacing);
/illumos-gate/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...]
/illumos-gate/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...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmandoc.h236 size_t spacing; member in struct:tbl_cell

Completed in 48 milliseconds