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

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

Completed in 123 milliseconds