Searched refs:__FORCEPAINT (Results 1 – 3 of 3) sorted by relevance
108 if (win->lines[wy]->flags & (__ISDIRTY | __FORCEPAINT))151 if (win->lines[wy]->flags & (__ISDIRTY | __FORCEPAINT)) {248 force = win->lines[wy]->flags & __FORCEPAINT;249 win->lines[wy]->flags &= ~__FORCEPAINT;455 if (win->lines[top]->flags & __FORCEPAINT ||467 if (win->lines[bot]->flags & __FORCEPAINT ||505 __FORCEPAINT ||
96 win->lines[y]->flags |= __FORCEPAINT;
118 #define __FORCEPAINT 0x04 /* Force a repaint of the line */ macro