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

/xsrc/external/mit/libXaw/dist/include/X11/Xaw/
H A DXawImP.h67 #define CIICFocus (1 << 0) macro
/xsrc/external/mit/libXaw/dist/src/
H A DXawIm.c942 && ((!IsSharedIC(ve) && ((p->flg & ~CIICFocus) == CICursorP))
1083 if (p->flg & CIICFocus && p->ic_focused == FALSE) {
1087 p->flg &= (unsigned long)(~CIICFocus);
1165 p->flg |= CIICFocus;
1226 if (p->flg & CIICFocus) {
1227 p->flg &= (unsigned long)(~CIICFocus);
1229 p->prev_flg &= (unsigned long)(~CIICFocus);

Completed in 4 milliseconds