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

/freebsd-11-stable/contrib/tcsh/
H A Ded.screen.c763 static Char strC[] = {033, '[', 'C', '\0'}; local
780 strC[0] = CTL_ESC('\033');
797 cs.buf = strC; AddXkey(&cs, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
812 cs.buf = &strC[1]; AddXkey(&cs, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
/freebsd-11-stable/lib/libedit/
H A Dterminal.c1069 static const Char strC[] = {033, '[', 'C', '\0'}; local
1082 keymacro_add(el, strC, &arrow[A_K_RT].fun, arrow[A_K_RT].type);
1097 keymacro_add(el, &strC[1], &arrow[A_K_RT].fun, arrow[A_K_RT].type);

Completed in 101 milliseconds