| /freebsd/crypto/krb5/src/util/ss/ |
| H A D | list_rqs.c | 29 int spacing; in ss_list_requests() local 80 spacing = -2; in ss_list_requests() 88 spacing += len + 2; in ss_list_requests() 93 if (spacing > 23) { in ss_list_requests() 96 spacing = 0; in ss_list_requests() 99 strncat(buffer, twentyfive_spaces, sizeof(buffer) - 1 - (25-spacing)); in ss_list_requests()
|
| /freebsd/contrib/mandoc/ |
| H A D | out.c | 169 tbl->cols[++maxcol].spacing = SIZE_MAX; in tblcalc() 178 if (dp->layout->spacing != SIZE_MAX && in tblcalc() 179 (col->spacing == SIZE_MAX || in tblcalc() 180 col->spacing < dp->layout->spacing)) in tblcalc() 181 col->spacing = dp->layout->spacing; in tblcalc() 237 if (col->spacing == SIZE_MAX || icol == maxcol) in tblcalc() 238 col->spacing = 3; in tblcalc() 252 width += (*tbl->len)(tbl->cols[icol].spacing, in tblcalc() [all...] |
| H A D | tbl_layout.c | 69 unsigned long spacing; /* Column spacing in EN units. */ in mods() local 96 /* Parse numerical spacing from modifier string. */ in mods() 99 if ((spacing = strtoul(p + *pos, &endptr, 10)) > 9) in mods() 101 "%lu", spacing); in mods() 103 cp->spacing = spacing; in mods() 367 p->spacing = SIZE_MAX; in cell_alloc()
|
| H A D | tbl_term.c | 220 /* Column widths and column spacing. */ in term_tbl() 224 term_len(tp, tp->tbl.cols[ic].spacing); in term_tbl() 280 tp->tbl.cols[ic].spacing); in term_tbl() 323 coloff += term_len(tp, tp->tbl.cols[ic].spacing); in term_tbl() 498 term_len(tp, tp->tbl.cols[ic].spacing / 2)) in term_tbl() 517 if (tp->tbl.cols[ic].spacing) in term_tbl() 525 if (tp->tbl.cols[ic].spacing > 2 && in term_tbl() 614 const struct roffcol *col; /* Contains width and spacing. */ in tbl_hrule() 669 col->width + term_len(tp, col->spacing / 2)); in tbl_hrule() 720 if (col->spacing) in tbl_data() [all...] |
| H A D | out.h | 39 size_t spacing; /* Spacing after the column [EN]. */ member
|
| H A D | tbl.h | 55 size_t spacing; /* To the right of the column in EN. */ member
|
| H A D | NEWS | 51 * tbl(7): fix an assertion failure caused by excessive spacing modifiers 58 * -T ascii/utf8: fix assertion failures caused by excessive spacing 401 * tbl(7): Implement the column spacing and the 'w' (minimum column 650 macros as vertical spacing requests. 788 * mdoc(7): Some spacing fixes for .Eo/.Ec. 795 * tbl(7): Fix vertical spacing at the beginning of tables. 950 implicit macros no longer triggers end-of-sentence spacing. 987 * At the end of man(7) macro lines, end-of-sentence spacing 1018 breaks, and vertical spacing, and regarding RS following TP. 1025 vertical spacing, formatting of the Lk, %U, and %C macros, plus some [all …]
|
| H A D | tbl_data.c | 82 cp->spacing = SIZE_MAX; in getdata()
|
| H A D | TODO | 292 - The spacing characters `~', `^', and tab are currently ignored, 457 - Trailing punctuation after .%T triggers EOS spacing, at least 511 or adding default spacing (like in terminal output). If fixes are 634 - Trailing punctuation after .It should trigger EOS spacing.
|
| /freebsd/contrib/ofed/infiniband-diags/src/ |
| H A D | ibdiag_common.c | 874 int vsnprint_field(char *buf, size_t n, enum MAD_FIELDS f, int spacing, in vsnprint_field() argument 880 if (len + 2 > n || spacing + 1 > n) in vsnprint_field() 885 for (i = len+1; i < spacing+1; i++) { in vsnprint_field() 889 ret = vsnprintf(&buf[spacing+1], n - spacing, format, va_args); in vsnprint_field() 890 if (ret >= n - spacing) in vsnprint_field() 893 return ret + spacing; in vsnprint_field() 896 int snprint_field(char *buf, size_t n, enum MAD_FIELDS f, int spacing, in snprint_field() argument 903 ret = vsnprint_field(buf, n, f, spacing, format, val); in snprint_field()
|
| H A D | ibdiag_common.h | 158 int vsnprint_field(char *buf, size_t n, enum MAD_FIELDS f, int spacing, 160 int snprint_field(char *buf, size_t n, enum MAD_FIELDS f, int spacing,
|
| /freebsd/sys/contrib/device-tree/Bindings/iio/frequency/ |
| H A D | adf4350.txt | 15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS). 80 adi,channel-spacing = <10000>;
|
| /freebsd/contrib/lua/doc/ |
| H A D | index.css | 11 border-spacing: 0 ;
|
| H A D | lua.css | 116 border-spacing: 0 ;
|
| /freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/ |
| H A D | llvm.css | 21 letter-spacing: -0.01em; 217 letter-spacing: 0.01em; 248 letter-spacing: 0.015em;
|
| /freebsd/contrib/llvm-project/lld/ELF/ |
| H A D | ARMErrataFix.cpp | 370 uint64_t spacing = 0x100000 - 0x7500; in insertPatches() local 373 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches() 390 patchUpperBound = prevIsecLimit + spacing; in insertPatches()
|
| /freebsd/crypto/krb5/src/lib/krb5/unicode/ucdata/ |
| H A D | api.txt | 261 Is the character non-spacing? 341 Is the character a non-spacing mark? 345 Is the character a spacing mark?
|
| H A D | README | 109 3. Fixed a problem with weak sequences containing non-spacing marks in the
|
| /freebsd/sys/contrib/device-tree/src/arm/calxeda/ |
| H A D | ecx-common.dtsi | 128 reg-spacing = <4>;
|
| /freebsd/sys/contrib/device-tree/src/arm64/amd/ |
| H A D | amd-seattle-soc.dtsi | 280 reg-spacing = <4>;
|
| /freebsd/contrib/lyaml/doc/ |
| H A D | ldoc.css | 18 border-spacing: 0;
|
| /freebsd/share/i18n/csmapper/APPLE/ |
| H A D | GREEK%UCS.src | 105 # MODIFIER LETTER REVERSED COMMA & APOSTROPHE (spacing versions of
|
| H A D | UCS%GREEK.src | 105 # MODIFIER LETTER REVERSED COMMA & APOSTROPHE (spacing versions of
|
| /freebsd/contrib/ncurses/man/ |
| H A D | man_db.renames.in | 142 menu_spacing.3x spacing.3menu
|
| /freebsd/contrib/byacc/ |
| H A D | reader.c | 4035 size_t j, spacing = 0; in print_grammar() local 4049 spacing = strlen(symbol_name[rlhs[i]]) + 1; in print_grammar() 4054 j = spacing; in print_grammar()
|