Searched refs:copycell (Results 1 – 5 of 5) sorted by relevance
330 void (*copycell)(VTermPos dest, VTermPos src, void *user), in vterm_copy_cells()365 (*copycell)(pos, srcpos, user); in vterm_copy_cells()
150 extern Cell *copycell(Cell *);
95 * run.c (copycell): Make code smarter about flags (from NetBSD code).
263 args[i] = copycell(y); in call()324 Cell *copycell(Cell *x) /* make a copy of a cell in a temp */ in copycell() function
504 void (*copycell)(VTermPos dest, VTermPos src, void *user),