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

  /src/external/bsd/tmux/dist/
layout-set.c 142 lc = w->layout_root = layout_create_cell(NULL);
159 lcnew = layout_create_cell(lc);
246 lc = w->layout_root = layout_create_cell(NULL);
251 lcmain = layout_create_cell(lc);
257 lcother = layout_create_cell(lc);
271 lcchild = layout_create_cell(lcother);
344 lc = w->layout_root = layout_create_cell(NULL);
349 lcother = layout_create_cell(lc);
363 lcchild = layout_create_cell(lcother);
372 lcmain = layout_create_cell(lc)
    [all...]
layout.c 51 layout_create_cell(struct layout_cell *lcparent) function
521 lc = w->layout_root = layout_create_cell(NULL);
994 lcnew = layout_create_cell(lcparent);
1018 lcnew = layout_create_cell(lc);
1034 lcparent = layout_create_cell(lc->parent);
1047 lcnew = layout_create_cell(lcparent);
layout-custom.c 321 lc = layout_create_cell(lcparent);
tmux.h 3322 struct layout_cell *layout_create_cell(struct layout_cell *);

Completed in 18 milliseconds