Home
last modified time | relevance | path

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

/dragonfly/contrib/tcsh-6/
H A Ded.screen.c761 static Char strA[] = {033, '[', 'A', '\0'}; in DefaultArrowKeys() local
776 if (strA[0] == 033) in DefaultArrowKeys()
778 strA[0] = CTL_ESC('\033'); in DefaultArrowKeys()
795 cs.buf = strA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys()
810 cs.buf = &strA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in DefaultArrowKeys()
/dragonfly/contrib/libedit/src/
H A Dterminal.c1034 static const wchar_t strA[] = L"\033[A"; in terminal_reset_arrow() local
1047 keymacro_add(el, strA, &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()
1062 keymacro_add(el, &strA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type); in terminal_reset_arrow()