Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c112 static INTBIG us_maplow, us_maphigh, us_newwindowcount; variable
2007 us_maplow, us_maphigh); in us_endobjectchange()
2757 if (us_maplow == -1) us_maphigh = len-1; else in us_newvariable()
2758 if (len-1 > us_maphigh) us_maphigh = len-1; in us_newvariable()
3124 if (us_maplow == -1) us_maplow = us_maphigh = aindex; else in us_modifyvariable()
3127 if (aindex > us_maphigh) us_maphigh = aindex; in us_modifyvariable()