Home
last modified time | relevance | path

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

123

/freebsd/crypto/krb5/src/util/ss/
H A Dlist_rqs.c29 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 Dout.c169 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 Dtbl_layout.c69 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 Dtbl_term.c220 /* 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 Dout.h39 size_t spacing; /* Spacing after the column [EN]. */ member
H A Dtbl.h55 size_t spacing; /* To the right of the column in EN. */ 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 DTODO292 - 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 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.cpp370 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 Dapi.txt261 Is the character non-spacing?
341 Is the character a non-spacing mark?
345 Is the character a spacing mark?
H A DREADME109 3. Fixed a problem with weak sequences containing non-spacing marks in the
/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.dtsi280 reg-spacing = <4>;
/freebsd/contrib/lyaml/doc/
H A Dldoc.css18 border-spacing: 0;
/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
/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()

123