Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusrstatus.c1545 UINTBIG lastgooddate; in us_makecellline() local
1677 lastgooddate = (UINTBIG)var->addr; in us_makecellline()
1678 if (np->revisiondate <= lastgooddate) gooddrc = 1; in us_makecellline()
/dports/cad/electric/electric-7.00/src/drc/
H A Ddrcbatch.c693 REGISTER UINTBIG lastgooddate, lastchangedate; in drcb_checkallprotocontents() local
739 lastgooddate = (UINTBIG)var->addr; in drcb_checkallprotocontents()
741 if (lastchangedate <= lastgooddate) return(-1); in drcb_checkallprotocontents()
H A Ddrcquick.c678 REGISTER UINTBIG lastgooddate, lastchangedate; in dr_quickcheckthiscell() local
720 lastgooddate = (UINTBIG)var->addr; in dr_quickcheckthiscell()
722 if (lastchangedate <= lastgooddate) return(0); in dr_quickcheckthiscell()