Lines Matching refs:flg
614 table->flg = table->prev_flg = 0;
662 p->flg |= CICursorP;
666 p->flg |= (CIFontSet|CICursorP);
670 p->flg |= CIFg;
674 p->flg |= CIBg;
678 p->flg |= CIBgPixmap;
682 p->flg |= CILineS;
790 if (p->flg & CIFontSet) {
801 if (p->flg & CIFg) {
807 if (p->flg & CIBg) {
813 if (p->flg & CIBgPixmap) {
819 if (p->flg & CILineS) {
850 if (p->flg & CICursorP) {
910 p->flg &= (unsigned long)(~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS));
938 !(p->flg & (CIFontSet | CIFg | CIBg |
942 && ((!IsSharedIC(ve) && ((p->flg & ~CIICFocus) == CICursorP))
943 || (IsSharedIC(ve) && p->flg == CICursorP))) {
946 p->flg &= ~CICursorP;
952 if (p->flg & CIFontSet) {
963 if (p->flg & CIFg) {
969 if (p->flg & CIBg) {
975 if (p->flg & CIBgPixmap) {
981 if (p->flg & CILineS) {
989 if (p->flg & CICursorP) {
1042 if (IsSharedIC(ve) && p->flg & CIFontSet)
1045 p->flg &= (unsigned long)(~(CIFontSet | CIFg | CIBg | CIBgPixmap | CICursorP | CILineS));
1083 if (p->flg & CIICFocus && p->ic_focused == FALSE) {
1087 p->flg &= (unsigned long)(~CIICFocus);
1138 p->flg |= CIFontSet;
1141 p->flg |= CIFg;
1144 p->flg |= CIBg;
1147 p->flg |= CIBgPixmap;
1150 p->flg |= CICursorP;
1153 p->flg |= CILineS;
1155 p->prev_flg |= p->flg;
1165 p->flg |= CIICFocus;
1167 p->prev_flg |= p->flg;
1226 if (p->flg & CIICFocus) {
1227 p->flg &= (unsigned long)(~CIICFocus);
1332 p->flg = p->prev_flg;
1336 p->flg = p->prev_flg;