OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lcnew
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/tmux/dist/
layout.c
911
struct layout_cell *lc, *lcparent, *
lcnew
, *lc1, *lc2;
local
994
lcnew
= layout_create_cell(lcparent);
996
TAILQ_INSERT_BEFORE(lc,
lcnew
, entry);
998
TAILQ_INSERT_AFTER(&lcparent->cells, lc,
lcnew
, entry);
1018
lcnew
= layout_create_cell(lc);
1021
layout_set_size(
lcnew
, size, sy, 0, 0);
1023
layout_set_size(
lcnew
, sx, size, 0, 0);
1025
TAILQ_INSERT_HEAD(&lc->cells,
lcnew
, entry);
1027
TAILQ_INSERT_TAIL(&lc->cells,
lcnew
, entry);
1047
lcnew
= layout_create_cell(lcparent)
[
all
...]
layout-set.c
130
struct layout_cell *lc, *
lcnew
;
local
159
lcnew
= layout_create_cell(lc);
160
layout_make_leaf(
lcnew
, wp);
161
lcnew
->sx = w->sx;
162
lcnew
->sy = w->sy;
163
TAILQ_INSERT_TAIL(&lc->cells,
lcnew
, entry);
Completed in 18 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026