Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h1611 #define INTCURUNITMAMP 1 /* milli-amp */ macro
1630 (INTCURUNITMAMP<<INTERNALCURUNITSSH)|\
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c395 case INTCURUNITMAMP: return(PUREUNITMILLI); in db_getpureunit()