Lines Matching defs:cell
52 x_list *node, *cell;
56 cell = node->data;
57 if (CELL_FUN(cell) == fun && CELL_DATA(cell) == data)
58 to_delete = X_PFX(list_prepend) (to_delete, cell);
62 cell = node->data;
63 lst = X_PFX(list_remove) (lst, cell);
64 CELL_FREE(cell);
79 x_list *cell = node->data;
81 x_hook_function *fun = CELL_FUN(cell);
82 void *data = CELL_DATA(cell);