HomeSort by: relevance | last modified time | path
    Searched defs:otherw (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/tmux/dist/
layout-set.c 393 u_int n, mainw, otherw, sx, sy; local
422 otherw = PANE_MINIMUM;
425 otherw = args_string_percentage(s, 0, sx, sx, &cause);
426 if (cause != NULL || otherw == 0) {
427 otherw = sx - mainw;
429 } else if (otherw > sx || sx - otherw < mainw)
430 otherw = sx - mainw;
432 mainw = sx - otherw;
443 layout_set_size(lc, mainw + otherw + 1, sy, 0, 0)
491 u_int n, mainw, otherw, sx, sy; local
    [all...]
layout-set.c 393 u_int n, mainw, otherw, sx, sy; local
422 otherw = PANE_MINIMUM;
425 otherw = args_string_percentage(s, 0, sx, sx, &cause);
426 if (cause != NULL || otherw == 0) {
427 otherw = sx - mainw;
429 } else if (otherw > sx || sx - otherw < mainw)
430 otherw = sx - mainw;
432 mainw = sx - otherw;
443 layout_set_size(lc, mainw + otherw + 1, sy, 0, 0)
491 u_int n, mainw, otherw, sx, sy; local
    [all...]

Completed in 29 milliseconds