Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dusr.h168 #define ICONSTYLEPORTLOCSH 14 /* shift for ICONSTYLEPORTLOC */ macro
182 (1<<ICONSTYLEPORTLOCSH) | (0<<ICONSTYLEPORTSTYLESH) | \
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp15549 index = (style & ICONSTYLEPORTLOC) >> ICONSTYLEPORTLOCSH; in us_iconstyledlog()
15600 style |= index << ICONSTYLEPORTLOCSH; in us_iconstyledlog()
H A Dusrnet.c2143 switch ((style&ICONSTYLEPORTLOC) >> ICONSTYLEPORTLOCSH) in us_makeiconexport()