| 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...] |