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

/solaris-x11-s11/open-src/lib/libXaw4/sun-src/
H A DXaw3_1Text.c1728 Boolean clear_eol, done_painting; local
1740 clear_eol = ((endPos = pos2) >= lastPos);
1741 done_painting = (!clear_eol || ctx->text.single_char);
1744 clear_eol = TRUE;
1768 if (clear_eol) {
/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DText.c2059 Boolean clear_eol, done_painting; local
2071 clear_eol = ((endPos = pos2) >= lastPos);
2072 done_painting = (!clear_eol || ctx->text.single_char);
2075 clear_eol = TRUE;
2099 if (clear_eol) {

Completed in 24 milliseconds