Home | History | Annotate | Download | only in src

Lines Matching refs:ACC_PTR_FP_SEG

3563 #    define ACC_PTR_FP_SEG(x)   FP_SEG(x)
3565 # define ACC_PTR_FP_SEG(x) _FP_SEG(x)
3567 # define ACC_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1])
3578 # undef ACC_PTR_FP_SEG
3581 # define ACC_PTR_FP_SEG(x) (((const unsigned __far*)&(x))[1])
5269 rs.es = ACC_PTR_FP_SEG(p);
5294 if (DosFreeSeg(ACC_PTR_FP_SEG(p)) != 0)
5397 DosFreeSeg((unsigned short) ACC_PTR_FP_SEG(p));
5400 const void __near* h = (const void __near*) (unsigned) GlobalHandle(ACC_PTR_FP_SEG(p));