Home
last modified time | relevance | path

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

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