REDISPLAY_SOME    862 src/xdisp.c        windows_or_buffers_changed = REDISPLAY_SOME;
REDISPLAY_SOME    901 src/xdisp.c        update_mode_lines = REDISPLAY_SOME;
REDISPLAY_SOME   13675 src/xdisp.c        || windows_or_buffers_changed == REDISPLAY_SOME)	\
REDISPLAY_SOME   13677 src/xdisp.c           || update_mode_lines == REDISPLAY_SOME))
REDISPLAY_SOME   16870 src/xdisp.c        update_mode_lines = (windows_or_buffers_changed == REDISPLAY_SOME
REDISPLAY_SOME   16871 src/xdisp.c      			 ? REDISPLAY_SOME : 32);