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

  /src/external/bsd/tmux/dist/
layout-set.c 196 struct layout_cell *lc, *lcmain, *lcother, *lcchild; local
257 lcother = layout_create_cell(lc);
258 layout_set_size(lcother, sx, otherh, 0, 0);
261 layout_make_leaf(lcother, wp);
262 TAILQ_INSERT_TAIL(&lc->cells, lcother, entry);
264 layout_make_node(lcother, LAYOUT_LEFTRIGHT);
265 TAILQ_INSERT_TAIL(&lc->cells, lcother, entry);
271 lcchild = layout_create_cell(lcother);
274 TAILQ_INSERT_TAIL(&lcother->cells, lcchild, entry);
276 layout_spread_cell(w, lcother);
294 struct layout_cell *lc, *lcmain, *lcother, *lcchild; local
392 struct layout_cell *lc, *lcmain, *lcother, *lcchild; local
490 struct layout_cell *lc, *lcmain, *lcother, *lcchild; local
    [all...]
layout.c 470 struct layout_cell *lcother, *lcparent; local
485 lcother = TAILQ_NEXT(lc, entry);
487 lcother = TAILQ_PREV(lc, layout_cells, entry);
488 if (lcother != NULL && lcparent->type == LAYOUT_LEFTRIGHT)
489 layout_resize_adjust(w, lcother, lcparent->type, lc->sx + 1);
490 else if (lcother != NULL)
491 layout_resize_adjust(w, lcother, lcparent->type, lc->sy + 1);

Completed in 19 milliseconds