Symbol: screen_write_citem
usr.bin/tmux/screen-write.c
1578
struct screen_write_citem *ci = ctx->item;
usr.bin/tmux/screen-write.c
1609
struct screen_write_citem *ci = ctx->item;
usr.bin/tmux/screen-write.c
1635
struct screen_write_citem *ci = ctx->item;
usr.bin/tmux/screen-write.c
2052
static struct screen_write_citem *
usr.bin/tmux/screen-write.c
2057
struct screen_write_citem *ci, *ci2, *tmp, *before = NULL;
usr.bin/tmux/screen-write.c
2158
struct screen_write_citem *ci;
usr.bin/tmux/screen-write.c
2220
struct screen_write_citem *ci, *tmp;
usr.bin/tmux/screen-write.c
2314
struct screen_write_citem *ci, *tmp;
usr.bin/tmux/screen-write.c
2365
struct screen_write_citem *ci)
usr.bin/tmux/screen-write.c
2369
struct screen_write_citem *before;
usr.bin/tmux/screen-write.c
2385
struct screen_write_citem *ci = ctx->item;
usr.bin/tmux/screen-write.c
2448
struct screen_write_citem *ci = ctx->item;
usr.bin/tmux/screen-write.c
2509
struct screen_write_citem *ci;
usr.bin/tmux/screen-write.c
26
static struct screen_write_citem *screen_write_collect_trim(
usr.bin/tmux/screen-write.c
29
struct screen_write_citem *);
usr.bin/tmux/screen-write.c
53
TAILQ_ENTRY(screen_write_citem) entry;
usr.bin/tmux/screen-write.c
57
TAILQ_HEAD(, screen_write_citem) items;
usr.bin/tmux/screen-write.c
59
TAILQ_HEAD(, screen_write_citem) screen_write_citem_freelist =
usr.bin/tmux/screen-write.c
62
static struct screen_write_citem *
usr.bin/tmux/screen-write.c
65
struct screen_write_citem *ci;
usr.bin/tmux/screen-write.c
77
screen_write_free_citem(struct screen_write_citem *ci)
usr.bin/tmux/tmux.h
1092
struct screen_write_citem *item;
usr.bin/tmux/tmux.h
72
struct screen_write_citem;