Home
last modified time | relevance | path

Searched refs:spacing (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/mandoc/
H A Dout.c155 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 Dtbl_layout.c69 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 Dtbl_term.c204 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 Dout.h39 size_t spacing; /* spacing after the column */ member
H A Dtbl.h56 size_t spacing; /* To the right of the column. */ member
H A DNEWS51 * 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 Dtbl_data.c82 cp->spacing = SIZE_MAX; in getdata()
H A DTODO287 - 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 Dibdiag_common.c874 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 Dibdiag_common.h158 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 Dadf4350.txt15 - adi,channel-spacing: Channel spacing in Hz (influences MODULUS).
80 adi,channel-spacing = <10000>;
/freebsd/contrib/lua/doc/
H A Dindex.css11 border-spacing: 0 ;
H A Dlua.css116 border-spacing: 0 ;
/freebsd/contrib/llvm-project/lld/docs/llvm-theme/static/
H A Dllvm.css21 letter-spacing: -0.01em;
217 letter-spacing: 0.01em;
248 letter-spacing: 0.015em;
/freebsd/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.cpp365 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 Decx-common.dtsi128 reg-spacing = <4>;
/freebsd/sys/contrib/device-tree/src/arm64/amd/
H A Damd-seattle-soc.dtsi282 reg-spacing = <4>;
/freebsd/sys/contrib/device-tree/Bindings/
H A Dxilinx.txt147 different register spacing and an offset from the base address.
/freebsd/share/i18n/csmapper/APPLE/
H A DGREEK%UCS.src105 # MODIFIER LETTER REVERSED COMMA & APOSTROPHE (spacing versions of
H A DUCS%GREEK.src105 # MODIFIER LETTER REVERSED COMMA & APOSTROPHE (spacing versions of
H A DFARSI%UCS.src104 # Mac OS Farsi characters 0xEB-0xF2 are non-spacing/combining marks.
H A DUCS%ARABIC.src125 # Mac OS Arabic characters 0xEB-0xF2 are non-spacing/combining marks.
/freebsd/contrib/ncurses/man/
H A Dman_db.renames.in142 menu_spacing.3x spacing.3menu
/freebsd/contrib/byacc/
H A Dreader.c4035 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 DChangeLog267 - Harmonize '@' character spacing with other sizes (16x32 and 32x64 versions)

123