Lines Matching refs:uiwork
120 /* Variables needed are uswork, uiwork, etc. [so do not use at same */
125 #define UBTOUI(b) (memcpy((void *)&uiwork, b, 4), uiwork)
128 /* Returns i, evaluated, for convenience; has to use uiwork because */
131 #define UBFROMUI(b, i) (uiwork=(i), memcpy(b, (void *)&uiwork, 4), uiwork)