Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/usr/
H A Dusr.c182 INTBIG us_quickkeyfactcount = 0; /* number of quick keys in "factory" setup */ variable
522 us_getquickkeylist(&us_quickkeyfactcount, &us_quickkeyfactlist); in us_do3init()
523 if (us_quickkeyfactcount > 0) in us_do3init()
526 VSTRING|VISARRAY|(us_quickkeyfactcount<<VLENGTHSH)|VDONTSAVE); in us_do3init()
765 for(i=0; i<us_quickkeyfactcount; i++) in us_done()
768 if (us_quickkeyfactcount > 0) efree((CHAR *)us_quickkeyfactlist); in us_done()
H A Dusrdiacom.cpp18369 for(i=0; i<us_quickkeyfactcount; i++) in us_quickkeydlog()
/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h337 extern INTBIG us_quickkeyfactcount; /* number of quick keys in "factory" setup */