Home
last modified time | relevance | path

Searched refs:strH (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c765 static Char strH[] = {033, '[', 'H', '\0'}; in DefaultArrowKeys() local
782 strH[0] = CTL_ESC('\033'); in DefaultArrowKeys()
799 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
814 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
/dragonfly/contrib/libedit/src/
H A Dterminal.c1038 static const wchar_t strH[] = L"\033[H"; in terminal_reset_arrow() local
1051 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()
1066 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in terminal_reset_arrow()