Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h156 #define ICONSTYLESIDEINSH 0 /* shift for ICONSTYLESIDEIN */ macro
179 #define ICONSTYLEDEFAULT (0<<ICONSTYLESIDEINSH) | (1<<ICONSTYLESIDEOUTSH) | \
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c2202 case INPORT: index = (style & ICONSTYLESIDEIN) >> ICONSTYLESIDEINSH; break; in us_iconposition()
2217 index = (style & ICONSTYLESIDEIN) >> ICONSTYLESIDEINSH; in us_iconposition()
H A Dusrdiacom.cpp15529 index = (style & ICONSTYLESIDEIN) >> ICONSTYLESIDEINSH; in us_iconstyledlog()
15585 style |= index << ICONSTYLESIDEINSH; in us_iconstyledlog()