Searched refs:strB (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/tcsh/ |
| HD | ed.screen.c | 766 static Char strB[] = {033, '[', 'B', '\0'}; in DefaultArrowKeys() local 783 strB[0] = CTL_ESC('\033'); in DefaultArrowKeys() 800 cs.buf = strB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys() 815 cs.buf = &strB[1]; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys()
|
| /NextBSD/lib/libedit/ |
| HD | terminal.c | 1054 static const Char strB[] = {033, '[', 'B', '\0'}; in terminal_reset_arrow() local 1067 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1082 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
|