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

/freebsd-13-stable/contrib/less/
H A Dless.h168 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI)) macro

Completed in 98 milliseconds