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

/freebsd-13-stable/contrib/tcsh/
H A Ded.screen.c767 static Char stOA[] = {033, 'O', 'A', '\0'}; local
784 stOA[0] = CTL_ESC('\033');
801 cs.buf = stOA; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
816 cs.buf = &stOA[1]; AddXkey(&cs, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
/freebsd-13-stable/contrib/libedit/
H A Dterminal.c1039 static const wchar_t stOA[] = L"\033OA"; local
1052 keymacro_add(el, stOA, &arrow[A_K_UP].fun, arrow[A_K_UP].type);
1067 keymacro_add(el, &stOA[1], &arrow[A_K_UP].fun, arrow[A_K_UP].type);

Completed in 103 milliseconds