/freebsd/cddl/usr.sbin/dwatch/ |
H A D | dwatch.1 | 472 .Bd -literal -offset indent 478 .Bd -literal -offset indent 485 .Bd -literal -offset indent 490 .Bd -literal -offset indent 495 .Bd -literal -offset indent 501 .Bd -literal -offset indent 506 .Bd -literal -offset indent 511 .Bd -literal -offset indent 516 .Bd -literal -offset indent 524 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | dwarf2.h | 126 DW_OP_lit0 = 0x30, // Literal 0 127 DW_OP_lit1 = 0x31, // Literal 1 128 DW_OP_lit2 = 0x32, // Literal 2 129 DW_OP_lit3 = 0x33, // Literal 3 130 DW_OP_lit4 = 0x34, // Literal 4 131 DW_OP_lit5 = 0x35, // Literal 5 132 DW_OP_lit6 = 0x36, // Literal 6 133 DW_OP_lit7 = 0x37, // Literal 7 134 DW_OP_lit8 = 0x38, // Literal 8 135 DW_OP_lit9 = 0x39, // Literal 9 [all …]
|
/freebsd/contrib/jemalloc/doc/ |
H A D | jemalloc.xml.in | 491 documentation). For example, <literal>abort:true,narenas:1</literal> sets 707 <literal>rw</literal>, <literal>r-</literal>, <literal>-w</literal>, or 708 <literal>--</literal>, and required build configuration flags follow, if 709 any. A name element encoded as <literal><i></literal> or 710 <literal><j></literal> indicates an integer component, where the 714 <literal><i></literal> equal to 717 <literal><i></literal> equal to 737 <literal>r-</literal> 746 <literal>rw</literal> 758 <literal>rw</literal> [all …]
|
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | CNFFormula.h | 33 /// literal `V` is represented as the integer `2*I` and the negative literal 35 using Literal = uint32_t; variable 37 /// A null literal is used as a placeholder in various data structures and 39 constexpr Literal NullLit = 0; 48 /// Returns the positive literal `V`. 49 inline constexpr Literal posLit(Variable V) { return 2 * V; } in posLit() 51 /// Returns the negative literal `!V`. 52 inline constexpr Literal negLit(Variable V) { return 2 * V + 1; } in negLit() 54 /// Returns whether `L` is a positive literal. 55 inline constexpr bool isPosLit(Literal L) { return 0 == (L & 1); } in isPosLit() [all …]
|
/freebsd/share/man/man4/ |
H A D | rtnetlink.4 | 45 .Bd -literal 81 .Bd -literal -offset indent -compact 88 .Bd -literal -offset indent -compact 115 .Bd -literal -offset indent -compact 142 .Bd -literal 165 .Bd -literal -offset indent -compact 187 .Bd -literal -offset indent -compact 193 .Bd -literal 227 .Bd -literal -offset indent -compact 242 .Bd -literal [all …]
|
H A D | mps.4 | 57 .Bd -literal -offset indent 103 .Bd -literal -offset indent 111 .Bd -literal -offset indent 119 .Bd -literal -offset indent 127 .Bd -literal -offset indent 134 .Bd -literal -offset indent 141 .Bd -literal -offset indent 173 .Bd -literal -offset indent 180 .Bd -literal -offset indent 201 .Bd -literal -offset indent [all …]
|
H A D | ice.4 | 208 .Bd -literal -offset indent 215 .Bd -literal -offset indent 225 .Bd -literal -offset indent 284 .Bd -literal -offset indent 291 .Bd -literal -offset indent 299 .Bd -literal -offset indent 307 .Bd -literal -offset indent 318 .Bd -literal -offset indent 326 .Bd -literal -offset indent 335 .Bd -literal -offset indent [all …]
|
H A D | mpr.4 | 57 .Bd -literal -offset indent 113 .Bd -literal -offset indent 121 .Bd -literal -offset indent 129 .Bd -literal -offset indent 137 .Bd -literal -offset indent 144 .Bd -literal -offset indent 151 .Bd -literal -offset indent 201 .Bd -literal -offset indent 208 .Bd -literal -offset indent 229 .Bd -literal [all...] |
H A D | pf.4 | 174 .Bd -literal 207 .Bd -literal 242 .Bd -literal 320 .Bd -literal 337 .Bd -literal 380 .Bd -literal 397 .Bd -literal 429 .Bd -literal 436 .Bd -literal 458 .Bd -literal [all …]
|
H A D | multicast.4 | 95 .Bd -literal 100 .Bd -literal 128 .Bd -literal 133 .Bd -literal 154 .Bd -literal 210 .Bd -literal 236 .Bd -literal 242 .Bd -literal 305 .Bd -literal 317 .Bd -literal [all …]
|
H A D | ip.4 | 85 .Bd -literal 104 .Bd -literal 115 .Bd -literal 172 .Bd -literal 203 .Bd -literal 220 .Bd -literal 275 .Bd -literal 329 .Bd -literal 352 .Bd -literal 380 .Bd -literal [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | directive-export-literal.mk | 1 # $NetBSD: directive-export-literal.mk,v 1.8 2024/06/01 18:44:05 rillig Exp $ 3 # Tests for the .export-literal directive, which exports a variable value 8 .export-literal UT_VAR 10 .export-literal # oops: missing argument 13 # .export-literal can be skipped, to avoid a setenv call, which may leak 15 UT_TWICE_LITERAL= value literal 17 .export-literal UT_TWICE_LITERAL 19 # XXX: After an .export, an .export-literal has no effect, even when the 23 .export-literal UT_TWICE_EXPR 26 # re-enabling a later .export-literal. [all …]
|
H A D | make-exported.mk | 8 -literal= make-exported-value-literal 17 # Before 2020-10-03, if the value of .MAKE.EXPORTED started with "-literal", 18 # make behaved like a mixture of .export-literal and a regular .export. 20 # Since 2020-10-03, the "variable" named "-literal" is not exported anymore, 22 .MAKE.EXPORTED= -literal UT_VAR
|
/freebsd/share/man/man5/ |
H A D | style.mdoc.5 | 40 Use literal formatting for examples and literal shell commands, e.g.: 41 .Bd -literal -offset indent 55 .Bd -literal -offset indent 68 macro is the preferred macro for formatting literal inline fragments. 83 .Bd -literal -offset indent 107 .Bd -literal -offset indent 112 \&.Bd -literal -offset 2n 118 \&.Bd -literal -offset 2n 131 .Bd -literal -offset 2n 137 .Bd -literal -offset 2n [all …]
|
/freebsd/share/man/man9/ |
H A D | style.9 | 44 .Bd -literal 69 .Bd -literal 151 .Bd -literal 160 .Bd -literal 176 .Bd -literal 186 .Bd -literal 191 .Bd -literal 226 .Bd -literal 278 .Bd -literal 323 Literal values are named [all …]
|
/freebsd/contrib/libxo/libxo/ |
H A D | xo_format.5 | 53 .Bd -literal -offset indent 76 .Bd -literal -offset indent 89 .Bd -literal -offset indent 111 .Bd -literal -offset indent 121 .Bd -literal -offset indent 130 .Bd -literal -offset indent 136 .Bd -literal -offset indent 141 .Bd -literal -offset indent 147 .Bd -literal -offset indent 154 .Bd -literal -offset indent [all …]
|
H A D | libxo-csv.7 | 22 .Bd -literal -offset indent 53 .Bd -literal -offset indent 60 .Bd -literal -offset indent 67 .Bd -literal -offset indent 78 .Bd -literal -offset indent 94 .Bd -literal -offset indent 129 .Bd -literal -offset indent 141 .Bd -literal -offset indent 158 .Bd -literal -offset indent 195 .Bd -literal -offset indent [all …]
|
/freebsd/share/man/man7/ |
H A D | networking.7 | 25 .Bd -literal -offset 2n 31 .Bd -literal -offset 2n 37 .Bd -literal -offset 2n 44 .Bd -literal -offset 2n 50 .Bd -literal -offset 2n 55 .Bd -literal -offset 2n 61 .Bd -literal -offset 2n 65 .Bd -literal -offset 2n 69 .Bd -literal -offset 2n
|
/freebsd/usr.sbin/binmiscctl/ |
H A D | binmiscctl.8 | 170 .Bd -literal -offset indent 179 .Bd -literal -offset indent 186 .Bd -literal -offset indent 193 .Bd -literal -offset indent 200 .Bd -literal -offset indent 205 .Bd -literal -offset indent 216 .Bd -literal -offset indent 227 .Bd -literal -offset indent 238 .Bd -literal -offset indent 249 .Bd -literal -offset indent [all …]
|
/freebsd/contrib/openresolv/ |
H A D | resolvconf.conf.5.in | 67 .Bd -compact -literal -offset indent 73 .Bd -compact -literal -offset indent 83 .Bd -compact -literal -offset indent 127 .Bd -compact -literal -offset indent 134 .Bd -compact -literal -offset indent 140 .Bd -compact -literal -offset indent 155 .Bd -compact -literal -offset indent 223 .Bd -compact -literal -offset indent 233 .Bd -compact -literal -offset indent 240 .Bd -compact -literal -offset indent [all …]
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | WatchedLiteralsSolver.cpp | 44 /// For a given clause, its watched literal is always its first literal in 123 // Designate the first literal as the "watched" literal of the clause. in WatchedLiteralsSolverImpl() 124 Literal FirstLit = CNF.clauseLiterals(C).front(); in WatchedLiteralsSolverImpl() 280 // Update the watched literals of clauses that currently watch the literal in updateWatchedLiterals() 282 const Literal FalseLit = VarAssignments[Var] == Assignment::AssignedTrue in updateWatchedLiterals() 290 // Pick the first non-false literal as the new watched literal. in updateWatchedLiterals() 296 const Literal NewWatchedLit = *NewWatchedLitIter; in updateWatchedLiterals() 299 // Swap the old watched literal for the new one in `FalseLitWatcher` to in updateWatchedLiterals() 300 // maintain the invariant that the watched literal is at the beginning of in updateWatchedLiterals() 305 // If the new watched literal isn't watched by any other clause and its in updateWatchedLiterals() [all …]
|
/freebsd/usr.sbin/autofs/ |
H A D | auto_master.5 | 54 .Bd -literal -offset indent 107 .Bd -literal -offset indent 113 .Bd -literal -offset indent 118 .Bd -literal -offset indent 171 .Bd -literal -offset indent 178 .Bd -literal -offset indent 191 A literal $ sign. 233 .Bd -literal -offset indent 239 .Bd -literal -offset indent 244 .Bd -literal -offset indent [all …]
|
/freebsd/usr.sbin/nfsd/ |
H A D | pnfsserver.4 | 76 .Bd -literal -offset indent 124 .Bd -literal -offset indent 137 .Bd -literal -offset 158 .Bd -literal -offset 177 .Bd -literal -offset 198 .Bd -literal -offset 239 .Bd -literal -offset indent 278 .Bd -literal -offset indent 302 .Bd -literal -offset 322 .Bd -literal -offset [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/MCTargetDesc/ |
H A D | XtensaTargetStreamer.h | 23 // Emit literal label and literal Value to the literal section. If literal 25 // literal section. 31 // Switch to the literal section. The BaseSection name is used to construct 32 // literal section name.
|
/freebsd/tools/tools/git/ |
H A D | git-arc.1 | 168 .Bd -literal -offset indent 175 .Bd -literal -offset indent 182 .Bd -literal -offset indent 189 .Bd -literal -offset indent 203 .Bd -literal -offset indent 211 .Bd -literal -offset indent 216 .Bd -literal -offset indent 226 .Bd -literal -offset indent 235 .Bd -literal -offset indent 241 .Bd -literal -offset indent [all …]
|