Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h160 #define ICONSTYLESIDEBIDIRSH 4 /* shift for ICONSTYLESIDEBIDIR */ macro
180 (2<<ICONSTYLESIDEBIDIRSH) | (3<<ICONSTYLESIDEPOWERSH) | \
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp15535 index = (style & ICONSTYLESIDEBIDIR) >> ICONSTYLESIDEBIDIRSH; in us_iconstyledlog()
15589 style |= index << ICONSTYLESIDEBIDIRSH; in us_iconstyledlog()
H A Dusrnet.c2204 case BIDIRPORT: index = (style & ICONSTYLESIDEBIDIR) >> ICONSTYLESIDEBIDIRSH; break; in us_iconposition()