Home
last modified time | relevance | path

Searched +full:left +full:- +full:input +full:- +full:single +full:- +full:end (Results 1 – 25 of 799) sorted by relevance

12345678910>>...32

/freebsd/contrib/mandoc/
H A Dtbl.751 All input must be 7-bit ASCII.
53 If the first input line of a table ends with a semicolon, it contains
54 case-insensitive options separated by spaces, tabs, or commas.
61 .Bl -tag -width Ds
63 Draw a single-line box around each table cell.
65 Draw a single-line box around the table.
69 Center the table instead of left-adjusting it.
73 Use the single-character argument as the decimal point with the
83 Draw a double-line box around the table.
102 Use the single-character argument as a delimiter between data cells.
[all …]
H A Dmandoc_char.75 .\" Copyright (c) 2011, 2013, 2015, 2017-2020, 2022
61 In particular, in English manual pages, do not use special-character
67 the en-dash (\(en),
68 the em-dash (\(em),
75 .Bd -unfilled -offset indent
76 blue-eyed
77 lorry-driver
80 The en-dash is used to separate the two elements of a range,
81 or can be used the same way as an em-dash.
84 .Bd -unfilled -offset indent
[all …]
H A Dmandoc.13 .\" Copyright (c) 2012, 2014-2023 Ingo Schwarze <schwarze@openbsd.org>
50 .Bl -tag -width Ds
77 Specify the input encoding.
81 .Cm us-ascii ,
82 .Cm iso-8859-1 ,
84 .Cm utf-8 .
87 .Bl -enum
89 If the first three bytes of the input file are the UTF-8 byte order
90 mark (BOM, 0xefbbbf), input is interpreted as
91 .Cm utf-8 .
[all …]
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dnuvoton,nau8821.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Seven Lee <wtli@nuvoton.com>
13 - $ref: dai-common.yaml#
25 nuvoton,jkdet-enable:
29 nuvoton,jkdet-pull-enable:
30 description: Enable JKDET pin pull. If set - pin pull enabled,
34 nuvoton,jkdet-pull-up:
35 description: Pull-up JKDET pin. If set then JKDET pin is pull up,
[all …]
/freebsd/contrib/less/
H A Dlesskey.nro4 lesskey \- customize key bindings for less
6 .B "lesskey [\-o output] [\-\-] [input]"
8 .B "lesskey [\-\-output=output] [\-\-] [input]"
[all...]
H A Dless.nro4 less \- display the contents of a file in a terminal
6 .B "less \-?"
8 .B "less \-\-help"
10 .B "less \-V"
12 .B "less \-\-version"
14 .B "less [\-[+]aABcCdeEfFgGiIJKLmMnNqQrRsSuUVwWX\(ti]"
16 .B " [\-b \fIspace\/\fP] [\-
[all...]
/freebsd/share/doc/usd/10.exref/exref/
H A Dex.rm34 .EH 'USD:12-%''Ex Reference Manual'
35 .OH 'Ex Reference Manual''USD:12-%'
91 The financial support of an \s-2IBM\s0 Graduate Fellowship and the National
92 Science Foundation under grants MCS74-07644-A03 and MCS78-07291 is gratefully
108 determines the terminal type from the \s-2TERM\s0 variable in the environment.
109 It there is a \s-2TERMCAP\s0 variable in the environment, and the type
110 of the terminal described there matches the \s-2TERM\s0 variable,
112 is used. Also if the \s-2TERMCAP\s0 variable contains a pathname (beginning
115 If there is a variable \s-2EXINIT\s0 in the environment, then the editor
119 in your \s-2HOME\s0 directory
[all …]
/freebsd/bin/ed/
H A Ded.122 utility is a line-oriented text editor.
61 .Em input .
65 In this mode commands are read from the standard input and
81 When an input command, such as
89 enters input mode.
93 instead, the standard input is written
99 Input mode is terminated by
100 entering a single period
120 commands consist of zero or more line addresses, followed by a single
137 .Bl -tag -width indent
[all …]
/freebsd/share/doc/psd/15.yacc/
H A Dss11 .\" 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.
91 A literal consists of a character enclosed in single quotes ``\'''.
98 \'\e\'\' single quote ``\'''
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.
113 the semicolon at the end of a rule can be dropped before a vertical bar.
127 It is not necessary that all grammar rules with the same left side appear together in the grammar r…
[all …]
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DParsing.cpp1 //===--- Parsing.cpp - Parsing function implementations ---------*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
41 // The remaining input to be processed.
42 StringRef Input; member
43 // The original input. Not modified during parsing; only for reference in
77 // Position of the error in the input string.
80 // Excerpt of the input starting at the error position.
126 if (it == Map.end()) in findOptional()
128 return it->second; in findOptional()
[all …]
/freebsd/share/doc/usd/12.vi/vi/
H A Dvi.chars41 characters are presented in their order in the \s-2ASCII\s0 character
68 As a command, scrolls down a half-window of text.
81 Equivalent to \fB:f\fR\s-2CR\s0, printing the current file, whether
85 .iP "^H (\fR\s-2BS\s0\fP)" 15
87 .B "left arrow" .
90 During an insert, eliminates the last input character, backing over it
93 .iP "^I\ (\fR\s-2TAB\s0\fP)" 15
100 .iP "^J\ (\fR\s-2LF\s0\fP)" 15
108 The \s-2ASCII\s0 formfeed character, this causes the screen to be cleared
113 .iP "^M\ (\fR\s-2CR\s0\fP)" 15
[all …]
H A Dvi.in34 .EH 'USD:11-%''An Introduction to Display Editing with Vi'
35 .OH 'An Introduction to Display Editing with Vi''USD:11-%'
109 The financial support of an \s-2IBM\s0 Graduate Fellowship and the
110 National Science Foundation under grants MCS74-07644-A03 and MCS78-07291
115 (Pronounced \fIvee-eye\fP.)
123 some nitty-gritty details of how the editor functions are saved for section
152 2621 Hewlett-Packard 2621A/P Intelligent
153 2645 Hewlett-Packard 264x Intelligent
154 act4 Microterm ACT-IV Dumb
155 act5 Microterm ACT-V Dumb
[all …]
/freebsd/sys/contrib/zlib/
H A Dgzread.c1 /* gzread.c -- zlib functions for reading gzip files
2 * Copyright (C) 2004-2017 Mark Adler
9 /* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from
10 state->fd, and update state->eof, state->err, and state->msg as appropriate.
16 unsigned get, max = ((unsigned)-1 >> 2) + 1; in gz_load()
20 get = len - *have; in gz_load()
23 ret = read(state->fd, buf + *have, get); in gz_load()
30 return -1; in gz_load()
33 state->eof = 1; in gz_load()
37 /* Load up input buffer and set eof flag if last data loaded -- return -1 on
[all …]
/freebsd/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c5 * Igor Pavlov <https://7-zip.org/>
20 * Minimum number of usable input buffer to safely decode one LZMA symbol.
22 * direct bits. This may decode at maximum of 20 bytes of input. However,
32 * start <= pos <= full <= end
33 * pos <= limit <= end
35 * In multi-call mode, also these are true:
36 * end == size
40 * Most of these variables are size_t to support single-call mode,
55 * How full dictionary is. This is used to detect corrupt input that
64 * End of the dictionary buffer. In multi-call mode, this is
[all …]
/freebsd/contrib/ncurses/include/
H A DCaps.osf1r52 # Copyright 2019-2023,2024 Thomas E. Dickey #
3 # Copyright 2002-2015,2016 Free Software Foundation, Inc. #
43 # This file has three major sections; a standard-capabilities table, two
44 # extension-capability tables, and a section of aliases declarations.
53 # Column 5: KEY_xxx name, if any, `-' otherwise
54 # Column 6: value for KEY_xxx name, if any, `-' otherwise
56 # translations, `-' otherwise
59 # The codes following [Y-] in column 7 describe the versions of termcap which
63 # lot of old termcap-using programs). The codes read as follows:
95 # as an already-supported one. The compiler will handle aliasing, emitting
[all …]
H A DCaps.aix42 # Copyright 2019-2023,2024 Thomas E. Dickey #
3 # Copyright 2001-2015,2016 Free Software Foundation, Inc. #
43 # This file has three major sections; a standard-capabilities table, two
44 # extension-capability tables, and a section of aliases declarations.
53 # Column 5: KEY_xxx name, if any, `-' otherwise
54 # Column 6: value for KEY_xxx name, if any, `-' otherwise
56 # translations, `-' otherwise
59 # The codes following [Y-] in column 7 describe the versions of termcap which
63 # lot of old termcap-using programs). The codes read as follows:
95 # as an already-supported one. The compiler will handle aliasing, emitting
[all …]
/freebsd/share/doc/psd/16.lex/
H A Dlex.ms1 .\" Copyright (C) Caldera International Inc. 2001-2002. All rights reserved.
41 .EH 'PSD:16-%''Lex \- A Lexical Analyzer Generator'
42 .OH 'Lex \- A Lexical Analyzer Generator''PSD:16-%'
61 .\".TM 75-1274-15 39199 39199-11
63 Lex \- A Lexical Analyzer ~Generator~
64 .AU ``MH 2C-569'' 6377
82 expressions in the input stream.
83 It is well suited for editor-script type transformations and
84 for segmenting input in preparation for
89 which reads an input stream, copying it to an output stream
[all …]
/freebsd/contrib/dialog/
H A Ddialog.13 .\" Copyright 2005-2020,2021 Thomas E. Dickey
53 dialog \- display dialog boxes from shell scripts
55 \fB\*p \-\-clear\fP
57 .BI "\*p \-\-create\-rc " file
59 \fB\*p \-\-print\-maxsize\fP
62 \fIcommon-options\fP
63 \fIbox-options\fP
108 Use the "\fB\-\-and\-widget\fP" token to force \fB\*p\fP to proceed to the next
118 \*(``\fB\-\-output\-fd\fP\*('',
119 \*(``\fB\-\-stderr\fP\*('' and
[all …]
/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dgzread.c2 * - gz_statep was converted to union to work with -Wstrict-aliasing=1 */
4 /* gzread.c -- zlib functions for reading gzip files
12 * see https://github.com/facebook/zstd/issues/1800#issuecomment-545945050 */
28 /* Use read() to load a buffer -- return -1 on error, otherwise 0. Read from
29 …state.state->fd, and update state.state->eof, state.state->err, and state.state->msg as appropriat…
39 unsigned get, max = ((unsigned)-1 >> 2) + 1;
43 get = len - *have;
46 ret = read(state.state->fd, buf + *have, get);
53 return -1;
56 state.state->eof = 1;
[all …]
/freebsd/crypto/libecc/src/examples/hash/
H A Dmdc2.c2 * Copyright (C) 2021 - This file is part of libecc project
24 MUST_HAVE((ctx->mdc2_total == 0), ret, err); in mdc2_set_padding_type()
27 ret = -1; in mdc2_set_padding_type()
31 ctx->padding = p; in mdc2_set_padding_type()
39 /* MDC-2 core processing. Returns 0 on success, -1 on error. */
50 A = (u8*)&(ctx->mdc2_state[0]); in mdc2_process()
51 B = (u8*)&(ctx->mdc2_state[8]); in mdc2_process()
86 /* Init hash function. Returns 0 on success, -1 on error. */
96 ctx->mdc2_total = 0; in mdc2_init()
98 ret = local_memset(&(ctx->mdc2_state[0]), 0x52, 8); EG(ret, err); in mdc2_init()
[all …]
/freebsd/share/doc/usd/06.bc/
H A Dbc3 .\" Copyright (C) Caldera International Inc. 2001-2002.
39 .EH 'USD:6-%''BC \- An Arbitrary Precision Desk-Calculator Language'
40 .OH 'BC \- An Arbitrary Precision Desk-Calculator Language''USD:6-%'
44 BC \- An Arbitrary Precision Desk-Calculator Language
53 on the PDP-11 under the
55 time-sharing
57 a collection of routines which can input, output, and do
58 arithmetic on indefinitely large integers and on scaled fixed-point
65 The language has a complete control structure as well as immediate-mode
68 Two five hundred-digit numbers can be multiplied to give a
[all …]
/freebsd/contrib/ncurses/man/
H A Dcurs_getch.3x3 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
4 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
32 .TH curs_getch 3X 2024-04-20 "ncurses @NCURSES_MAJOR@.@NCURSES_MINOR@" "Library calls"
59 \fB\%has_key\fP \-
85 When input is pending,
96 If no input is pending,
97 then if the no-delay flag is set in the window
103 waits until the terminal has input.
158 (those corresponding to the ECMA-6 character set\(emsee
187 these object-like macros have values outside the range of eight-bit
[all …]
/freebsd/usr.bin/m4/
H A Dm4.147 .Op Fl d Oo Oo +- Oc Ns Ar flags Oc
56 utility is a macro processor that can be used as a front end to any
58 If no input files are given,
60 reads from the standard input,
63 Input files can be regular files, files in the m4 include paths, or a
64 single dash
65 .Pq Sq - ,
66 denoting standard input.
82 .Dq [a-zA-Z_][a-zA-Z0-9_]* .
87 To quote strings, use left and right single quotes
[all …]
/freebsd/share/doc/usd/13.viref/
H A Dvi.cmd.roff29 but lines on the screen that would logically come after the end of
30 the file are displayed as a single tilde
39 have also displayed some lines as single asterisk
52 .QQ "text input"
59 into text input mode.
62 character is used to resolve the text input into the file,
84 unless the cursor is sufficiently close to the beginning or end of the file
96 .CO <control-B> ,
97 .CO <control-D> ,
98 .CO <control-E> ,
[all …]
/freebsd/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_backrefs.rst1 --warn-backrefs
4 ``--warn-backrefs`` gives a warning when an undefined symbol reference is
5 resolved by a definition in an archive to the left of it on the command line.
7 A linker such as GNU ld makes a single pass over the input files from left to
10 ``--start-lib`` and ``--end-lib`` that archive will be searched for resolving
11 symbol definitions; this may result in input files being loaded, updating the
14 to it. This means that if an input file to the right of a archive cannot have
15 an undefined symbol resolved by a archive to the left of it. For example:
21 backward references. If there are cyclic references then the ``--start-group``
22 and ``--end-group`` options can be used, or the same archive can be placed on
[all …]

12345678910>>...32