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

/freebsd-10.2-release/contrib/texinfo/info/
H A Dwindow.h37 #define WINDOW_MIN_SIZE (WINDOW_MIN_HEIGHT + 1) macro
H A Dwindow.c116 if (height < (WINDOW_MIN_SIZE + the_echo_area->height))
126 the number of windows is less than WINDOW_MIN_SIZE. In that case,
130 while ((height - echo_area_required) / numwins <= WINDOW_MIN_SIZE)
271 if ((active_window->height / 2) < WINDOW_MIN_SIZE)
433 next_avail = next->height - WINDOW_MIN_SIZE;
436 prev_avail = prev->height - WINDOW_MIN_SIZE;
H A Decho-area.c1028 && calling_window->height / 2 >= WINDOW_MIN_SIZE)

Completed in 108 milliseconds