Searched refs:get_leaf_windows (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/emacs-93/emacs/src/
H A Dwindow.c60 static int get_leaf_windows P_ ((struct window *, struct window **, int));
6211 n_leaf_windows = get_leaf_windows (root_window, leaf_windows, 0);
6475 get_leaf_windows (w, flat, i)
6483 i = get_leaf_windows (XWINDOW (w->hchild), flat, i);
6485 i = get_leaf_windows (XWINDOW (w->vchild), flat, i);
6457 get_leaf_windows (w, flat, i) function

Completed in 127 milliseconds