Searched refs:stOH (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 771 static Char stOH[] = {033, 'O', 'H', '\0'}; in DefaultArrowKeys() local 788 stOH[0] = CTL_ESC('\033'); in DefaultArrowKeys() 805 cs.buf = stOH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys() 820 cs.buf = &stOH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 1042 static const wchar_t stOH[] = L"\033OH"; in terminal_reset_arrow() local 1055 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow() 1070 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
|