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   13648 src/xdisp.c        || windows_or_buffers_changed == REDISPLAY_SOME)	\
REDISPLAY_SOME   13650 src/xdisp.c           || update_mode_lines == REDISPLAY_SOME))
REDISPLAY_SOME   16722 src/xdisp.c        update_mode_lines = (windows_or_buffers_changed == REDISPLAY_SOME
REDISPLAY_SOME   16723 src/xdisp.c      			 ? REDISPLAY_SOME : 32);