Searched refs:strH (Results 1 – 2 of 2) sorted by relevance
| /trueos/contrib/tcsh/ |
| HD | ed.screen.c | 769 static Char strH[] = {033, '[', 'H', '\0'}; in DefaultArrowKeys() local 786 strH[0] = CTL_ESC('\033'); in DefaultArrowKeys() 803 cs.buf = strH; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys() 818 cs.buf = &strH[1]; AddXkey(&cs, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in DefaultArrowKeys()
|
| /trueos/lib/libedit/ |
| HD | term.c | 1086 static const char strH[] = {033, '[', 'H', '\0'}; in term_reset_arrow() local 1101 key_add(el, strH, &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow() 1117 key_add(el, &strH[1], &arrow[A_K_HO].fun, arrow[A_K_HO].type); in term_reset_arrow()
|