Searched refs:matchRight (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libtk/generic/
H A DtkTextDisp.c1702 int matchRight; /* Does line's style match its neighbor
1838 matchRight = (nextPtr2 != NULL)
1840 if (matchLeft && !matchRight) {
1849 } else if (!matchLeft && matchRight
1940 matchRight = (nextPtr2 != NULL)
1942 if (matchLeft && !matchRight) {
1952 } else if (!matchLeft && matchRight
1693 int matchRight; /* Does line's style match its neighbor local

Completed in 19 milliseconds