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

/freebsd-13-stable/contrib/less/
H A Dless.h168 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) macro
H A Dline.c593 if (!IS_CSI_START(ch))
625 (pansi->hindex == 0 && IS_CSI_START(ch)))
972 } while (p > start && !IS_CSI_START(bch));

Completed in 94 milliseconds