/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/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/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);
|