OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:arrow
(Results
1 - 6
of
6
) sorted by relevancy
/src/lib/libedit/
terminal.c
981
* Initialize the
arrow
key bindings from termcap
986
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
988
arrow
[A_K_DN].name = L"down";
989
arrow
[A_K_DN].key = T_kd;
990
arrow
[A_K_DN].fun.cmd = ED_NEXT_HISTORY;
991
arrow
[A_K_DN].type = XK_CMD;
993
arrow
[A_K_UP].name = L"up";
994
arrow
[A_K_UP].key = T_ku;
995
arrow
[A_K_UP].fun.cmd = ED_PREV_HISTORY;
996
arrow
[A_K_UP].type = XK_CMD
1031
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
1082
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
1101
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
1120
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
1140
funckey_t *
arrow
= el->el_terminal.t_fkey;
local
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/scripts/
litlint.py
54
arrow
= (col-1) * ' ' + '^'
55
sys.stderr.write(errorMsg.format(p, i, col, msg, s,
arrow
))
/src/usr.sbin/npf/npfctl/
npf_show.c
701
const char *ifname, *algo, *seg1, *seg2, *
arrow
;
local
745
arrow
= "<-";
749
arrow
= "->";
781
seg1,
arrow
, seg2);
/src/sys/external/bsd/drm2/dist/drm/
drm_dp_helper.c
205
const char *
arrow
= request == DP_AUX_NATIVE_READ ? "->" : "<-";
local
209
aux->name, offset,
arrow
, ret, min(ret, 20), buffer);
212
aux->name, offset,
arrow
, ret);
/src/usr.sbin/sysinst/
msg.mi.en
73
The
arrow
keys and Page-up/Page-down may also work.
/src/share/terminfo/
terminfo
410
# ROM graphics for control characters such as the diamond, up- and down-
arrow
.
442
# diamond and
arrow
characters under curses.
2246
# - ^X
arrow
pointing up
2247
# . ^Y
arrow
pointing down
2380
# h right-
arrow
2381
# k down-
arrow
2528
# use the 5-key arrangement to model the
arrow
keys as suggested in the
2975
# Emacs v18 terminal modes to deal with the cursor keys in that the
arrow
2978
#
arrow
keys. Emacs v19 is smarter and mines its keys directly out of
3029
# Emacs v18 terminal modes to deal with the cursor keys in that the
arrow
[
all
...]
Completed in 26 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026