/freebsd-src/contrib/libdiff/lib/ |
H A D | diff_myers.c | 35 * [2] https://blog.jcoglan.com/2017/02/12/the-myers-diff-algorithm-part-1/ ff. 61 * k-1 0 1 2 3 4 5 63 * 0 o-o-o-o-o-o 65 * 1 o-o-o-o-o-o 67 * 2 o-o-o-o-o-o 69 * 3 o-o-o-o-o-o 71 * 4 o-o-o-o-o-o c1 73 * c-1 c0 75 * Moving right means delete an atom from the left-hand-side, 76 * Moving down means add an atom from the right-hand-side. [all …]
|
/freebsd-src/contrib/libedit/ |
H A D | editline.7 | 45 .Ic ed-command 61 .Sq Ctrl- 63 .Sq Meta- 65 In vi insert mode and in emacs mode, all Meta-characters considered 69 .Ic ed-insert 71 Consequently, in UTF-8 mode, most of the Meta-characters are not 73 printable Unicode characters, and Meta-characters are usually input 75 .Ic em-meta-next 78 .Sq Meta-B 80 .Ic ed-prev-word [all …]
|
/freebsd-src/share/doc/usd/22.trofftut/ |
H A D | tt04 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 57 inches are probably the most intuitive. 60 To use the full width, you will have to reset the default physical left margin (``page offset''), 61 which is normally slightly less than one inch from the left edge 69 sets the offset as far to the left as it will go. 74 causes the left margin to be indented 78 to move the left margin in, 81 to move the right margin to the left, 131 as for most horizontally oriented commands 172 \s36\v'2'P\v'-2'\s0ater noster qui est in caelis sanctificetur [all …]
|
/freebsd-src/contrib/ncurses/man/ |
H A D | curs_border.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2007,2010 Free Software Foundation, Inc. * 31 .TH curs_border 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 53 \fB\%mvwvline\fP \- 83 \fIls\fP \- left side, 85 \fIrs\fP \- right side, 87 \fIts\fP \- top side, 89 \fIbs\fP \- bottom side, 91 \fItl\fP \- top left-hand corner, 93 \fItr\fP \- top right-hand corner, [all …]
|
H A D | curs_add_wch.3x | 3 .\" Copyright 2019-2023,2024 Thomas E. Dickey * 4 .\" Copyright 2001-2015,2017 Free Software Foundation, Inc. * 32 .TH curs_add_wch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 54 \fB\%wecho_wchar\fP \- 79 wrapping and special-character processing as follows: 89 Subsequent non-spacing characters can be combined with this base 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. 118 for non-control characters, a considerable performance gain might be seen [all …]
|
H A D | terminfo.tail | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. * 32 .SS "User-Defined Capabilities" 41 \fI\%ncurses\fP addresses this limitation by allowing user-defined 44 the \fB\-x\fP option for this purpose. 45 When \fB\-x\fP is set, 46 \fB@TIC@\fP treats unknown capabilities as user-defined. 53 The \fI\%ncurses\fP library provides the data leaving most of the 56 User-defined capability strings whose name begins 70 user-defined capabilities intended for use by termcap applications should [all …]
|
H A D | curs_getstr.3x | 2 .\" Copyright 2018-2023,2024 Thomas E. Dickey * 3 .\" Copyright 1998-2010,2017 Free Software Foundation, Inc. * 31 .TH curs_getstr 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls" 55 \fB\%mvwgetnstr\fP \- 86 The function reads at most \fIn\fP characters, 98 at the end of the buffer, moving the cursor to the left. 110 (typically a left motion). 126 versions read at most 183 or if the lower-level \fBwgetch\fP(3X) call returns an \fBERR\fP. 195 (being, in fact, the low-order eight bits of the key's KEY_ value). [all …]
|
/freebsd-src/share/doc/psd/06.Clang/ |
H A D | Clang.ms | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 38 The C Programming Language - Reference Manual 47 by Brian W. Kernighan and Dennis M. Ritchie, Prentice-Hall, Inc., 1978. 51 .EH 'PSD:6-%''The C Programming Language - Reference Manual' 52 .OH 'The C Programming Language - Reference Manual''PSD:6-%' 56 This manual describes the C language on the DEC PDP-11\(dg, the DEC VAX-11, 59 \(dg DEC PDP-11, and DEC VAX-11 are trademarks of Digital Equipment Corporation. 65 out implementation-dependent details. With few exceptions, these dependencies 71 There are six classes of tokens\ -\ 108 eight characters of a non-external name, and perhaps [all …]
|
/freebsd-src/share/doc/psd/15.yacc/ |
H A D | ss1 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 74 that they may not appear in names or multi-character reserved symbols. 87 non-initial digits. 106 \s-2NUL\s0 110 If there are several grammar rules with the same left hand side, the vertical bar ``|'' 111 can be used to avoid rewriting the left hand side. 127 It is not necessary that all grammar rules with the same left side appear together in the grammar r… 135 Names representing tokens must be declared; this is most simply done by writing 142 Every nonterminal symbol must appear on the left side of at least one rule. 149 most general structure described by the grammar rules. [all …]
|
H A D | ss5 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 44 expr : expr \'\-\' expr 53 expr \- expr \- expr 57 ( expr \- expr ) \- expr 61 expr \- ( expr \- expr ) 64 .I "left association" , 72 expr \- expr \- expr 76 expr \- expr 85 left side of the rule). 88 \- expr [all …]
|
H A D | ssb | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 42 is most naturally specified as an LR(2) grammar; the sticky 66 %token NUMBER /* [0-9]+ */ 68 /* reserved words: %type => TYPE, %left => LEFT, etc. */ 70 %token LEFT RIGHT NONASSOC TOKEN PREC TYPE START UNION 100 | LEFT
|
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/mux/ |
H A D | mux.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * This header provides constants for most Multiplexer bindings. 5 * Most Multiplexer bindings specify an idle state. In most cases, the 6 * multiplexer can be left as is when idle, and in some cases it can 14 #define MUX_IDLE_AS_IS (-1) 15 #define MUX_IDLE_DISCONNECT (-2)
|
/freebsd-src/contrib/ntp/html/ |
H A D | config.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 6 <meta http-equiv="content-type" content="text/html;charset=windows-1252"> 14 …<img src="pic/pogo3a.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/picture… 17 <!-- #BeginDate format:En2m -->10-Mar-2014 04:59<!-- #EndDate --> 19 <br clear="left"> 21 <p>Most modern software distributions include an autoconfigure utility which 25 the program components. For most installations no additional actions 31 the <tt>--help</tt> option. Various options can be used to reduce the memory
|
H A D | rdebug.html | 1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 4 <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> 10 <img src="pic/oz2.gif" alt="gif" align="left"><a href="http://www.eecis.udel.edu/~mills/pictures.ht… 13 <!-- #BeginDate format:En2m -->10-Mar-2014 05:19<!-- #EndDate --> 15 <br clear="left"> 21 … sure the RS232 messages, if used, are getting to and from the clock. The most reliable way to do … 24 …most useful are the <tt>clockstat</tt> and <tt>clkbug</tt> commands described in the document page… 25 …Most drivers write a message to the <tt>clockstats</tt> file as each timecode or surrogate is rece…
|
/freebsd-src/contrib/xz/src/liblzma/lz/ |
H A D | lz_encoder.h | 1 // SPDX-License-Identifier: 0BSD 27 /// A table of these is used by the LZ-based encoder to hold 28 /// the length-distance pairs found by the match finder. 50 /// buffer[read_pos - keep_size_before] is the oldest byte that 55 /// That is, read_pos <= write_pos - keep_size_after as long as 60 /// Match finders store locations of matches using 32-bit integers. 63 /// offset of the buffer. Thus, buffer[value_in_hash_table - offset] 73 /// which haven't been encoded by the LZ-based encoder yet. 97 /// Find matches. Returns the number of distance-length pairs written 102 /// distance-length pairs available, thus being a little faster. [all …]
|
/freebsd-src/sys/contrib/openzfs/module/avl/ |
H A D | avl.c | 9 * or https://opensource.org/licenses/CDDL-1.0. 32 * AVL - generic AVL tree implementation for kernel use 38 * any given node, the left and right subtrees are allowed to differ in height 39 * by at most 1 level. 46 * rotations, which bring unbalanced subtrees back into the semi-balanced state. 50 * - The AVL specific data structures are physically embedded as fields 55 * - Since the AVL data is always embedded in other structures, there is 61 * - The implementation uses iteration instead of explicit recursion, 66 * - The left/right children pointers of a node are in an array. 68 * left and right indices. The implementation is written as if it only [all …]
|
/freebsd-src/sys/contrib/device-tree/Bindings/input/ |
H A D | adc-joystick.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 2 # Copyright 2019-2020 Artur Rojek 4 --- 5 $id: http://devicetree.org/schemas/input/adc-joystick.yaml# 6 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 - Artur Rojek <contact@artur-rojek.eu> 18 - $ref: input.yaml# 22 const: adc-joystick 24 io-channels: 31 https://github.com/devicetree-org/dt-schema/blob/master/schemas/iio/iio-consumer.yaml [all …]
|
/freebsd-src/share/man/man4/ |
H A D | asmc.4 | 1 .\"- 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 53 .Bl -bullet -offset indent -compact 84 The following sysctl MIBs contains the raw value returned by the left 86 .Va dev.asmc.%d.light.left 120 The most interesting usage of this device is to park the disk heads 127 .Bd -literal -offset indent 131 action "/usr/local/sbin/ataidle -s X Y"; 159 Support for the latest models was never tested and is most likely not
|
H A D | pcm.4 | 2 .\" Copyright (c) 2009-2011 Joel Dahl <joel@FreeBSD.org> 39 .Bd -ragged -offset indent 60 driver are: multichannel audio, per-application 74 .Bl -bullet -compact 118 .Xr snd_uaudio 4 (auto-loaded on device plug) 145 .Bl -tag -width ".Va snd_driver_load" -offset indent 177 re-routing of channels. 183 Most bridge device drivers are still missing multichannel matrixing 184 support, but in most cases this should be trivial to implement. 198 Commonly used for ear-candy or frequency compensation due to the vast [all …]
|
/freebsd-src/usr.sbin/cron/doc/ |
H A D | CHANGES | 1 -------- 5 29-Dec-1993 13 it is safe to say that they were intended for publication. Most notably, 23 I also added a "-e" option to crontab(1). Nine people also sent me diffs 26 chance to fix a bad security bug in the "-e" option thanks to XXX. 29 A heck of a lot of them were left open in spawned jobs, which caused problems 41 system, "crontab -u USER -d" will not work. My solution is to suggest to 45 are not. I will not make an exception for the "-d" case, for security 59 syslog even when they configured it that way :-). Steve Simmons told me 77 correctly on (the latest) NeXT machines, with or without the "-posix" CFLAG. [all …]
|
/freebsd-src/share/doc/usd/12.vi/viapwh/ |
H A D | vi.apwh.ms | 48 them work. In these cases I left the command out. The commands 72 \fB<character [-character]>\fR means that the character or 76 the \fBescape\fR key is to be typed. \fB<a-z>\fR means that a 84 The most common character abbreviations 130 semi-automatically done when you log in. 138 tset \-s \-d 2621 > tset$$ 146 type from an on-line list. 156 semi-automatically done when you log in. 164 tset \-s \-d 2621 > tset$$ 172 is simpler, just add the line ``tset \-d 2621'' [all …]
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 1 //===- FunctionComparator.h - Function Comparator ---------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 12 //===----------------------------------------------------------------------===// 77 return MapIter->second; in getNumber() 89 /// FunctionComparator - Compares two functions to determine whether or not 118 /// <bitcastability-trait><raw-bit-contents> 123 /// method returns -1 or 1, thus also defining which type is greater in 131 /// Stage 2: Vector is greater then non-vector. 137 /// Stage 3: Pointer types are greater than non-pointers. If both types are [all …]
|
/freebsd-src/contrib/ldns/ldns/ |
H A D | util.h.in | 139 * Structure to do a Schwartzian-like transformation, for instance when 181 * The bits are counted from left to right, so bit #0 is the 182 * left most bit. 192 * The bits are counted from right to left, so bit #0 is the 193 * right most bit. 203 * The bits are counted from right to left, so bit #0 is the 204 * right most bit. 254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if… 278 * That number of seconds is then converted to broken-out time information. 286 * \param[out] result the struct with the broken-out time information [all …]
|
H A D | util.h | 139 * Structure to do a Schwartzian-like transformation, for instance when 181 * The bits are counted from left to right, so bit #0 is the 182 * left most bit. 192 * The bits are counted from right to left, so bit #0 is the 193 * right most bit. 203 * The bits are counted from right to left, so bit #0 is the 204 * right most bit. 254 …* \return The number of bytes of converted data, or -1 if one of the arguments * is NULL, or -2 if… 278 * That number of seconds is then converted to broken-out time information. 286 * \param[out] result the struct with the broken-out time information [all …]
|
/freebsd-src/contrib/diff/man/ |
H A D | diff.1 | 4 diff \- compare files line by line 11 \fB\-i\fR \fB\-\-ignore\-case\fR 14 \fB\-\-ignore\-file\-name\-case\fR 17 \fB\-\-no\-ignore\-file\-name\-case\fR 20 \fB\-E\fR \fB\-\-ignore\-tab\-expansion\fR 23 \fB\-b\fR \fB\-\-ignore\-space\-change\fR 26 \fB\-w\fR \fB\-\-ignore\-all\-space\fR 29 \fB\-B\fR \fB\-\-ignore\-blank\-lines\fR 32 \fB\-I\fR RE \fB\-\-ignore\-matching\-lines\fR=\fIRE\fR 35 \fB\-\-strip\-trailing\-cr\fR [all …]
|