Home
last modified time | relevance | path

Searched +full:all +full:- +full:cols +full:- +full:on +full:- +full:delay +full:- +full:us (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dgpio-matrix-keypad.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $id: http://devicetree.org/schemas/input/gpio-matrix-keypad.yaml#
6 $schema: http://devicetree.org/meta-schemas/core.yaml#
11 - Marek Vasut <marek.vasut@gmail.com>
17 keypad can sense a key-press and key-release by means of GPIO lines and
21 - $ref: /schemas/input/matrix-keymap.yaml#
25 const: gpio-matrix-keypad
27 row-gpios:
30 depends on the gpio controller to which these row lines are connected.
[all …]
/freebsd/contrib/ee/
H A Dnew_curse.c9 | All rights reserved.
30 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
36 | All are rights reserved.
43 "All rights are reserved."};
62 #include <sys/select.h> /* on AIX */
153 #define ct__ 4 /* clear all tab stops */
166 #define nd__ 17 /* non-destructive space (cursor right) */
176 #define md__ 27 /* turn on bold */
178 #define dm__ 29 /* turn on delete mode */
439 "mp=", "mr=", "so=", "us=", "ec=", "ae=", "me=", "te=", "ed=", "ei=", "se=",
[all …]
/freebsd/contrib/ncurses/man/
H A Dterminfo.tail2 .\" Copyright 2018-2023,2024 Thomas E. Dickey *
3 .\" Copyright 1998-2016,2017 Free Software Foundation, Inc. *
14 .\" in all copies or substantial portions of the Software. *
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.
56 User-defined capability strings whose name begins
60 can be inferred by successful calls on \fBtigetflag\fP, etc.
[all …]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src7 # bug-ncurses@gnu.org
19 # under the ncurses MIT-style license. That was the effect of the agreement
23 # there is no explicit copyright notice on the file itself.
33 # some portions of the data are derivative work under a compatible MIT-style
36 #------------------------------------------------------------------------------
37 # https://invisible-island.net/ncurses/ncurses.faq.html#terminfo_copying
38 # https://invisible-island.net/personal/copyrights.html#removing_notes
39 #------------------------------------------------------------------------------
48 # Please e-mail changes to terminfo@thyrsus.com; the old termcap@berkeley.edu
54 # This file describes the capabilities of various character-cell terminals,
[all …]
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc.c2 * ntpdc - control and monitor your ntpd daemon
34 #include "ntpdc-opts.h"
38 /* vxWorks needs mode flag -casey*/
57 * Keyid used for authenticated requests. Obtained on the fly.
109 * Built-in commands we understand
121 { "delay", my_delay, { OPT|NTP_INT, NO, NO, NO },
123 "set the delay added to encryption time stamps" },
125 { "-4|-6", "hostname", "", "" },
164 #define MAXCMDS 100 /* maximum commands on cmd line */
165 #define MAXHOSTS 200 /* maximum hosts on cmd line */
[all …]
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dvdev_raidz.c1 // SPDX-License-Identifier: CDDL-1.0
10 * or https://opensource.org/licenses/CDDL-1.0.
24 * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
25 * Copyright (c) 2012, 2020 by Delphix. All rights reserved.
26 * Copyright (c) 2016 Gvozden Nešković. All rights reserved.
54 * Virtual device vector for RAID-Z.
57 * we use a simple XOR of all the data columns. For double or triple parity,
58 * we use a special case of Reed-Solomon coding. This extends the
59 * technique described in "The mathematics of RAID-6" by H. Peter Anvin by
60 * drawing on the system described in "A Tutorial on Reed-Solomon Coding for
[all …]
/freebsd/contrib/libxo/libxo/
H A Dlibxo.c2 * Copyright (c) 2014-2019, Juniper Networks, Inc.
3 * All rights reserved.
19 * http://juniper.github.io/libxo/libxo-manual.html
22 * - xo_do_emit() -- parse and emit a set of fields
23 * - xo_do_emit_fields -- the central function of the library
24 * - xo_do_format_field() -- handles formatting a single field
25 * - xo_transiton() -- the state machine that keeps things sane
26 * and of course the "xo_handle_t" data structure, which carries all
54 * need to tell us the number of columns consumed to display a unicode
56 * we know they are characters whose glyph differs based on placement
[all …]
/freebsd/share/termcap/
H A Dtermcap.52 .\" The Regents of the University of California. All rights reserved.
23 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
31 .\" * ncurses is copyright (C) 1992-1995 *
32 .\" * Zeyd M. Ben-Halim *
77 consist of a number of `:'-separated fields.
82 and all others are understood as synonyms for the terminal name.
98 in 132-column mode would be
99 .Dq vt100-w .
101 .Bl -column indent "With automatic margins (usually default)xx" -offset indent
103 -w Wide mode (more than 80 columns) vt100-w
[all …]
H A Dtermcap2 # The Regents of the University of California. All rights reserved.
12 # 3. All advertising materials mentioning features or use of this software
27 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
38 # << EOH - after reordering, above header lines survive and this line dies >>
50 # Terminal names look like <manufacturer> <model> - <modes/options>
56 # All names should be in lower case, for consistency in typing.
59 # rv Terminal in reverse video mode (black on white)
61 # w Wide - in 132 column mode.
63 # na No arrow keys - termcap ignores arrow keys which are
64 # actually there on the terminal, so the user can use
[all …]
/freebsd/stand/i386/libi386/
H A Dtextvidc.c1 /*-
3 * Copyright (c) 1997 Kazutaka YOKOTA (yokota@zodiac.mech.utsunomiya-u.ac.jp)
4 * All rights reserved.
22 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
90 cp->c_flags |= C_PRESENTIN; in vidc_probe()
94 cp->c_flags |= C_PRESENTOUT; in vidc_probe()
142 n = 8 - ((curx + 8) % 8); in vidc_rawputchar()
162 cury--; in vidc_rawputchar()
169 curx--; in vidc_rawputchar()
185 cury--; in vidc_rawputchar()
[all …]
/freebsd/contrib/ncurses/ncurses/win32con/
H A Dwin_driver.c2 * Copyright 2018-2021,2023 Thomas E. Dickey *
3 * Copyright 2008-2016,2017 Free Software Foundation, Inc. *
14 * in all copies or substantial portions of the Software. *
36 * TODO - GetMousePos(POINT * result) from ntconio.c
37 * TODO - implement nodelay
38 * TODO - improve screen-repainting performance, using implied wraparound to reduce write's
39 * TODO - make it optional whether screen is restored or not when non-buffered
73 #define AssertTCB() assert(TCB != 0 && (TCB->magic == WINMAGIC))
74 #define SetSP() assert(TCB->csp != 0); sp = TCB->csp; (void) sp
87 /* *INDENT-OFF* */
[all …]
/freebsd/sys/dev/ath/ath_hal/ar9002/
H A Dar9280_attach.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2008-2009 Sam Leffler, Errno Consulting
9 * copyright notice and this permission notice appear in all copies.
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
81 .totalSizeDesired = { -55, -55, -55, -55, -62 }, in ar9280AniSetup()
82 .coarseHigh = { -14, -14, -14, -14, -12 }, in ar9280AniSetup()
83 .coarseLow = { -64, -64, -64, -64, -70 }, in ar9280AniSetup()
84 .firpwr = { -78, -78, -78, -78, -80 }, in ar9280AniSetup()
[all …]
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
9 * copyright notice and this permission notice appear in all copies.
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
61 const char *name = (*pchip)->probe(vendorid, devid); in ath_hal_probe()
68 const char *name = pc->probe(vendorid, devid); in ath_hal_probe()
97 if (chip->probe(ATHEROS_VENDOR_ID, devid) == AH_NULL) in ath_hal_attach()
[all …]
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_reset.c1 /*-
2 * SPDX-License-Identifier: ISC
4 * Copyright (c) 2002-2009 Sam Leffler, Errno Consulting
5 * Copyright (c) 2002-2008 Atheros Communications, Inc.
9 * copyright notice and this permission notice appear in all copies.
11 * THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
12 * WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
33 (AH_PRIVATE(_ah)->ah_eeversion & AR5416_EEP_VER_MINOR_MASK)
37 /* Additional Time delay to wait after activiting the Base band */
69 * values in the registers based on EEPROM config, initialization
[all …]
/freebsd/contrib/ntp/ntpq/
H A Dntpq.c2 * ntpq - query an NTP server using mode 6 commands
54 #ifdef SYS_VXWORKS /* vxWorks needs mode flag -casey*/
72 * use old readvars behavior? --old-rv processing in ntpq resets
73 * this value based on the presence or absence of --old-rv. It is
84 te_Refid drefid = -
2376 size_t col, cols; help() local
[all...]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c3 ** version 3.50.2. By combining all the individual C code files into this
10 ** This file is all you need to compile SQLite. To use SQLite in other
17 ** language. The code for the "sqlite3" command-line shell is also in a
20 ** The content in this amalgamation comes from Fossil check-in
54 ** NO_TEST - The branches on this line are not
56 ** used on lines of code that actually
59 ** OPTIMIZATION-IF-TRUE - This branch is allowed to always be false
63 ** OPTIMIZATION-IF-FALSE - This branch is allowed to always be true
67 ** PREVENTS-HARMLESS-OVERREAD - This branch prevents a buffer overread
71 ** In all cases, the special comment must be enclosed in the usual
[all …]