/freebsd/contrib/mandoc/ |
H A D | out.c | 155 tbl->cols[++maxcol].spacing = SIZE_MAX; in tblcalc() 171 if (dp->layout->spacing != SIZE_MAX && in tblcalc() 172 (col->spacing == SIZE_MAX || in tblcalc() 173 col->spacing < dp->layout->spacing)) in tblcalc() 174 col->spacing = dp->layout->spacing; in tblcalc() 230 if (col->spacing == SIZE_MAX || icol == maxcol) in tblcalc() 231 col->spacing = 3; in tblcalc() 245 width += tbl->cols[icol].spacing; in tblcalc()
|
H A D | tbl_layout.c | 69 unsigned long spacing; in mods() local 100 if ((spacing = strtoul(p + *pos, &endptr, 10)) > 9) in mods() 102 "%lu", spacing); in mods() 104 cp->spacing = spacing; in mods() 361 p->spacing = SIZE_MAX; in cell_alloc()
|
H A D | tbl_term.c | 204 tp->tbl.cols[ic].spacing; in term_tbl() 257 coloff += tp->tbl.cols[ic].spacing; in term_tbl() 460 tp->tbl.cols[ic].spacing / 2) in term_tbl() 479 if (tp->tbl.cols[ic].spacing) in term_tbl() 487 if (tp->tbl.cols[ic].spacing > 2 && in term_tbl() 628 col->width + col->spacing / 2); in tbl_hrule() 679 if (col->spacing) in tbl_hrule() 689 if (col->spacing > 2) in tbl_hrule() 695 if (col->spacing > 4) in tbl_hrule() 697 BHORIZ * rw, (col->spacing - 3) / 2); in tbl_hrule() [all …]
|
H A D | out.h | 39 size_t spacing; /* spacing after the column */ member
|
H A D | tbl.h | 56 size_t spacing; /* To the right of the column. */ 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 | 287 - The spacing characters `~', `^', and tab are currently ignored, 452 - Trailing punctuation after .%T triggers EOS spacing, at least 616 - 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 | 365 uint64_t spacing = 0x100000 - 0x7500; in insertPatches() local 368 uint64_t patchUpperBound = prevIsecLimit + spacing; in insertPatches() 385 patchUpperBound = prevIsecLimit + spacing; in insertPatches()
|
/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 | 282 reg-spacing = <4>;
|
/freebsd/sys/contrib/device-tree/Bindings/ |
H A D | xilinx.txt | 147 different register spacing and an offset from the base address.
|
/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
|
H A D | FARSI%UCS.src | 104 # Mac OS Farsi characters 0xEB-0xF2 are non-spacing/combining marks.
|
H A D | UCS%ARABIC.src | 125 # Mac OS Arabic characters 0xEB-0xF2 are non-spacing/combining marks.
|
/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()
|
/freebsd/contrib/spleen/ |
H A D | ChangeLog | 267 - Harmonize '@' character spacing with other sizes (16x32 and 32x64 versions)
|