Home
last modified time | relevance | path

Searched full:spacing (Results 1 – 25 of 230) sorted by relevance

12345678910

/freebsd/contrib/ncurses/man/
H A Dcurs_getcchar.3x98 contain at most one spacing character,
101 Up to \fBCCHARW_MAX\fP\-1 non-spacing characters may follow.
102 Additional non-spacing characters are ignored.
105 In that case, no non-spacing characters are allowed.
143 a spacing character (\fBwchar_t\fP, i.e., 32-bits).
145 non-spacing characters (again, \fBwchar_t\fP's).
151 The non-spacing characters are optional,
156 Implementations may limit the number of non-spacing characters that can be
157 associated with a spacing character, provided any limit is at least 5.
162 AIX\ 4 and OSF1\ 4 use the same declaration with an array of 5 non-spacing
[all …]
H A Dcurs_add_wch.3x81 If \fIwch\fP refers to a spacing character,
85 The cursor then advances after this spacing character,
88 The newly added spacing character is the base of the active complex character.
89 Subsequent non-spacing characters can be combined with this base
90 until another spacing character is written to the screen,
93 If \fIwch\fP refers to a non-spacing character,
98 The cursor is not advanced after adding a non-spacing character.
99 Subsequent calls to add non-spacing characters will update the same position.
412 describing only the cases where \fIwch\fP is a spacing character
413 or a non-spacing character.
[all …]
H A Dmenu_spacing.3x35 set and get spacing between menu items.
50 The function \fBset_menu_spacing\fP sets the spacing information for the menu.
58 middle of this spacing area the pad character.
72 A value of 0 for all the spacing values resets them to the default,
75 The function \fBmenu_spacing\fP returns the spacing information for the menu.
81 spacing values is out of range.
H A Dcurs_addwstr.3x87 Spacing and non-spacing characters in the string
H A Dcurs_ins_wstr.3x109 If the first character in the string is a non-spacing character, these
112 if a non-spacing character follows a control character.
/freebsd/share/doc/usd/22.trofftut/
H A Dtt0242 Point Sizes; Line Spacing
137 is the spacing between lines,
139 Vertical spacing is measured from the bottom of one line to
141 The command to control vertical spacing is
143 For running text, it is usually best to set the vertical spacing
160 The right vertical spacing is partly a matter of taste, depending on how
169 Point size and vertical spacing make a substantial difference in the amount of text
177 Point size and vertical spacing make a substantial difference in the amount of text
189 revert to the previous size and vertical spacing
231 to define line spacing, and in fact after most commands
H A Dtt1095 These include the point size for text, the vertical spacing,
97 To set the point size and vertical spacing for the following paragraphs, for example, a user may say
109 ^vs \e\en(VSp \e" spacing
115 This sets the font to Roman and the point size and line spacing
134 point size and vertical spacing will be frozen at the time the macro
H A Dttindex87 ^vs (vertical spacing) 3
133 line spacing (^vs) 3
193 vertical spacing (^vs) 3
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp4896 int Spacing = 0; in parseVectorList() local
4906 Spacing = 1; // double-spacing requires explicit D registers, otherwise in parseVectorList()
4919 if (!Spacing) in parseVectorList()
4920 Spacing = 1; // Register range implies a single spaced list. in parseVectorList()
4921 else if (Spacing == 2) in parseVectorList()
4968 Spacing = 1; in parseVectorList()
4977 if (!Spacing) in parseVectorList()
4978 Spacing = 1; // Register range implies a single spaced list. in parseVectorList()
4979 else if (Spacing == 2) in parseVectorList()
4999 // Figure out the register spacing (single or double) of the list if in parseVectorList()
[all …]
/freebsd/share/doc/usd/21.troff/
H A Dm5155 &vs 12p \e"set base-line spacing
164 which sets the size, font, and base-line spacing for the
171 dependence on the base-line spacing.
174 vertical spacing swept past the trap position by possibly
175 as much as the base-line spacing.
214 does the desired preparagraph spacing,
215 forces the correct font, size, base-line spacing, and indent,
224 &vs 12p \e"spacing,
378 &nr z \e\en(.v \e"save spacing
415 the previous environment and ends the diversion after saving the spacing size in register \fBz\fR.
H A Dm1105 \fIV\fR is the current vertical line spacing in
391 This size is the minimum word spacing in adjusted text.
523 by spacing to the absolute place stored in an explicit register;
549 and the minimum interword spacing can be controlled
555 spacing with full output device resolution.
653 Vertical Spacing
655 Base-line spacing.
656 The vertical spacing \fI(V)\fR between the base-lines of successive
667 \*(TR default is 10-point type on a 12-point spacing
670 Multiple-\fIV\|\fR line separation (e.\|g. double spacing) may be requested
[all …]
H A Dm0a109 …e\fI|N\fR - \fIN\(eq\fR1\fIV\fR D,\fBv\fR Need \fIN\fR vertical space (\fIV\fR = vertical spacing).
131 Vertical Spacing
133 \fB&vs\fI|N\fR 1\(sl6in;12pts previous E,\fBp\fR Vertical base line spacing (\fIV\fR\^).
146 \fB&rs\fR - - D Restore spacing; turn no-space mode off.
505 12.2 \fB\ez\fIc\fR Print \fIc\fR with zero width (without spacing)
573 5.3 \fB&L\fR Set to current \fIline-spacing\fR (\fBls\fR) parameter
593 5.1 \fB&v\fR Current vertical line spacing.
/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
97 /* Parse numerical spacing from modifier string. */ in mods()
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()
577 const struct roffcol *col; /* Contains width and spacing. */ in tbl_hrule()
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()
[all …]
H A Dout.h39 size_t spacing; /* spacing after the column */ member
/freebsd/share/man/man4/
H A Dipmi.439 .Cd hint.ipmi.0.spacing="8"
46 .Cd hint.ipmi.0.spacing="8"
50 .Ar spacing :
63 .Ar spacing
/freebsd/sys/dev/scc/
H A Dscc_dev_z8530.c64 * escc (macio) spacing.
73 /* Negative .cl_range signifies this is channel spacing. */
78 * SUN compatible channel spacing.
87 /* Negative .cl_range signifies this is channel 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>;
H A Dadi,adf4350.yaml41 adi,channel-spacing:
44 Channel spacing in Hz (influences MODULUS).
191 adi,channel-spacing = <10000>;
/freebsd/sys/contrib/device-tree/Bindings/ipmi/
H A Dipmi-smic.yaml37 reg-spacing:
62 reg-spacing = <4>;
/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()
/freebsd/contrib/libxo/libxo/
H A Dxo_wcwidth.h100 * - Non-spacing and enclosing combining characters (general
112 * - Spacing characters in the East Asian Wide (W) or East Asian
127 /* sorted list of non-overlapping intervals of non-spacing characters */ in xo_wcwidth()
186 /* binary search in table of non-spacing characters */ in xo_wcwidth()
226 * mk_wcswidth(), except that spacing characters in the East Asian
292 /* binary search in table of non-spacing characters */ in mk_wcwidth_cjk()
/freebsd/contrib/ncurses/ncurses/
H A Dwcwidth.h108 * - Non-spacing and enclosing combining characters (general
120 * - Spacing characters in the East Asian Wide (W) or East Asian
134 /* sorted list of non-overlapping intervals of non-spacing characters */ in mk_wcwidth()
193 /* binary search in table of non-spacing characters */ in mk_wcwidth()
236 * mk_wcswidth(), except that spacing characters in the East Asian
302 /* binary search in table of non-spacing characters */ in mk_wcwidth_cjk()
/freebsd/contrib/ncurses/menu/
H A Dm_spacing.c36 * Routines to handle spacing between entries *
51 | Description : Set the spacing between entries
86 | Description : Retrieve info about spacing between the entries

12345678910