Home
last modified time | relevance | path

Searched refs:dbUndoLastCell (Results 1 – 2 of 2) sorted by relevance

/dports/cad/magic/magic-8.3.245/database/
H A DDBundo.c84 CellDef *dbUndoLastCell; variable
183 dbUndoLastCell = (CellDef *) NULL; in DBUndoInit()
200 if (celldef == dbUndoLastCell)
203 dbUndoLastCell = (CellDef *) NULL;
262 if (dbUndoLastCell == NULL) return;
272 if (dbUndoLastCell == NULL) return;
310 if (dbUndoLastCell == NULL) return;
922 CellDef *old = dbUndoLastCell;
945 dbUndoLastCell = new;
972 dbUndoLastCell = newDef;
[all …]
H A DDBpaint.c47 extern CellDef *dbUndoLastCell;
132 if (undo->pu_def != dbUndoLastCell) dbUndoEdit(undo->pu_def); \
170 if (undo->pu_def != dbUndoLastCell) dbUndoEdit(undo->pu_def);
189 if (undo->pu_def != dbUndoLastCell) dbUndoEdit(undo->pu_def);