Home
last modified time | relevance | path

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

/dports/cad/pcb/pcb-4.2.0/src/
H A Dmisc.c658 bool hasNoObjects; in IsDataEmpty() local
661 hasNoObjects = (Data->ViaN == 0); in IsDataEmpty()
662 hasNoObjects &= (Data->ElementN == 0); in IsDataEmpty()
664 hasNoObjects = hasNoObjects && in IsDataEmpty()
668 return (hasNoObjects); in IsDataEmpty()