HomeSort by: relevance | last modified time | path
    Searched refs:WINDOW_MIN_SIZE (Results 1 - 3 of 3) sorted by relevancy

  /src/external/gpl2/texinfo/dist/info/
window.h 39 #define WINDOW_MIN_SIZE (WINDOW_MIN_HEIGHT + 1)
window.c 118 if (height < (WINDOW_MIN_SIZE + the_echo_area->height))
128 the number of windows is less than WINDOW_MIN_SIZE. In that case,
132 while ((height - echo_area_required) / numwins <= WINDOW_MIN_SIZE)
273 if ((active_window->height / 2) < WINDOW_MIN_SIZE)
435 next_avail = next->height - WINDOW_MIN_SIZE;
438 prev_avail = prev->height - WINDOW_MIN_SIZE;
echo-area.c 1030 && calling_window->height / 2 >= WINDOW_MIN_SIZE)

Completed in 53 milliseconds