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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h72 #define CICursorP (1 << 5) macro
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c660 if (pp->prev_flg & CICursorP && p->cursor_position != pp->cursor_position) {
662 p->flg |= CICursorP;
666 p->flg |= (CIFontSet|CICursorP);
850 if (p->flg & CICursorP) {
910 p->flg &= (unsigned long)(~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS));
939 CIBgPixmap | CICursorP | CILineS))) return;
942 && ((!IsSharedIC(ve) && ((p->flg & ~CIICFocus) == CICursorP))
943 || (IsSharedIC(ve) && p->flg == CICursorP))) {
946 p->flg &= ~CICursorP;
989 if (p->flg & CICursorP) {
[all...]

Completed in 4 milliseconds