Lines Matching refs:CSI
2423 return CSI; in term_7to8bit()
2951 int i = *s == CSI ? 1 : 2; in term_color()
2962 || (s[0] == CSI && (i = 1) == 1)) in term_color()
3340 c = CSI; in get_bytes_from_buf()
3342 else if (c == CSI && buf[len] == KS_EXTRA in get_bytes_from_buf()
4676 if (tp[0] == CSI) in handle_version_response()
5390 if (*tp == CSI) // Special key from GUI in check_termcode()
5563 || (tp[0] == CSI && len >= 2)) in check_termcode()
5739 for (i = 0; tp[j] == CSI && tp[j + 1] == KS_VER_SCROLLBAR in check_termcode()
5768 for (i = 0; tp[j] == CSI && tp[j + 1] == KS_HOR_SCROLLBAR in check_termcode()
6112 else if (*src == CSI) in replace_termcodes()
6167 termleader[len++] = CSI; // the GUI codes are not in termcodes[] in gather_termleader()
6741 if (ta_buf[i] == CSI && len - i > 2) in term_replace_bs_del_keycode()