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

/freebsd-9.3-release/contrib/tcsh/
H A Ded.screen.c775 static Char stOH[] = {033, 'O', 'H', '\0'}; local
792 stOH[0] = CTL_ESC('\033');
809 cs.buf = stOH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
824 cs.buf = &stOH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
/freebsd-9.3-release/lib/libedit/
H A Dterm.c1094 static const char stOH[] = {033, 'O', 'H', '\0'}; local
1109 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1125 key_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);

Completed in 68 milliseconds