Searched refs:pcell (Results 1 – 1 of 1) sorted by relevance
415 auto pcell = &rw.yCells[rw.cellPos.y]; in _findCell() local418 Cell* cell = *pcell; in _findCell()421 pcell = &cell->next; in _findCell()430 cell->next = *pcell; in _findCell()431 *pcell = cell; in _findCell()