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

/solaris-x11-s11/open-src/lib/libXaw5/sun-src/
H A DXawImP.h75 #define CICursorP (1 << 5) macro
H A DXawIm.c630 if (pp->prev_flg & CICursorP && p->cursor_position != pp->cursor_position) {
632 p->flg |= CICursorP;
636 p->flg |= (CIFontSet|CICursorP);
818 if (p->flg & CICursorP) {
879 p->flg &= ~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS);
910 CIBgPixmap | CICursorP | CILineS))) return;
913 && ((!IsSharedIC(ve) && ((p->flg & ~CIICFocus) == CICursorP))
914 || (IsSharedIC(ve) && p->flg == CICursorP))) {
917 p->flg &= ~CICursorP;
958 if (p->flg & CICursorP) {
[all...]

Completed in 13 milliseconds