Home
last modified time | relevance | path

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

/freebsd/contrib/tcsh/
H A Ded.screen.c768 static Char stOB[] = {033, 'O', 'B', '\0'}; in DefaultArrowKeys() local
785 stOB[0] = CTL_ESC('\033'); in DefaultArrowKeys()
802 cs.buf = stOB; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys()
817 cs.buf = &stOB[1]; AddXkey(&cs, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in DefaultArrowKeys()
/freebsd/contrib/libedit/
H A Dterminal.c1039 static const wchar_t stOB[] = L"\033OB"; in terminal_reset_arrow() local
1052 keymacro_add(el, stOB, &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()
1067 keymacro_add(el, &stOB[1], &arrow[A_K_DN].fun, arrow[A_K_DN].type); in terminal_reset_arrow()