HomeSort by: relevance | last modified time | path
    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 in function:terminal_init_arrow
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 in function:terminal_reset_arrow
1082 funckey_t *arrow = el->el_terminal.t_fkey; local in function:terminal_set_arrow
1101 funckey_t *arrow = el->el_terminal.t_fkey; local in function:terminal_clear_arrow
1120 funckey_t *arrow = el->el_terminal.t_fkey; local in function:terminal_print_arrow
1140 funckey_t *arrow = el->el_terminal.t_fkey; local in function:terminal_bind_arrow
    [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 in function:npfctl_print_nat
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 in function:drm_dp_dump_access
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 21 milliseconds