HomeSort by: relevance | last modified time | path
    Searched refs:CIICFocus (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
XawImP.h 67 #define CIICFocus (1 << 0)
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 942 && ((!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 5 milliseconds