Symbol: utf8_copy
usr.bin/tmux/input.c
1244
utf8_copy(&ictx->last, &ictx->cell.cell.data);
usr.bin/tmux/input.c
1811
utf8_copy(&ictx->cell.cell.data, &ictx->last);
usr.bin/tmux/input.c
2849
utf8_copy(&ictx->cell.cell.data, ud);
usr.bin/tmux/input.c
2852
utf8_copy(&ictx->last, &ictx->cell.cell.data);
usr.bin/tmux/input.c
789
utf8_copy(&ictx->cell.cell.data, &rc);
usr.bin/tmux/prompt.c
1439
utf8_copy(&tmp, &pr->buffer[idx - 2]);
usr.bin/tmux/prompt.c
1440
utf8_copy(&pr->buffer[idx - 2], &pr->buffer[idx - 1]);
usr.bin/tmux/prompt.c
1441
utf8_copy(&pr->buffer[idx - 1], &tmp);
usr.bin/tmux/prompt.c
1505
utf8_copy(&pr->buffer[pr->index], &tmp);
usr.bin/tmux/prompt.c
1513
utf8_copy(&pr->buffer[pr->index], &tmp);
usr.bin/tmux/prompt.c
341
utf8_copy(&gc->data, ud);
usr.bin/tmux/prompt.c
392
utf8_copy(&gc.data, &ud[i]);
usr.bin/tmux/screen-write.c
547
utf8_copy(&gc.data, &text[i]);
usr.bin/tmux/screen-write.c
730
utf8_copy(&gc->data, tty_acs_double_borders(cell_type));
usr.bin/tmux/screen-write.c
734
utf8_copy(&gc->data, tty_acs_heavy_borders(cell_type));
usr.bin/tmux/screen-write.c
738
utf8_copy(&gc->data, tty_acs_rounded_borders(cell_type));
usr.bin/tmux/screen.c
623
utf8_copy(&dst->data, &src->data);
usr.bin/tmux/tmux.h
4048
void utf8_copy(struct utf8_data *, const struct utf8_data *);
usr.bin/tmux/window-border.c
117
utf8_copy(&gc->data, tty_acs_double_borders(cell_type));
usr.bin/tmux/window-border.c
121
utf8_copy(&gc->data, tty_acs_heavy_borders(cell_type));
usr.bin/tmux/window-border.c
74
utf8_copy(&gc->data, &fill->data);
usr.bin/tmux/window-copy.c
6157
utf8_copy(&ud, &gc.data);