/freebsd/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/contrib/ncurses/man/ |
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 | 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 | 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 …]
|
/freebsd/share/doc/psd/15.yacc/ |
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 ) 66 .I "right association" ). 72 expr \- expr \- expr 76 expr \- expr 78 matches the right side of the grammar rule above. 88 \- expr [all …]
|
H A D | ss6 | 1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 42 Most of the commonly used constructions for arithmetic expressions can be naturally 46 or right associativity. 69 This is done by a series of lines beginning with a Yacc keyword: %left, %right, 76 %left \'+\' \'\-\' 82 The keyword %right is used to describe right associative operators, 93 %left \'+\' \'\-\' 100 | expr \'\-\' expr 108 a = b = c*d \- e \- f*g 112 a = ( b = ( ((c*d)\-e) \- (f*g) ) ) [all …]
|
/freebsd/usr.sbin/bsdconfig/include/ |
H A D | usage.hlp | 7 The following keys are recognized in most of the dialogs you'll 11 --- ------ 17 RIGHT ARROW Move to next item or group (same as TAB). 18 SHIFT-TAB Move to previous item or group. 19 LEFT ARROW Move to previous item or group (same as SHIFT-TAB). 24 If you see small "^(-)" or "v(+)" symbols at the edges of a menu, it 28 displayed as a percentage in the lower right corner. Using the 37 Most screens offer a Help button - USE IT! It generally offers useful 38 context-specific hints on what to do and if you're at all unsure about 48 The console driver contains a scroll-back buffer for reviewing things [all …]
|
/freebsd/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/usr.sbin/cron/doc/ |
H A D | THANKS | 7 get the features right. 11 (According to John the most awful things are still in here, of course.) 15 its brothers and sisters; he also sent some diffs that lead cron toward compil- 19 the source-file labelling in installed crontabs. 21 Scott Narveson ported V2 to a Sequent, and sent in the most useful single batch 23 -> sendmail won't time out if the command is slow to generate output 24 -> day-of-week names aren't off by one anymore 25 -> crontab says the right thing if you do something you shouldn't do 26 -> crontab(5) man page is longer and more informative 27 -> misc changes related to the side effects of fclose() [all …]
|
/freebsd/crypto/openssl/doc/HOWTO/ |
H A D | certificates.txt | 9 - User of some client application 10 - User of some server application 11 - Certificate authority 21 '-config {file}' argument with the commands shown below. 32 Private keys are generated with 'openssl genrsa -out privkey.pem' if 34 'openssl dsaparam -out dsaparam.pem 2048; openssl gendsa -out privkey.pem dsaparam.pem'. 51 self-signed certificate (typically for testing purpose). 55 openssl req -new -key privkey.pem -out cert.csr 58 handle files in PEM format. If not, use the extra argument '-outform' 60 <formats.txt?>). In some cases, -outform does not let you output the [all …]
|
/freebsd/share/doc/papers/malloc/ |
H A D | kernel.ms | 2 .\" ---------------------------------------------------------------------------- 3 .\" "THE BEER-WARE LICENSE" (Revision 42): 6 .\" this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp 7 .\" ---------------------------------------------------------------------------- 18 common, the most popular memory management facility used for 32 right amount of free storage, possibly moving things around in physical 38 The kernel finds the right number of free pages, possibly paging some 39 pages out to free them up, and then plugs them into the page-table of 51 Most other programs use the
|
/freebsd/stand/forth/ |
H A D | version.4th.8 | 1 .\" Copyright (c) 2011-2013 Devin Teske 35 version at the bottom-right of the screen. 38 by themselves are not enough for most uses. 40 examples below for the most common situations, and to 53 file, so it is not needed (and should not be re-issued) in a normal setup. 57 .Bl -tag -width disable-module_module -compact -offset indent 61 environment variable right-justified at the column 68 .Bl -tag -width bootfile -offset indent 86 (case-insensitive) or 92 .Bl -tag -width /boot/version.4th -compact [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | SuffixTreeNode.h | 1 //===- llvm/ADT/SuffixTreeNode.h - Nodes for SuffixTrees --------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 24 //===----------------------------------------------------------------------===// 36 static const unsigned EmptyIdx = -1; 51 /// node in monotonically increasing order from left to right. This way of 56 /// class, which is constructed using post-order depth-first traversal. 70 /// \return the index of this node's left most leaf node. 73 /// \return the index of this node's right most leaf node. 76 /// Set the index of the left most leaf node of this node to \p Idx. [all …]
|
/freebsd/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/share/man/man4/ |
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 …]
|
H A D | asmc.4 | 1 .\"- 35 .Bd -ragged -offset indent 42 .Bd -literal -offset indent 53 .Bl -bullet -offset indent -compact 85 and right light sensors: 88 .Va dev.asmc.%d.light.right . 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
|
/freebsd/contrib/ldns/ldns/ |
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 …]
|
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 …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | FunctionComparator.h | 1 //===- FunctionComparator.h - Function Comparator -------- [all...] |
/freebsd/share/doc/papers/devfs/ |
H A D | paper.me | 1 .\" format with ditroff -me 19 .ip \0\s-2\(bu\s+2 29 .i "Poul-Henning Kamp" 42 has survived practically unchanged for 30 years in most UNIX variants. 43 Starting from a high-level view of devices and the semantics that 45 grand tour of the redesigned FreeBSD device-I/O system, 72 Special files constitute the most unusual feature of the UNIX filesystem. 98 Most vendors did not even release a program to initialise a 99 disk-pack with a filesystem: selling pre-initialised and ``quality 100 tested'' disk-packs was quite a profitable business. [all …]
|
/freebsd/contrib/ee/ |
H A D | ee.1 | 5 .\" nroff -man ee.1 12 ee \- easy editor 15 ee [-e] [-i] [-h] [+#] [\fIfile\fR ...] 16 ree [-e] [-i] [-h] [+#] [\fIfile\fR ...] 33 An editor with similar user-friendly qualities but more features is available 55 .B -e 58 .B -i 61 .B -h 106 ^r Move the cursor to the right. 183 For the most basic operations, there is a menu that can be obtained by [all …]
|
/freebsd/contrib/bmake/unit-tests/ |
H A D | cond-short.mk | 1 # $NetBSD: cond-short.mk,v 1.23 2023/11/19 22:32:44 rillig Exp $ 3 # Demonstrates that in conditions, the right-hand side of an && or || 5 # This is called 'short-circuit evaluation' and is the usual evaluation 6 # mode in most programming languages. A notable exception is Ada, which 9 # Before 2020-06-28, the right-hand side of an && or || operator was always 10 # evaluated, which was wrong. In cond.c 1.69 and var.c 1.197 on 2015-10-11, 20 # Since the initial commit on 1993-03-21, the manual page has been saying that 22 # but that was wrong. The code in cond.c 1.1 from 1993-03-21 looks good since 31 # var-eval-short.mk, for short-circuited variable modifiers 53 # "VAR U11" is not evaluated; it was evaluated before 2020-07-02. [all …]
|
/freebsd/share/doc/usd/12.vi/viapwh/ |
H A D | vi.apwh.ms | 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'' 177 type from an on-line list. [all …]
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | README.TESTS | 3 - A shell file called REGRESS that controls the testing process. 5 - Several shell files called Compare* that control sub-parts 8 - About 160 small tests called t.* that constitute a random 12 - About 60 small tests called p.* that come from the first 14 basic stuff -- they have to work. 21 - About 20 files called T.* that are self-contained and 23 For example, T.clv tests command-line variable handling. 24 These tests are not regressions -- they compute the right 27 one of these, most often T.misc. There are about 220 tests 30 - Two of these files, T.re and T.sub, are systematic tests [all …]
|
/freebsd/share/doc/usd/22.trofftut/ |
H A D | tt06 | 4 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved. 52 Most of these commands are straightforward, but messy to read 57 subscripts and superscripts are most easily done with 58 the half-line local motions 62 To go back up the page half a point-size, insert a 81 .BD \es\-2...\es0 . 95 isn't the right amount. 99 The in-line command 109 ^ll \-0.3i (shorten lines) 110 ^ti \-0.3i (move P back) [all …]
|