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

/macosx-10.10/lukemftp-14/tnftp/libedit/
H A Dterm.c1070 static const char stOH[] = {033, 'O', 'H', '\0'}; local
1083 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1097 key_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);
/macosx-10.10/tcsh-65/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);
/macosx-10.10/Heimdal-398.1.2/lib/libedit/src/
H A Dterm.c1124 static const Char stOH[] = {033, 'O', 'H', '\0'}; local
1137 key_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1151 key_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);
/macosx-10.10/libedit-40/src/
H A Dterminal.c1061 static const Char stOH[] = {033, 'O', 'H', '\0'}; local
1074 keymacro_add(el, stOH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1089 keymacro_add(el, &stOH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);

Completed in 123 milliseconds