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

  /src/external/bsd/tmux/dist/
layout-set.c 154 layout_set_size(lc, sx, sy, 0, 0);
247 layout_set_size(lc, sx, mainh + otherh + 1, 0, 0);
252 layout_set_size(lcmain, sx, mainh, 0, 0);
258 layout_set_size(lcother, sx, otherh, 0, 0);
272 layout_set_size(lcchild, PANE_MINIMUM, otherh, 0, 0);
345 layout_set_size(lc, sx, mainh + otherh + 1, 0, 0);
350 layout_set_size(lcother, sx, otherh, 0, 0);
364 layout_set_size(lcchild, PANE_MINIMUM, otherh, 0, 0);
373 layout_set_size(lcmain, sx, mainh, 0, 0);
443 layout_set_size(lc, mainw + otherw + 1, sy, 0, 0)
    [all...]
layout.c 166 layout_set_size(struct layout_cell *lc, u_int sx, u_int sy, u_int xoff, function
522 layout_set_size(lc, w->sx, w->sy, 0, 0);
1021 layout_set_size(lcnew, size, sy, 0, 0);
1023 layout_set_size(lcnew, sx, size, 0, 0);
1036 layout_set_size(lcparent, sx, sy, xoff, yoff);
1066 layout_set_size(lc1, size1, sy, xoff, yoff);
1067 layout_set_size(lc2, size2, sy, xoff + lc1->sx + 1, yoff);
1069 layout_set_size(lc1, sx, size1, xoff, yoff);
1070 layout_set_size(lc2, sx, size2, xoff, yoff + lc1->sy + 1);
tmux.h 3328 void layout_set_size(struct layout_cell *, u_int, u_int, u_int,

Completed in 25 milliseconds