Searched refs:strB (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/tcsh/ |
H A D | ed.screen.c | 762 static Char strB[] = {033, '[', 'B', '\0'}; in DefaultArrowKeys() local 779 strB[0] = CTL_ESC('\033'); in DefaultArrowKeys() 796 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 811 cs.buf = &strB[1]; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys()
|
/freebsd/contrib/libedit/ |
H A D | terminal.c | 1033 static const wchar_t strB[] = L"\033[B"; in terminal_reset_arrow() local 1046 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1061 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
|