HomeSort by: relevance | last modified time | path
    Searched refs:IS_CSI_START (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/less/dist/
line.c 610 if (!IS_CSI_START(ch))
639 (pansi->hindex == 0 && IS_CSI_START(ch)))
1016 } while (p > start && !IS_CSI_START(bch));
less.h 181 #define IS_CSI_START(c) (((LWCHAR)(c)) == ESC || (((LWCHAR)(c)) == CSI))

Completed in 63 milliseconds