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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c771 static Char stOH[] = {033, 'O', 'H', '\0'}; local
788 stOH[0] = CTL_ESC('\033');
805 cs.buf = stOH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
820 cs.buf = &stOH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1077 static const Char stOH[] = {033, 'O', 'H', '\0'}; local
1090 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1105 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);

Completed in 78 milliseconds