Home
last modified time | relevance | path

Searched +full:display +full:- +full:height +full:- +full:chars (Results 1 – 25 of 30) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/auxdisplay/
H A Dmodtronix,lcd2s.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Modtronix engineering LCD2S Character LCD Display
10 - Lars Poeschel <poeschel@lemonage.de>
13 The LCD2S is a Character LCD Display manufactured by Modtronix Engineering.
14 The display supports a serial I2C and SPI interface. The driver currently
24 I2C bus address of the display.
26 display-height-chars:
27 description: Height of the display, in character cells.
[all …]
H A Dhit,hd44780.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Geert Uytterhoeven <geert@linux-m68k.org>
14 LCDs that can display one or more lines of text. It exposes an M6800 bus
15 interface, which can be used in either 4-bit or 8-bit mode. By using a
24 data-gpios:
26 GPIO pins connected to the data signal lines DB0-DB7 (8-bit mode) or
27 DB4-DB7 (4-bit mode) of the LCD Controller's bus interface.
29 - maxItems: 4
[all …]
/freebsd/sys/contrib/device-tree/src/arm/marvell/
H A Dkirkwood-netgear_readynas_nv+_v2.dts1 // SPDX-License-Identifier: GPL-2.0+
8 /dts-v1/;
11 #include "kirkwood-6282.dtsi"
15 …compatible = "netgear,readynas-nv+-v2", "netgear,readynas", "marvell,kirkwood-88f6282", "marvell,k…
24 stdout-path = &uart0;
28 pinctrl: pin-controller@10000 {
29 pmx_button_power: pmx-button-power {
34 pmx_button_backup: pmx-button-backup {
39 pmx_button_reset: pmx-button-reset {
44 pmx_led_blue_power: pmx-led-blue-power {
[all …]
H A Darmada-370-netgear-rn104.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
8 /dts-v1/;
10 #include <dt-bindings/input/input.h>
11 #include <dt-bindings/gpio/gpio.h>
12 #include "armada-370.dtsi"
16 compatible = "netgear,readynas-104", "marvell,armada370", "marvell,armada-370-xp";
19 stdout-path = "serial0:115200n8";
32 internal-regs {
44 pinctrl-0 = <&ge0_rgmii_pins>;
45 pinctrl-names = "default";
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/freescale/
H A Dimx8mn-rve-gateway.dts1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)
6 /dts-v1/;
8 #include <dt-bindings/usb/pd.h>
9 #include "imx8mn-var-som.dtsi"
13 compatible = "rve,gateway", "variscite,var-som-mx8mn", "fsl,imx8mn";
15 crystal_duart_24m: crystal-duart-24m {
16 compatible = "fixed-clock";
17 #clock-cells = <0>;
18 clock-frequency = <24000000>;
21 gpio-keys {
[all …]
/freebsd/contrib/less/
H A Dless.hlp6 A key preceded by a caret indicates the Ctrl key; thus ^K is ctrl-K.
8 h H Display this help.
10 ---------------------------------------------------------------------------
16 ESC-j * Forward one file line (or _N file lines).
17 ESC-k * Backward one file line (or _N file lines).
19 b ^B ESC-v * Backward one window (or _N lines).
22 ESC-SPACE * Forward one window, but don't stop at end-of-file.
23 ESC-b * Backward one window, but don't stop at beginning-of-file.
24 d ^D * Forward one half-window (and set half-window to _N).
25 u ^U * Backward one half-window (and set half-window to _N).
[all …]
H A DNEWS19 * Fix unexpected exit using -K if a key press is received while reading
26 * Treat -r in LESS environment variable as -R.
28 * Add ESC-j and ESC-k commands (github #560).
30 * Add --no-paste option (github #523).
32 * Add --no-edit-warn option (github #513).
34 * Add --form-feed option (github #496).
36 * Add ESC-b command (github #615).
38 * Make TAB complete option name in -- command (github #531).
42 * Make -R able to pass through any OSC escape sequences,
48 * Pass through escape sequences in prompts even if -R is not set.
[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] [\-h \fIlines\/\fP] [\-j \fIline\/\fP] [\-k \fIkeyfile\/\fP]"
18 .B " [\-{oO} \fIlogfile\/\fP] [\-p \fIpattern\/\fP] [\-P \fIprompt\/\fP] [\-t \fItag\/\fP]"
20 .B " [\-T \fItagsfile\/\fP] [\-x \fItab\/\fP,...] [\-y \fIlines\/\fP] [\-[z] \fIlines\/\fP]"
22 .B " [\-# \fIshift\/\fP] [+[+]\fIcmd\/\fP] [\-\-] [\fIfilename\/\fP]..."
[all …]
H A Dscreen.c2 * Copyright (C) 1984-2025 Mark Nudelman
13 * Uses termcap to be as terminal-independent as possible.
191 public int vt_enabled = -1; /* Is virtual terminal processing available? */
225 *sc_deinit; /* Exit terminal de-initialization */
227 static int attrcolor = -1;
236 public int kill_char; /* The user's line-kill char */
237 public int werase_char; /* The user's word-erase char */
238 public int sc_width, sc_height; /* Height & width of screen */
252 static int termcap_debug = -1;
312 s->c_lflag &= ~(0 in set_termio_flags()
[all …]
/freebsd/sys/powerpc/ofw/
H A Dofw_syscons.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
140 * bitmap depth-specific routines
160 * Define the iso6429-1983 colormap
167 /* - - - - ----- */
209 if (sc->sc_tag == &bs_le_tag) in ofwfb_pix32()
250 if (node == -1) { in ofwfb_configure()
258 if (strcmp(type, "display") != 0) in ofwfb_configure()
261 /* Only support 8 and 32-bit framebuffers */ in ofwfb_configure()
264 sc->sc_blank = ofwfb_blank_display8; in ofwfb_configure()
[all …]
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
85 /* See "16-color Text Extension" Open Firmware document, page 4 */
107 if (chosen == -1) in ofwfb_probe()
110 node = -1; in ofwfb_probe()
114 if (node == -1) in ofwfb_probe()
115 if (OF_getprop(chosen, "stdout-pat in ofwfb_probe()
133 ofwfb_bitblt_bitmap(struct vt_device * vd,const struct vt_window * vw,const uint8_t * pattern,const uint8_t * mask,unsigned int width,unsigned int height,unsigned int x,unsigned int y,term_color_t fg,term_color_t bg) ofwfb_bitblt_bitmap() argument
483 pcell_t depth, height, width, stride; ofwfb_init() local
[all...]
/freebsd/contrib/ncurses/menu/
H A Dmenu.h3 * Copyright 1998-2016,2017 Free Software Foundation, Inc. *
92 TEXT description; /* description of item, optional in display */
115 short height; /* Nr. of chars high */ member
116 short width; /* Nr. of chars wide */
129 char *pattern; /* Buffer to store match chars */
132 WINDOW *sub; /* Subwindow for menu display */
182 * Some AT&T code expects MAX_COMMAND to be out-of-band not
187 # error Something is wrong -- MAX_MENU_COMMAND is greater than MAX_COMMAND
189 # error Something is wrong -- MAX_COMMAND is already inconsistently defined.
195 /* --------- prototypes for libmenu functions ----------------------------- */
/freebsd/lib/libdpv/
H A Ddprompt.c1 /*-
2 * Copyright (c) 2013-2014 Devin Teske <dteske@FreeBSD.org>
52 /* Display characteristics */
62 int pbar_size = PBAR_SIZE_DEFAULT; /* Mini-progressbar size */
71 static char spin[SPIN_SIZE + 1] = "/-\\|";
127 /* Calculate width of dialog(3) or [X]dialog(1) --gauge box */ in dprompt_init()
131 * Calculate height of dialog(3) or [X]dialog(1) --gauge box in dprompt_init()
137 max_rows -= use_shadow ? 3 : 2; in dprompt_init()
139 max_rows -= 2; in dprompt_init()
140 /* add lines for `-p text' */ in dprompt_init()
[all …]
/freebsd/contrib/file/magic/Magdir/
H A Dcad2 #------------------------------------------------------------------------------
17 # https://www.bentley.com/products/default.cfm?objectid=97F351F5-9C35-4E5E-89C2
18 # 3F86C928&method=display&p_objectid=97F351F5-9C35-4E5E-89C280A93F86C928
19 # https://www.bentley.com/products/default.cfm?objectid=A5C2FD43-3AC9-4C71-B682
20 # 721C479F&method=display&p_objectid=A5C2FD43-3AC9-4C71-B682C7BE721C479F
44 >>>>0 use ingr-image
52 !:mime application/x-bentley-dgn
57 # 2 chars for name of subunits like ft FT in IN mu m mm '\0 '\040
58 >>>>1120 string x \b, units %-.2s
59 # 2 chars for name of master unit like IN in ML SU tn th TH HU mm "\0 "\040 \0\0
[all …]
H A Dimages2 #------------------------------------------------------------------------------
4 # images: file(1) magic for image formats (see also "iff", and "c-lang" for
9 # merging several one- and two-line files into here.
13 # Targa - matches `povray', `ppmtotga' and `xv' outputs
19 # Note: called by DROID "Truevision TGA Bitmap" version 1.0 via PUID x-fmt/367
23 # or theoretically 2-128 reserved for use by Truevision or 128-255 may be used for developer applic…
32 # Targa image data (strength=70=110-40) before some Commodore disc image (strength=70=70+0 ./c64) l…
35 !:strength -40
37 #>(2.S-2) belong !0x28632943
52 >>>>>>>0 use tga-image
[all …]
/freebsd/contrib/ncurses/doc/
H A Dncurses-intro.doc5 by Eric S. Raymond and Zeyd M. Ben-Halim
31 o Low-Level Capability Access
55 + Menu Display
67 o Field Display Attributes
71 + Variable-Sized Fields
81 + Control of Form Display
84 o Inter-Field Navigation Requests
85 o Intra-Field Navigation Requests
117 The curses package is a subroutine library for terminal-independent
118 screen-painting and input-event handling which presents a high level
[all …]
/freebsd/sys/dev/syscons/
H A Dscterm-sc.c1 /*-
2 * Copyright (c) 1999 Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
3 * Copyright (c) 1992-1998 Søren Schmidt
40 #include <machine/pc/display.h>
95 "*", /* matching renderer, any :-) */
133 tcp->flags = SCTERM_BUSY; in scterm_init()
134 tcp->esc = 0; in scterm_init()
135 tcp->saved_xpos = -1; in scterm_init()
136 tcp->saved_ypos = -1; in scterm_init()
137 tcp->attr_mask = NORMAL_ATTR; in scterm_init()
[all …]
/freebsd/stand/efi/libefi/
H A Defi_console.c1 /*-
152 for (p.tp_row = r->tr_begin.tp_row; in term_image_display()
153 p.tp_row < r->tr_end.tp_row; p.tp_row++) { in term_image_display()
154 for (p.tp_col = r->tr_begin.tp_col; in term_image_display()
155 p.tp_col < r->tr_end.tp_col; p.tp_col++) { in term_image_display()
156 idx = p.tp_col + p.tp_row * state->tg_tp.tp_col; in term_image_display()
157 if (idx >= state->tg_tp.tp_col * state->tg_tp.tp_row) in term_image_display()
181 row = p->tp_row; in efi_text_cursor()
182 if (p->tp_row >= state->tg_tp.tp_row) in efi_text_cursor()
183 row = state->tg_tp.tp_row - 1; in efi_text_cursor()
[all …]
/freebsd/contrib/ntp/ntpd/
H A Drefclock_mx4200.c3 * at Lawrence Berkeley Laboratory under DARPA contract BG 91-66.
17 * must display the following acknowledgement:
41 * copied from the Oncore driver (Thanks, Poul-Henning Kamp).
42 * This code runs on SunOS 4.1.3 with ppsclock-1.6a1 and Solaris 7.
90 * gadget box and 1-PPS level converter, such as described in the
91 * Pulse-per-second (PPS) Signal Interfacing page.
111 #define PRECISION (-18) /* precision assumed (about 4 us) */
123 #define NOT_INITIALIZED -9999. /* initial pivot longitude */
135 double avg_alt; /* average height */
[all...]
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp1 //===-- IOHandlerCursesGUI.cpp --------------------------------------------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
35 #include "lldb/lldb-forward.h"
111 type summary add -s "x=${var.x}, y=${var.y}" curses::Point
112 type summary add -s "w=${var.width}, h=${var.height}" curses::Size
113 type summary add -s "${var.origin%S} ${var.size%S}" curses::Rect
146 int height; member
147 Size(int w = 0, int h = 0) : width(w), height(h) {} in Size()
151 height = 0; in Clear()
[all …]
/freebsd/sys/dev/vt/
H A Dvt_core.c1 /*-
2 * SPDX-License-Identifier: BSD-2-Clause
124 #define VT_UNIT(vw) ((vw)->vw_device->vd_unit * VT_MAXWINDOWS + \
125 (vw)->vw_number)
136 static VT_SYSCTL_INT(slow_down, 0, "Non-zero make console slower and synchronous.");
144 "See kbdmap(5) to configure (typically Ctrl-Alt-Delete).");
146 "See kbdmap(5) to configure (typically Ctrl-Alt-Esc).");
289 if (main_vd->vd_driver != NULL) in vt_update_static()
290 printf("VT(%s): %s %ux%u\n", main_vd->vd_driver->vd_name, in vt_update_static()
291 (main_vd->vd_flags & VDF_TEXTMODE) ? "text" : "resolution", in vt_update_static()
[all …]
/freebsd/contrib/ncurses/doc/html/
H A Dncurses-intro.html1 <!--
2 $Id: ncurses-intro.html,v 1.57 2022/11/26 19:33:46 tom Exp $
4 * Copyright 2019-2020,2022 Thomas E. Dickey *
5 * Copyright 2000-2013,2017 Free Software Foundation, Inc. *
31 -->
32 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
38 <link rel="author" href="mailto:bugs-ncurses@gnu.org">
39 <meta http-equiv="Content-Type" content=
40 "text/html; charset=us-ascii">
43 <h1 class="no-header">Writing Programs with NCURSES</h1>
[all …]
/freebsd/contrib/jemalloc/bin/
H A Djeprof.in3 # Copyright (c) 1998-2007, Google Inc.
32 # ---
38 # This program parses the profile, and generates user-readable
46 # % tools/jeprof --text "program" "profile"
49 # % tools/jeprof --gv "program" "profile"
50 # Generates annotated call-graph and displays via "gv"
52 # % tools/jeprof --gv --focus=Mutex "program" "profile"
55 # % tools/jeprof --gv --focus=Mutex --ignore=string "program" "profile"
59 # % tools/jeprof --list=IBF_CheckDocid "program" "profile"
61 # sample that match the --list=<regexp> pattern. The listing is
[all …]
/freebsd/crypto/krb5/src/util/et/
H A Dtexinfo.tex64 % a) accompany it with the complete corresponding machine-readable
70 % shipping charge) a complete machine-readable copy of the
102 %what you give them. Help stamp out software-hoarding!
128 \hyphenation{ap-pen-dix}
129 \hyphenation{mini-buf-fer mini-buf-fers}
138 %---------------------Begin change-----------------------
150 %---------------------End change-----------------------
157 \else \advance\hoffset by -\bindingoffset\fi
160 \advancepageno \ifnum\outputpenalty>-20000 \else\dosupereject\fi}
164 % This provides right-angle cropmarks at all four corners.
[all …]
/freebsd/sys/contrib/dev/acpica/components/disassembler/
H A Ddmbuffer.c3 * Module Name: dmbuffer - AML disassembler, buffer and string support
11 * Some or all of this work - Copyright (c) 1999 - 2025, Intel Corp.
25 * make derivatives, distribute, use and display any portion of the Covered
28 * 2.3. Intel grants Licensee a non-exclusive and non-transferable patent
104 * re-exports any such software from a foreign destination, Licensee shall
105 * ensure that the distribution and export/re-export of the software is in
108 * any of its subsidiaries will export/re-export any technical data, process,
130 * 3. Neither the names of the above-listed copyright holders nor the names
197 * PARAMETERS: Level - Current source code indentation level
198 * ByteData - Pointer to the byte list
[all …]

12