Searched defs:uo (Results 1 - 1 of 1) sorted by relevance

/solaris-x11-s11/open-src/lib/DPS/sun-src/libdpstk/
H A DXDPSshare.c637 void PSRedefineUserObj(int uo) argument
639 DPSRedefineUserObj(DPSGetCurrentContext(), uo); local
642 void PSUndefineUserObj(int uo) argument
644 DPSUndefineUserObj(DPSGetCurrentContext(), uo); local
657 void DPSRedefineUserObj(DPSContext ctxt, int uo) argument
659 _DPSSDefineUserObject(ctxt, uo);
662 void DPSUndefineUserObj(DPSContext ctxt, int uo) argument
664 _DPSSUndefineUserObject(ctxt, uo);

Completed in 642 milliseconds