Searched refs:IS_CSI_START (Results 1 – 2 of 2) sorted by relevance
573 if (!IS_CSI_START(ch))605 (pansi->hindex == 0 && IS_CSI_START(ch)))976 } while (p > start && !IS_CSI_START(bch));
168 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) macro