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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c765 static Char strH[] = {033, '[', 'H', '\0'}; local
782 strH[0] = CTL_ESC('\033');
799 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
814 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1071 static const Char strH[] = {033, '[', 'H', '\0'}; local
1084 keymacro_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type);
1099 keymacro_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type);

Completed in 147 milliseconds