WINDOW_LEAF_P     650 src/window.c     return WINDOW_LEAF_P (w) ? w->contents : Qnil;
WINDOW_LEAF_P     739 src/window.c     if (WINDOW_LEAF_P (w))
WINDOW_LEAF_P     757 src/window.c     if (WINDOW_LEAF_P (w))
WINDOW_LEAF_P    3392 src/window.c     if (!WINDOW_LEAF_P (w))
WINDOW_LEAF_P    4841 src/window.c     else if (WINDOW_LEAF_P (r))
WINDOW_LEAF_P    5449 src/window.c     return (WINDOW_LEAF_P (w)
WINDOW_LEAF_P    5479 src/window.c     return (WINDOW_LEAF_P (w)
WINDOW_LEAF_P    5513 src/window.c     return (WINDOW_LEAF_P (w)
WINDOW_LEAF_P    7567 src/window.c         p->buffer = (WINDOW_LEAF_P (w) ? w->contents : Qnil);
WINDOW_LEAF_P     601 src/window.h     (WINDOW_LEAF_P(W)				\