Home
last modified time | relevance | path

Searched full:preceding (Results 1 – 25 of 685) sorted by relevance

12345678910>>...28

/freebsd/contrib/mandoc/
H A Deqn.7240 Draw a line over the preceding box.
253 Set a single dot over the preceding box.
255 Set two dots (dieresis) over the preceding box.
257 Set a dyad symbol (left-right arrow) over the preceding box.
268 Set the following box below the preceding box,
272 Set a hat (circumflex) over the preceding box.
305 The preceding box is the numerator, the following box is the denominator.
343 Set the following box as a subscript to the preceding box.
345 Set the following box as a superscript to the preceding box.
361 Set a tilde over the preceding box.
[all …]
/freebsd/lib/libutil/
H A Dfparseln.352 By default, if a character is escaped, both it and the preceding escape
108 Remove escape preceding an escaped comment.
110 Remove escape preceding an escaped continuation.
112 Remove escape preceding an escaped escape.
114 Remove escape preceding any other character.
/freebsd/contrib/unbound/dnstap/
H A Ddnstap_fstrm.h123 * a control frame. The buffer should be sent without preceding it with
138 * a control frame. The buffer should be sent without preceding it with
150 * a control frame. The buffer should be sent without preceding it with
164 * a control frame. The buffer should be sent without preceding it with
176 * a control frame. The buffer should be sent without preceding it with
189 * ntohl of the 4 bytes length preceding the data.
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h179 /// The header preceding the File Info Substream of the DBI stream.
210 /// The header preceding each entry in the Module Info substream of the DBI
275 // The header preceding the global TPI stream.
303 /// The header preceding the global PDB Stream (Stream 1)
311 /// The header preceding the /names stream.
320 /// The header preceding the /src/headerblock stream.
/freebsd/lib/libpam/pam.d/
H A DREADME49 preceding auth module.
51 the preceding auth module, and if that fails
/freebsd/usr.bin/bintrans/
H A Duuencode.format.543 will ignore any lines preceding the header or
45 Lines preceding a header must not, of course,
/freebsd/share/doc/usd/12.vi/viapwh/
H A Dvi.apwh.ms277 Move the cursor to the preceding word. Mnemonic: \fBb\fRackup-word
279 Move the cursor to the preceding word that is separated from the
400 the character "chr". The cursor is placed \fBjust preceding\fR
405 the character "chr". The cursor is placed \fBjust preceding\fR
451 Insert text immediately preceding the cursor position.
459 Insert a new line preceding the line on which the cursor appears
471 Delete the character or characters starting at the character preceding
568 put down on the line preceding the line the cursor is on. If
570 be inserted immediately preceding the cursor.
873 line in the same column as the preceding line.
/freebsd/contrib/ntp/html/
H A Dparsedata.html64 <i>y</i> = '!' during the hour preceding start or end of daylight saving time
65 'A' during the hour preceding a leap second
86 …<i>y</i> = '!' during the hour preceding start or end of daylight saving time, else ' '
87 <i>z</i> = 'A' during the hour preceding a leap second, else ' '
105 …<i>y</i> = '!' during the hour preceding start or end of daylight saving time, else ' '
106 <i>z</i> = 'A' during the hour preceding a leap second, else ' '
/freebsd/contrib/bmake/unit-tests/
H A Descape.mk13 # line, or a line immediately preceding an include line, it shall
23 # line immediately preceding an include line, the behavior is
191 # of a syntax error if the preceding line is parsed incorrectly.
/freebsd/sys/dev/sound/pci/
H A Dhdspe-pcm.c169 uint32_t preceding; in hdspe_channel_offset() local
173 /* Include all ports preceding the first one of the subset. */ in hdspe_channel_offset()
174 preceding = ports & (~subset & (subset - 1)); in hdspe_channel_offset()
176 if (preceding & HDSPE_CHAN_AIO_ALL) in hdspe_channel_offset()
177 preceding &= HDSPE_CHAN_AIO_ALL; /* Contiguous AIO slots. */ in hdspe_channel_offset()
178 else if (preceding & HDSPE_CHAN_RAY_ALL) in hdspe_channel_offset()
179 preceding &= HDSPE_CHAN_RAY_ALL; /* Contiguous RayDAT slots. */ in hdspe_channel_offset()
181 return (hdspe_channel_count(preceding, adat_width)); in hdspe_channel_offset()
/freebsd/crypto/openssl/util/
H A Dcheck-format.pl775 if $intra_line =~ m/(\S)((<<|>>)=)/ # '<<=' or >>=' without preceding space
777 … && "$1$2" ne "<<=" && "$1$2" ne ">>=") # other <op>= or (in)equality without preceding space
780 && $intra_line =~ m/(\S)(=)/); # otherwise, '=' without preceding space
802 …space before '$1'") if $intra_line =~ m/[\w)\]]\s+(\+\+|--)/; # postfix ++/-- with preceding space
805 …("space before '$1'") if $intra_line =~ m/\s(\.|->)/; # '.' or '->' with preceding space
813 …ssing space before '$1'") if $intra_line =~ m/\S([|\/%<>^\?])/; # |/%<>^? without preceding space
814 # TODO ternary ':' without preceding SPC, while allowing no SPC before ':' after 'case'
815 …inary '$2'") if $intra_line =~ m/([^\s{()\[e])([+\-])/; # '+'/'-' without preceding space or {()[e
817 …fore binary '$1'") if $intra_line =~ m/[^\s{()\[*!]([*])/; # '*' without preceding space or {()[*!
818 … before binary '$1'") if $intra_line =~ m/[^\s{()\[]([&])/; # '&' without preceding space or {()[
[all …]
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.584 "quoted" with a preceding
109 preceding any string means that the string will not match an
/freebsd/share/man/man7/
H A Dbuild.7223 Attempts to clean up targets built by a preceding
228 Attempt to clean up targets built by a preceding
234 is enabled, attempt to clean up targets built by a preceding
239 Distribute everything compiled by a preceding
279 Install everything built by a preceding
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DIndirectThunks.h34 /// usage, as it serializes the transformations and forces preceding passes to
54 /// have to go through the preceding passes from the same pass manager,
104 /// Depending on the preceding passes in the pass manager, by the time
H A DDbgEntityHistoryCalculator.h27 /// a function. Meta instructions are given the same ordinal as the preceding
69 /// This entry's instruction clobbers one or more preceding
/freebsd/share/doc/usd/13.viref/
H A Dvi.cmd.roff1131 are corrected to the last character of the line preceding the starting and
1661 move to the first character of the preceding bigword.
1663 If no preceding bigword exists on the current line, move to the first
1664 character of the last bigword on the first preceding line that contains a
2196 preceding the current line.
2309 move to the first character of the preceding word.
2312 If no preceding word exists on the current line, move to the first
2313 character of the last word on the first preceding line that contains
2607 preceding the deleted text.
2986 characters preceding the cursor being changed.
[all …]
H A Dex.cmd.roff139 (those characters in the synopsis command word preceding the
190 command ignored any preceding count, and the
532 line of the file if there are no lines preceding the target line.
846 of the file if there are no lines preceding the target line.
1316 Any whitespace characters in strings can be included literally by preceding
1909 The number of preceding and following lines of text displayed are
/freebsd/share/man/man4/
H A Dpf.4194 obtained through a preceding
235 obtained through a preceding
267 obtained through a preceding
285 obtained through a preceding
336 the maximum number of which can be obtained from a preceding
/freebsd/contrib/googletest/googletest/samples/
H A Dsample10_unittest.cc129 // receives an OnXyzStart event *after* listeners preceding it in the in main()
131 // listeners preceding it. in main()
/freebsd/crypto/openssl/doc/man7/
H A Ddes_modes.pod60 current and all preceding plaintext blocks and therefore blocks can not
92 current and all preceding variables and therefore j-bit variables are
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.chars215 terminated by \s-2CR\s0. Doubling \fB!\fR and preceding it by a count
328 it with a preceding \fB\e\fR.
388 Goes to the line number given as preceding argument, or the end of the
389 file if no preceding count is given. The screen is redrawn with the
625 Retreats to the beginning of the beginning of the preceding paragraph.
/freebsd/release/riscv/
H A DGENERICSD.conf17 # Create two partitions for firmware, preceding EFI and ROOTFS:
/freebsd/sys/dev/pms/RefTisa/sallsdk/spc/
H A Dsallist.h196 * use to insert a link preceding the given one
203 ** PURPOSE: insert a link preceding the given one
311 * use to get the link preceding the tail link
318 ** PURPOSE: get the link preceding the tail link.
321 ** RETURNS - PSALINK the link preceding the head
322 ** agNULL if the preceding link is the head
/freebsd/lib/libc/amd64/string/
H A Dstrspn.S106 2: sub %rdi, %rax # number of characters preceding match
167 sub %ecx, %edx # length of set preceding xmm0
353 2: sub %rdi, %rax # number of characters preceding match
/freebsd/lib/libc/regex/
H A Dregex.3304 is greater than 0, the preceding character is taken into consideration.
305 If the preceding character is a newline and the regular expression was compiled
309 matches before the string; if the preceding character is not a word character

12345678910>>...28