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

  /xsrc/external/mit/libXaw/dist/include/X11/Xaw/
XawImP.h 72 #define CICursorP (1 << 5)
  /xsrc/external/mit/libXaw/dist/src/
XawIm.c 660 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 6 milliseconds