Searched refs:strB (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/tcsh-6/ |
| HD | 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()
|
| /dragonfly/contrib/libedit/src/ |
| HD | terminal.c | 1035 static const wchar_t strB[] = L"\033[B"; in terminal_reset_arrow() local 1048 keymacro_add(el, strB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow() 1063 keymacro_add(el, &strB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
|