OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Thu Jun 18 00:24:58 UTC 2026