Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/less/
HDline.c607 if (!IS_CSI_START(ch)) in ansi_start()
627 !(pansi->oindex == 0 && IS_CSI_START(ch))) in ansi_step()
1053 } while (p > start && !IS_CSI_START(bch)); in store_ansi()
HDless.h172 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) macro