/freebsd/contrib/ncurses/ncurses/tinfo/ |
H A D | lib_acs.c | 115 real_map['u'] = '+'; /* should be tee pointing left */ in NCURSES_SP_NAME() 116 real_map['t'] = '+'; /* should be tee pointing right */ in NCURSES_SP_NAME() 117 real_map['v'] = '+'; /* should be tee pointing up */ in NCURSES_SP_NAME() 118 real_map['w'] = '+'; /* should be tee pointing down */ in NCURSES_SP_NAME() 129 real_map[','] = '<'; /* should be arrow pointing left */ in NCURSES_SP_NAME() 130 real_map['+'] = '>'; /* should be arrow pointing right */ in NCURSES_SP_NAME() 131 real_map['.'] = 'v'; /* should be arrow pointing down */ in NCURSES_SP_NAME() 132 real_map['-'] = '^'; /* should be arrow pointing up */ in NCURSES_SP_NAME() 149 real_map['T'] = '+'; /* tee pointing left */ in NCURSES_SP_NAME() 150 real_map['U'] = '+'; /* tee pointing right */ in NCURSES_SP_NAME() [all …]
|
/freebsd/share/man/man4/ |
H A D | psm.4 | 32 .Nd PS/2 mouse style pointing device driver 47 driver provides support for the PS/2 mouse style pointing device. 60 Basic PS/2 style pointing device has two or three buttons. 63 The PS/2 style pointing device usually has several grades of resolution, 84 The PS/2 style pointing device typically supports 10, 20, 40, 60, 80, 100 110 At the operation level two, data from the pointing device is passed to the 113 to the pointing device as is and the user program is responsible for 115 Modern PS/2 type pointing devices often use proprietary data format. 125 A data packet from the PS/2 mouse style pointing device 174 driver can somewhat `accelerate' the movement of the pointing device. [all …]
|
H A D | atkbdc.4 | 49 pointing devices. 52 and the PS/2 pointing device driver 70 and the pointing device driver
|
/freebsd/contrib/ncurses/ncurses/widechar/ |
H A D | lib_wacs.c | 53 { 't', { '+', 0x251c }}, /* tee pointing left */ in _nc_init_wacs() 54 { 'u', { '+', 0x2524 }}, /* tee pointing right */ in _nc_init_wacs() 55 { 'v', { '+', 0x2534 }}, /* tee pointing up */ in _nc_init_wacs() 56 { 'w', { '+', 0x252c }}, /* tee pointing down */ in _nc_init_wacs() 68 { ',', { '<', 0x2190 }}, /* arrow pointing left */ in _nc_init_wacs() 69 { '+', { '>', 0x2192 }}, /* arrow pointing right */ in _nc_init_wacs() 70 { '.', { 'v', 0x2193 }}, /* arrow pointing down */ in _nc_init_wacs() 71 { '-', { '^', 0x2191 }}, /* arrow pointing up */ in _nc_init_wacs() 88 { 'T', { '+', 0x2523 }}, /* tee pointing left */ in _nc_init_wacs() 89 { 'U', { '+', 0x252b }}, /* tee pointing right */ in _nc_init_wacs() [all …]
|
/freebsd/contrib/ncurses/man/ |
H A D | captoinfo.1m | 147 GR tee pointing right 148 GL tee pointing left 149 GU tee pointing up 150 GD tee pointing down 158 Gr double tee pointing right 159 Gr double tee pointing left 160 Gu double tee pointing up 161 Gd double tee pointing down
|
H A D | curs_add_wch.3x | 144 arrow pointing down 154 arrow pointing left 171 arrow pointing right 183 arrow pointing up 205 thick tee pointing up 217 thick tee pointing right 223 thick tee pointing left 226 thick tee pointing down 249 double tee pointing up 261 double tee pointing right [all …]
|
H A D | curs_addch.3x | 198 ACS_DARROW v . arrow pointing down 204 ACS_LARROW < , arrow pointing left 213 ACS_RARROW > + arrow pointing right 221 ACS_UARROW \*^ \- arrow pointing up
|
/freebsd/contrib/one-true-awk/testdir/ |
H A D | lsd1.p | 2 B: benzene pointing right 3 F: flatring pointing left put N at 5 double 3,4 with .V1 at B.V2 5 R: ring pointing right with .V4 at B.V6 7 W: ring pointing right with .V2 at R.V6 put N at 1 double 3,4
|
H A D | penicil.p | 7 R1: ring4 pointing 45 put N at 2 16 benzene pointing left 25 R1: ring4 pointing 45 put N at 2 34 benzene pointing left
|
H A D | res.p | 5 R2: aromatic flatring5 pointing down put N at 1 with .V3 at R1.V2 22 B: benzene pointing right
|
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTraceCursor.h | 47 /// \b true if the cursor is pointing to a valid item. \b false if the 97 /// pointing to. 120 /// \b true if and only if the cursor ends up pointing to a valid item. 127 /// The kind of item the cursor is pointing at. 135 /// The error message the cursor is pointing at. 143 /// The specific kind of event the cursor is pointing at. 147 /// A human-readable description of the event this cursor is pointing at. 155 /// The load address of the instruction the cursor is pointing at.
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | TraceCursor.h | 126 /// \b true if the cursor is pointing to a valid item. \b false if the 176 /// pointing to. 199 /// \b true if and only if the cursor ends up pointing to a valid item. 211 /// The kind of item the cursor is pointing at. 219 /// The error message the cursor is pointing at. 227 /// The specific kind of event the cursor is pointing at. 231 /// A human-readable description of the event this cursor is pointing at. 243 /// The load address of the instruction the cursor is pointing at.
|
/freebsd/sys/dev/drm2/ |
H A D | drm_context.c | 181 * \param arg user argument pointing to a drm_ctx_priv_map structure. 214 * \param arg user argument pointing to a drm_ctx_priv_map structure. 315 * \param arg user argument pointing to a drm_ctx_res structure. 344 * \param arg user argument pointing to a drm_ctx structure. 397 * \param arg user argument pointing to a drm_ctx structure. 416 * \param arg user argument pointing to a drm_ctx structure. 436 * \param arg user argument pointing to a drm_ctx structure. 458 * \param arg user argument pointing to a drm_ctx structure.
|
H A D | drm_ioctl.c | 46 * \param arg user argument, pointing to a drm_unique structure. 83 * \param arg user argument, pointing to a drm_unique structure. 141 * \param arg user argument, pointing to a drm_map structure. 192 * \param arg user argument, pointing to a drm_client structure. 234 * \param arg user argument, pointing to a drm_stats structure. 301 * \param arg user argument, pointing to a drm_lock structure.
|
/freebsd/contrib/ncurses/ncurses/trace/ |
H A D | lib_traceatr.c | 220 DATA('t', ACS_LTEE), /* tee pointing right */ in _nc_altcharset_name() 221 DATA('u', ACS_RTEE), /* tee pointing left */ in _nc_altcharset_name() 222 DATA('v', ACS_BTEE), /* tee pointing up */ in _nc_altcharset_name() 223 DATA('w', ACS_TTEE), /* tee pointing down */ in _nc_altcharset_name() 234 DATA(',', ACS_LARROW), /* arrow pointing left */ in _nc_altcharset_name() 235 DATA('+', ACS_RARROW), /* arrow pointing right */ in _nc_altcharset_name() 236 DATA('.', ACS_DARROW), /* arrow pointing down */ in _nc_altcharset_name() 237 DATA('-', ACS_UARROW), /* arrow pointing up */ in _nc_altcharset_name()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.h | 47 /// If this is a CIE record, returns the Edge pointing at the personality 55 /// If this is an FDE record, returns the Edge pointing to the CIE. 62 /// If this is an FDE record, returns the Edge pointing at the PC-begin 67 /// If this is an FDE record, returns the Edge pointing at the LSDA, if any.
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/Offloading/ |
H A D | OffloadWrapper.h | 20 /// \param EntryArray Optional pair pointing to the `__start` and `__stop` 33 /// \param EntryArray Optional pair pointing to the `__start` and `__stop` 44 /// \param EntryArray Optional pair pointing to the `__start` and `__stop`
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | segmented_iterator.h | 32 // Returns the local iterator pointing to the element that the provided iterator points to. 35 …rns the local iterator to the beginning of the segment that the provided iterator is pointing into. 38 …rns the one-past-the-end local iterator to the segment that the provided iterator is pointing into.
|
/freebsd/sys/contrib/device-tree/Bindings/arm/ |
H A D | gemini.txt | 23 - syscon: the soc bus node must have a system controller node pointing to the 40 - timer: the soc bus node must have a timer node pointing to the SoC timer 45 node pointing to the SoC interrupt controller block, with the compatible
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | EpochTracker.h | 29 /// ("handles") pointing into themselves fail-fast. When building without 32 /// DebugEpochBase does not by itself track handles pointing into itself. The 43 /// Calling incrementEpoch invalidates all handles pointing into the
|
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/ |
H A D | pinctrl-bindings.txt | 47 pinctrl-0: List of phandles, each pointing at a pin configuration 65 pinctrl-1: List of phandles, each pointing at a pin configuration 68 pinctrl-n: List of phandles, each pointing at a pin configuration
|
/freebsd/contrib/ntp/libntp/ |
H A D | dolfptoa.c | 109 * We've now got the fraction in cbuf[], with cp pointing at in dolfptoa() 110 * the first character, cpend pointing past the last, and in dolfptoa() 111 * cpdec pointing at the first character past the decimal. in dolfptoa()
|
/freebsd/sys/contrib/device-tree/Bindings/display/imx/ |
H A D | fsl-imx-drm.txt | 9 - ports: Should contain a list of phandles pointing to display interface ports 33 - resets: phandle pointing to the system reset controller and 74 - fsl,iram: phandle pointing to the mmio-sram device node, that should be
|
/freebsd/sys/contrib/device-tree/Bindings/display/ |
H A D | amlogic,meson-vpu.yaml | 92 A port node pointing to the CVBS VDAC port node. 97 A port node pointing to the HDMI-TX port node. 102 A port node pointing to the DPI port node (e.g. DSI or LVDS transceiver).
|
/freebsd/bin/ln/ |
H A D | ln.1 | 254 and creates a replacement pointing to 266 pointing to 272 pointing to itself.
|