Home
last modified time | relevance | path

Searched refs:ignoreTech (Results 1 – 3 of 3) sorted by relevance

/dports/cad/magic/magic-8.3.245/dbwind/
H A DDBWprocs.c299 bool ignoreTech; /* If FALSE, indicates that the technology of local
307 ignoreTech = ((flags & DBW_LOAD_IGNORE_TECH) == 0) ? FALSE : TRUE;
432 if (!DBCellRead(newEditDef, name, ignoreTech, dereference, &error_val))
/dports/cad/magic/magic-8.3.245/commands/
H A DCmdLQ.c384 bool ignoreTech = FALSE; local
418 ignoreTech = TRUE;
451 else if (!ignoreTech && !noWindow && !dereference)
481 if (ignoreTech) flags |= DBW_LOAD_IGNORE_TECH;
/dports/cad/magic/magic-8.3.245/database/
H A DDBio.c394 dbCellReadDef(f, cellDef, name, ignoreTech, dereference) in dbCellReadDef() argument
401 bool ignoreTech; /* If FALSE then the technology of the file MUST
462 if (ignoreTech)
1168 DBCellRead(cellDef, name, ignoreTech, dereference, errptr) in DBCellRead() argument
1174 bool ignoreTech; /* If FALSE then the technology of the file MUST
1200 result = (dbCellReadDef(f, cellDef, name, ignoreTech, dereference));